log

age author description
Sun, 27 Feb 2011 18:21:46 -0800 Rik Fix incorrect statement in documentation for pascal.m. Bug #32523.
Sun, 27 Feb 2011 16:52:04 +0100 Konstantinos Poulios fix initial canvas size issue
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Sat, 26 Feb 2011 16:21:02 -0500 Ben Abbott polynomial/polyval.m: Compute offset/normalization only when needed.
Sat, 26 Feb 2011 16:07:52 -0500 Ben Abbott polynomial/polyval.m: Minor simplification in polynomial evaluation
Fri, 25 Feb 2011 20:12:05 -0800 Rik Uppercase variables in script error strings.
Fri, 25 Feb 2011 15:11:26 -0600 Jordi Gutiérrez Hermoso Minor proofreading in FAQ
Fri, 25 Feb 2011 12:28:14 -0600 Jordi Gutiérrez Hermoso Uniformise "Matlab" typesetting in FAQ.
Fri, 25 Feb 2011 12:07:11 -0600 Jordi Gutiérrez Hermoso Add a warning description for Matlab-style short-circuiting
Thu, 24 Feb 2011 20:22:38 -0500 Ben Abbott subplot.m: Document using INDEX as a vector.
Thu, 24 Feb 2011 20:05:51 -0500 Ben Abbott Properly evaluate zeroth order polynomials.
Thu, 24 Feb 2011 02:07:37 -0500 John W. Eaton strchr.m: avoid implict string to number conversion
Wed, 23 Feb 2011 10:34:05 -0600 Jordi Gutiérrez Hermoso Improve .hgignore adding more things to be ignored
Wed, 23 Feb 2011 01:42:14 -0500 John W. Eaton mex.cc (mxArray_base::dup): return retval
Tue, 22 Feb 2011 13:26:05 -0800 Rik [mq]: check
Tue, 22 Feb 2011 19:46:57 -0500 Ben Abbott subplot.m: Use new looseinset property introduced by changeset 12467.
Tue, 22 Feb 2011 12:45:30 -0800 Rik Use single quotes around regexp patterns.
Mon, 21 Feb 2011 17:12:25 +0100 Carlo de Falco fixed typo in PCRE style RE
Tue, 22 Feb 2011 19:52:55 +0100 Konstantinos Poulios implement looseinset property for axes
Mon, 21 Feb 2011 21:15:45 +0100 Kai Habel Use / for fltk path processing only
Mon, 21 Feb 2011 21:02:28 +0100 Kai Habel Call size_range early to allow window resizing for MinGW and MacOS
Mon, 21 Feb 2011 03:50:59 -0500 John W. Eaton require PCRE to build Octave
Sun, 20 Feb 2011 17:53:41 -0800 Karsten Trulsen fftshift.m: Fix broken function documented in bug 32442
Sat, 19 Feb 2011 18:21:58 -0800 Rik Use PCRE regular expressions throughout Octave.
Sat, 19 Feb 2011 14:25:40 -0800 Rik README.MacOS: Format to keep lines less than 80 characters.
Sat, 19 Feb 2011 15:01:59 -0500 Ben Abbott Improve warnings when shell utilties needed for printing are missing.
Sat, 19 Feb 2011 15:32:41 +0100 Thorsten Meyer Fix interp1 tests according to spline update of 07e102029d2a
Fri, 18 Feb 2011 22:34:51 +0100 Konstantinos Poulios fix a small bug introduced on 2011-02-14
Thu, 17 Feb 2011 12:45:05 +0100 Kai Habel rename fltk_gui_mode to gui_mode
Wed, 16 Feb 2011 19:59:10 -0500 Ben Abbott README.MacOS: Updated Readme.MacOS section 2.2.1 with results of test compilation on vanilla machine.
Wed, 16 Feb 2011 19:14:43 -0500 Ben Abbott subplot.m: Decrease spacing between subplots rows / columns.
Wed, 16 Feb 2011 22:34:11 +0100 Thorsten Meyer Fix tests in mean.m according to changeset 0f21f258aa17.
Tue, 15 Feb 2011 13:12:38 -0500 John W. Eaton ChangeLog fixes
Tue, 15 Feb 2011 13:03:21 -0500 John W. Eaton ChangeLog fixes
Tue, 15 Feb 2011 12:57:03 -0500 John W. Eaton untabify configure.ac
Tue, 15 Feb 2011 12:53:17 -0500 Benjamin Lindner use AC_COMPILE_IFELSE to check for OpenGL support in FLTK
Tue, 15 Feb 2011 18:49:13 +0100 Konstantinos Poulios invoke/terminate printing process synchronously with rendering (#32319)
Mon, 14 Feb 2011 17:23:04 -0800 Rik Fix documentation bugs uncovered while rewriting munge-texi.
Tue, 15 Feb 2011 01:28:11 +0100 David Bateman More explicit error message when source with tests for dynamically linked functions not found (#30341)
Tue, 15 Feb 2011 00:42:05 +0100 David Bateman Fix for fltk patch markers (#31801)
Mon, 14 Feb 2011 20:16:08 +0100 Konstantinos Poulios calculation of tightinset property
Mon, 14 Feb 2011 08:06:32 -0500 Ben Abbott spline.m: Allow length(x) == 2 and unsorted x values.
Sun, 13 Feb 2011 21:37:18 +0100 Konstantinos Poulios fix plotyy bugs #31800, #32211
Sun, 13 Feb 2011 18:30:30 +0100 David Bateman Add changelog to change acccidentally pushed in afb65a7bc065
Sun, 13 Feb 2011 17:44:21 +0100 Konstantinos Poulios improvements in synchronization of axes position and outerposition
Sun, 13 Feb 2011 15:11:56 +0100 Konstantinos Poulios synchronization of axes position and outerposition
Fri, 11 Feb 2011 14:27:26 -0500 John W. Eaton use correct type for std::string length release-3-4-x
Fri, 11 Feb 2011 14:27:26 -0500 John W. Eaton use correct type for std::string length
Thu, 10 Feb 2011 18:48:36 -0500 Ben Abbott Modify demo scripts to allow conventient conversion to Matlab compatible syntax.
Thu, 10 Feb 2011 16:24:15 -0500 John W. Eaton mean: also accept logical values release-3-4-x
Thu, 10 Feb 2011 16:24:15 -0500 John W. Eaton mean: also accept logical values
Thu, 10 Feb 2011 00:58:31 -0500 John W. Eaton regexp.cc: avoid deprecated Array<T>:resize function release-3-4-x
Thu, 10 Feb 2011 00:58:31 -0500 John W. Eaton regexp.cc: avoid deprecated Array<T>:resize function
Wed, 09 Feb 2011 16:29:14 -0500 John W. Eaton update NEWS release-3-4-x
Wed, 09 Feb 2011 18:19:20 +0100 Konstantinos Poulios fix whitespace in ChangeLog release-3-4-x
Wed, 09 Feb 2011 18:05:43 +0100 Konstantinos Poulios simplifications in position updating functions for axes labels and titles release-3-4-x
Wed, 09 Feb 2011 08:14:18 -0500 Ben Abbott README.MacOS: Spelling corrections. release-3-4-x
Tue, 08 Feb 2011 19:46:43 -0500 Ben Abbott __go_draw_axes__.m: Properly set fontspec for legends. release-3-4-x
Tue, 08 Feb 2011 19:36:54 -0500 Ben Abbott README.MacOS: Fix FFTW CCFLAGS. release-3-4-x
Wed, 09 Feb 2011 02:03:38 -0500 John W. Eaton ChangeLog fixes release-3-4-x
Tue, 08 Feb 2011 16:10:31 -0800 Rik NEWS: Use indent of 2 spaces rather than occasional 3 spaces. release-3-4-x
Wed, 09 Feb 2011 16:26:35 -0500 John W. Eaton update NEWS
Wed, 09 Feb 2011 18:19:20 +0100 Konstantinos Poulios fix whitespace in ChangeLog
Wed, 09 Feb 2011 18:05:43 +0100 Konstantinos Poulios simplifications in position updating functions for axes labels and titles
Wed, 09 Feb 2011 08:14:18 -0500 Ben Abbott README.MacOS: Spelling corrections.
Tue, 08 Feb 2011 19:46:43 -0500 Ben Abbott __go_draw_axes__.m: Properly set fontspec for legends.
Tue, 08 Feb 2011 19:36:54 -0500 Ben Abbott README.MacOS: Fix FFTW CCFLAGS.
Tue, 08 Feb 2011 16:10:31 -0800 Rik NEWS: Use indent of 2 spaces rather than occasional 3 spaces.
Tue, 08 Feb 2011 15:59:37 -0500 John W. Eaton small changes for GCC 4.6 release-3-4-x
Tue, 08 Feb 2011 15:52:33 -0500 John W. Eaton ChangeLog fixes release-3-4-x
Tue, 08 Feb 2011 08:09:41 -0500 Ben Abbott README.MacOS: Add detail. release-3-4-x
Tue, 08 Feb 2011 15:59:37 -0500 John W. Eaton small changes for GCC 4.6
Tue, 08 Feb 2011 15:53:13 -0500 John W. Eaton remove functions deprecated in 3.2
Tue, 08 Feb 2011 15:52:33 -0500 John W. Eaton ChangeLog fixes
Tue, 08 Feb 2011 08:09:41 -0500 Ben Abbott README.MacOS: Add detail.
Tue, 08 Feb 2011 06:27:29 -0500 John W. Eaton Added tag release-3-4-0 for changeset 2848dd7c4dd7 release-3-4-x
Tue, 08 Feb 2011 05:00:08 -0500 John W. Eaton version 3.4.0 released release-3-4-x release-3-4-0
Tue, 08 Feb 2011 03:22:12 -0500 John W. Eaton don't warn about coercing nested functions to subfunctions if yyparse failed release-3-4-x
Sun, 06 Feb 2011 21:11:01 -0500 Ben Abbott Finish reverting unintended commit left over by 12396-12397. release-3-4-x
Sun, 06 Feb 2011 23:59:37 +0100 David Bateman Allow the legend location and orientation to be set without modifying the legend keys (#32374) release-3-4-x
Sun, 06 Feb 2011 23:29:16 +0100 David Bateman Remove parts of previous changset that weren't supposed to be committed release-3-4-x
Sun, 06 Feb 2011 23:25:31 +0100 David Bateman Fix for legends with location southeastoutside and soutwestoutside. Pad legend position release-3-4-x
Sun, 06 Feb 2011 16:45:05 -0500 Ben Abbott legend.m: Align legends to plot box, add demo. Bug 32373. release-3-4-x
Sun, 06 Feb 2011 15:32:38 -0500 Ben Abbott legend.m: "legend off" should delete the legend object. release-3-4-x
Sun, 06 Feb 2011 17:17:12 +0100 Konstantinos Poulios implement autopositioning requests from text objects to axes release-3-4-x
Tue, 08 Feb 2011 03:22:12 -0500 John W. Eaton don't warn about coercing nested functions to subfunctions if yyparse failed
Sun, 06 Feb 2011 21:11:01 -0500 Ben Abbott Finish reverting unintended commit left over by 12396-12397.
Sun, 06 Feb 2011 23:59:37 +0100 David Bateman Allow the legend location and orientation to be set without modifying the legend keys (#32374)
Sun, 06 Feb 2011 23:29:16 +0100 David Bateman Remove parts of previous changset that weren't supposed to be committed
Sun, 06 Feb 2011 23:25:31 +0100 David Bateman Fix for legends with location southeastoutside and soutwestoutside. Pad legend position
Sun, 06 Feb 2011 16:45:05 -0500 Ben Abbott legend.m: Align legends to plot box, add demo. Bug 32373.
Sun, 06 Feb 2011 15:32:38 -0500 Ben Abbott legend.m: "legend off" should delete the legend object.
Sun, 06 Feb 2011 15:33:56 +0100 David Bateman Delete old legends and fix for legend locations that are 'southest' (followup #32343) release-3-4-x
Sun, 06 Feb 2011 09:16:03 -0500 Ben Abbott legend.m: Add demo for replacing existing legend. release-3-4-x
Sat, 05 Feb 2011 11:14:09 -0500 Ben Abbott legend.m: Add demo for inline keys created by two plot commands. release-3-4-x
Sat, 05 Feb 2011 10:19:13 -0500 David Bateman Fix for inline legends (#32022, #32343) release-3-4-x
Sun, 06 Feb 2011 17:17:12 +0100 Konstantinos Poulios implement autopositioning requests from text objects to axes
Sun, 06 Feb 2011 15:33:56 +0100 David Bateman Delete old legends and fix for legend locations that are 'southest' (followup #32343)
Sun, 06 Feb 2011 09:16:03 -0500 Ben Abbott legend.m: Add demo for replacing existing legend.
Sun, 06 Feb 2011 07:30:27 -0500 John W. Eaton Added tag ss-3-3-92 for changeset c468c5b902b3 release-3-4-x
Sun, 06 Feb 2011 06:27:19 -0500 John W. Eaton version is now 3.3.92 release-3-4-x ss-3-3-92
Sun, 06 Feb 2011 05:50:49 -0500 John W. Eaton PermMatrix.cc (operator*): fix mixed row/column case release-3-4-x
Sun, 06 Feb 2011 05:18:43 -0500 John W. Eaton update contributors.in release-3-4-x
Sun, 06 Feb 2011 05:13:25 -0500 John W. Eaton PROJECTS, README.devel: use maintainers@octave.org instead of octave-maintainers@octave.org release-3-4-x
Sun, 06 Feb 2011 02:50:57 +0100 Konstantinos Poulios Untabify and improve indentation release-3-4-x
Sun, 06 Feb 2011 02:24:28 +0100 Konstantinos Poulios Prevent race condition in update_axes_layout release-3-4-x
Sat, 05 Feb 2011 13:09:24 -0800 Rik Update list of functions not requiring a docstring. release-3-4-x
Sat, 05 Feb 2011 13:05:16 -0800 Rik Periodic spellcheck of documentation. release-3-4-x
Sat, 05 Feb 2011 12:58:34 -0800 Rik Periodic grammarcheck of documentation. release-3-4-x
Sat, 05 Feb 2011 12:08:08 -0800 Rik Update copyright on written documentation to 2011 release-3-4-x
Sat, 05 Feb 2011 12:01:50 -0800 Rik Change PROJECTS to point to list on Wiki. release-3-4-x
Sat, 05 Feb 2011 11:51:18 -0800 Rik Overhaul usage strings and man pages for octave, octave-config, mkoctfile. release-3-4-x
Fri, 04 Feb 2011 12:58:50 -0800 Rik Undo accidental checkin. release-3-4-x
Fri, 04 Feb 2011 12:52:41 -0800 Rik Add .ico logo left out of icons changset. release-3-4-x
Fri, 04 Feb 2011 09:06:19 -0800 Rik Add new Octave O logo to Mercurial and build process. release-3-4-x
Thu, 03 Feb 2011 16:54:48 -0500 John W. Eaton include <unistd.h> in octave.cc release-3-4-x
Thu, 03 Feb 2011 19:30:13 +0100 Konstantinos Poulios Move axes labels and title positioning to axes::properties release-3-4-x
Thu, 03 Feb 2011 12:47:05 +0100 Kai Habel use text_renderer object only when freetye is available release-3-4-x
Thu, 03 Feb 2011 01:40:00 -0500 John W. Eaton mex.cc (mxArray_octave_value::dup): if value can't be converted to mxArray object, create a clone of the mxArray_octave_value container release-3-4-x
Thu, 03 Feb 2011 01:04:41 -0500 John W. Eaton require readline to provide working history control release-3-4-x
Wed, 02 Feb 2011 21:31:33 -0800 Rik Use testif to only run some sparse tests when necessary libraries are installed. release-3-4-x
Thu, 03 Feb 2011 01:00:32 +0100 Konstantinos Poulios Move axes layout from opengl_renderer::draw_axes to axes::properties release-3-4-x
Wed, 02 Feb 2011 03:36:31 -0500 John W. Eaton Range.cc (Range::Range (double, double, octave_idx_type)): correctly compute limit release-3-4-x
Tue, 01 Feb 2011 18:58:35 -0500 Ben Abbott __gnuplot_has_feature__.m: Don't throw an error if gnuplot isn't installed. release-3-4-x
Tue, 01 Feb 2011 16:25:15 -0500 John W. Eaton gl-renderer.cc and gl2ps-renderer.cc: access objects directly from gh_manager instead of working with handles release-3-4-x
Tue, 01 Feb 2011 15:55:44 -0500 John W. Eaton avoid using new to create temporary gl2ps_renderer object release-3-4-x
Tue, 01 Feb 2011 15:42:07 -0500 Michael Godfrey gl2ps-renderer.cc (glps_renderer::draw): return immediately if fdopen fails release-3-4-x
Tue, 01 Feb 2011 04:39:21 -0500 John W. Eaton opengl_renderer::draw_axes: simplify with subfunctions release-3-4-x
Tue, 01 Feb 2011 04:34:28 -0500 John W. Eaton scatter.m: pass h to set, not ax release-3-4-x
Mon, 31 Jan 2011 18:19:27 -0500 John W. Eaton plot/private/__axis_label__.m: don't call __fltk_redraw__ release-3-4-x
Mon, 31 Jan 2011 17:09:24 -0500 John W. Eaton sparse matrix indexed assignment bug release-3-4-x
Mon, 31 Jan 2011 16:41:43 -0500 Rik Fix warning about GOTO reference in arpack code release-3-4-x
Mon, 31 Jan 2011 16:28:58 -0500 John W. Eaton plot__fltk_ginput__.m: remove line that should have been removed in previous change release-3-4-x
Mon, 31 Jan 2011 12:38:03 -0800 Rik Simplify regexp to make it POSIX compliant. release-3-4-x
Sun, 06 Feb 2011 05:50:49 -0500 John W. Eaton PermMatrix.cc (operator*): fix mixed row/column case
Sun, 06 Feb 2011 05:18:43 -0500 John W. Eaton update contributors.in
Sun, 06 Feb 2011 05:13:25 -0500 John W. Eaton PROJECTS, README.devel: use maintainers@octave.org instead of octave-maintainers@octave.org
Sun, 06 Feb 2011 02:50:57 +0100 Konstantinos Poulios Untabify and improve indentation
Sun, 06 Feb 2011 02:24:28 +0100 Konstantinos Poulios Prevent race condition in update_axes_layout
Sat, 05 Feb 2011 13:09:24 -0800 Rik Update list of functions not requiring a docstring.
Sat, 05 Feb 2011 13:05:16 -0800 Rik Periodic spellcheck of documentation.
Sat, 05 Feb 2011 12:58:34 -0800 Rik Periodic grammarcheck of documentation.
Sat, 05 Feb 2011 12:08:08 -0800 Rik Update copyright on written documentation to 2011
Sat, 05 Feb 2011 12:01:50 -0800 Rik Change PROJECTS to point to list on Wiki.
Sat, 05 Feb 2011 11:51:18 -0800 Rik Overhaul usage strings and man pages for octave, octave-config, mkoctfile.
Sat, 05 Feb 2011 11:14:09 -0500 Ben Abbott legend.m: Add demo for inline keys created by two plot commands.
Sat, 05 Feb 2011 10:19:13 -0500 David Bateman Fix for inline legends (#32022, #32343)
Fri, 04 Feb 2011 12:58:50 -0800 Rik Undo accidental checkin.
Fri, 04 Feb 2011 12:52:41 -0800 Rik Add .ico logo left out of icons changset.
Fri, 04 Feb 2011 09:06:19 -0800 Rik Add new Octave O logo to Mercurial and build process.
Thu, 03 Feb 2011 16:54:48 -0500 John W. Eaton include <unistd.h> in octave.cc
Thu, 03 Feb 2011 19:30:13 +0100 Konstantinos Poulios Move axes labels and title positioning to axes::properties
Thu, 03 Feb 2011 12:47:05 +0100 Kai Habel use text_renderer object only when freetye is available
Thu, 03 Feb 2011 01:42:55 -0500 John W. Eaton this branch was accidentally checked in axes-layout
Thu, 03 Feb 2011 01:40:00 -0500 John W. Eaton mex.cc (mxArray_octave_value::dup): if value can't be converted to mxArray object, create a clone of the mxArray_octave_value container
Thu, 03 Feb 2011 01:04:41 -0500 John W. Eaton require readline to provide working history control
Wed, 02 Feb 2011 21:31:33 -0800 Rik Use testif to only run some sparse tests when necessary libraries are installed.
Thu, 03 Feb 2011 01:06:52 +0100 Konstantinos Poulios Move axes layout from opengl_renderer::draw_axes to axes::properties
Thu, 03 Feb 2011 01:00:32 +0100 Konstantinos Poulios Move axes layout from opengl_renderer::draw_axes to axes::properties axes-layout
Wed, 02 Feb 2011 03:36:31 -0500 John W. Eaton Range.cc (Range::Range (double, double, octave_idx_type)): correctly compute limit
Tue, 01 Feb 2011 18:58:35 -0500 Ben Abbott __gnuplot_has_feature__.m: Don't throw an error if gnuplot isn't installed.
Tue, 01 Feb 2011 16:25:15 -0500 John W. Eaton gl-renderer.cc and gl2ps-renderer.cc: access objects directly from gh_manager instead of working with handles
Tue, 01 Feb 2011 15:55:44 -0500 John W. Eaton avoid using new to create temporary gl2ps_renderer object
Tue, 01 Feb 2011 15:42:07 -0500 Michael Godfrey gl2ps-renderer.cc (glps_renderer::draw): return immediately if fdopen fails
Tue, 01 Feb 2011 04:39:21 -0500 John W. Eaton opengl_renderer::draw_axes: simplify with subfunctions
Tue, 01 Feb 2011 04:34:28 -0500 John W. Eaton scatter.m: pass h to set, not ax
Mon, 31 Jan 2011 18:19:27 -0500 John W. Eaton plot/private/__axis_label__.m: don't call __fltk_redraw__
Mon, 31 Jan 2011 17:09:24 -0500 John W. Eaton sparse matrix indexed assignment bug
Mon, 31 Jan 2011 16:41:43 -0500 Rik Fix warning about GOTO reference in arpack code
Mon, 31 Jan 2011 16:28:58 -0500 John W. Eaton plot__fltk_ginput__.m: remove line that should have been removed in previous change
Mon, 31 Jan 2011 12:38:03 -0800 Rik Simplify regexp to make it POSIX compliant.
Mon, 31 Jan 2011 09:20:57 -0500 John W. Eaton version is now 3.3.91+ release-3-4-x
Mon, 31 Jan 2011 09:18:08 -0500 John W. Eaton Added tag ss-3-3-91 for changeset b10ea6efdc58 release-3-4-x
Mon, 31 Jan 2011 08:36:58 -0500 John W. Eaton version is now 3.3.91 release-3-4-x ss-3-3-91
Mon, 31 Jan 2011 08:36:06 -0500 John W. Eaton fix list of files in arpack/module.mk release-3-4-x
Mon, 31 Jan 2011 07:29:32 -0500 John W. Eaton really add arpack LICENSE file release-3-4-x
Mon, 31 Jan 2011 07:25:10 -0500 John W. Eaton update arpack license file; fix dist of arpack doc files release-3-4-x
Mon, 31 Jan 2011 03:19:01 -0500 John W. Eaton try to get better value than \ for P_tmpdir on Windows systems release-3-4-x
Sun, 30 Jan 2011 22:44:52 -0800 Rik Use pattern-style rules to make .texi files rather than older suffix-style rules. release-3-4-x
Sun, 30 Jan 2011 09:36:11 -0800 Rik Rename fltk_mouse_wheel_zoom, fltk_gui_mode functions to remove fltk_ prefix. release-3-4-x
Sun, 30 Jan 2011 12:01:35 -0500 John W. Eaton txt-eng-ft.cc (ft_manager::ft_manager): omit fc_init_done from init list if fontconfig is missing release-3-4-x
Sun, 30 Jan 2011 07:52:36 -0800 Rik Deprecate glpkmex function and remove from documentation. release-3-4-x
Sun, 30 Jan 2011 04:38:35 -0500 Pascal Dupuis lo-sysdep.cc (opendir): on error, free allocated DIR object befor returning release-3-4-x
Sun, 30 Jan 2011 04:38:10 -0500 Pascal Dupuis oct-parse.yy (class stdio_stream_reader): disallow copying release-3-4-x
Sun, 30 Jan 2011 04:22:39 -0500 John W. Eaton rename gnuplot_drawnow to __gnuplot_drawnow__ release-3-4-x
Sun, 30 Jan 2011 03:34:01 -0500 John W. Eaton acinclude.m4 (OCTAVE_PROG_GHOSTSCRIPT): update warning message release-3-4-x
Sun, 30 Jan 2011 03:20:29 -0500 Petr Mikulik __fltk_ginput__.m: return keypress info release-3-4-x
Sun, 30 Jan 2011 02:43:10 -0500 John W. Eaton remove ARPACK from documentation and some config files release-3-4-x
Sun, 30 Jan 2011 01:57:40 -0500 John W. Eaton ChangeLog fixes release-3-4-x
Sun, 30 Jan 2011 01:40:18 -0500 John W. Eaton load-save.cc (Fload): fix texinfo markup release-3-4-x
Sat, 29 Jan 2011 22:31:31 -0800 Rik Add fltk_gui_mode, fltk_mouse_wheel_zoom to documentation. release-3-4-x
Sat, 29 Jan 2011 21:58:40 -0800 Rik Add accumdim function to documentation.c release-3-4-x
Sat, 29 Jan 2011 21:47:56 -0800 Rik Add powerset function to documentation. release-3-4-x
Sat, 29 Jan 2011 21:38:33 -0800 Rik Add S_ISSOCK function to documentation. release-3-4-x
Sat, 29 Jan 2011 21:28:38 -0800 Rik Add S_ISBLK and family of functions to documentation. release-3-4-x
Sat, 29 Jan 2011 19:08:45 -0800 Rik Deprecate saveimage.m. release-3-4-x
Sat, 29 Jan 2011 18:59:27 -0800 Rik Add glpkmex function to documentation. release-3-4-x
Sat, 29 Jan 2011 16:54:14 -0800 Rik Add function compare_versions to documentation. release-3-4-x
Sat, 29 Jan 2011 16:56:42 -0500 Ben Abbott edit.m: As most editors open their own window, change mode to "async". release-3-4-x
Sat, 29 Jan 2011 13:05:18 -0500 John W. Eaton __fltk_uigetfile__.cc: style fixes release-3-4-x
Sat, 29 Jan 2011 12:56:29 -0500 John W. Eaton #undef Complex after including FLTK headers release-3-4-x
Sat, 29 Jan 2011 12:27:16 -0500 John W. Eaton use same compiler flags for __fltk_uigetfile__ as for __init_fltk__ release-3-4-x
Fri, 28 Jan 2011 22:27:17 -0500 Ben Abbott README.MacOS: Spelling corrections. release-3-4-x
Fri, 28 Jan 2011 14:21:57 -0500 John W. Eaton eigs-base.cc: fix error in change removing HAVE_ARPACK release-3-4-x
Fri, 28 Jan 2011 19:50:08 -0500 Ben Abbott README.MacOS: Additional modifications for building Octave manually. release-3-4-x
Fri, 28 Jan 2011 18:39:02 -0500 Ben Abbott README.MacOS: Modify instructions for building Octave manually. release-3-4-x
Fri, 28 Jan 2011 18:18:15 -0500 Ben Abbott Fix {eps,ps,pdf}latexstandalone printing for fltk, bug 32262. release-3-4-x
Fri, 28 Jan 2011 14:05:59 -0500 John W. Eaton don't let uninitialized values escape from DNEUPD release-3-4-x
Fri, 28 Jan 2011 14:05:34 -0500 David Bateman avoid memory overrun in ARPACK release-3-4-x
Fri, 28 Jan 2011 14:05:30 -0500 John W. Eaton fix declaration of ETIME in arpack/util/second.f release-3-4-x
Fri, 28 Jan 2011 14:05:09 -0500 John W. Eaton remove configure checks for ARPACK release-3-4-x
Fri, 28 Jan 2011 14:04:33 -0500 John W. Eaton import ARPACK sources to libcruft from Debian package libarpack2 2.1+parpack96.dfsg-3+b1 release-3-4-x
Fri, 28 Jan 2011 16:53:02 +0100 Kai Habel Make file filter value 1-based now release-3-4-x
Fri, 28 Jan 2011 05:47:12 -0500 John W. Eaton pr-output.cc (Foutput_max_field_width): fix cut and paste error release-3-4-x
Fri, 28 Jan 2011 05:47:02 -0500 John W. Eaton pr-output.cc: fix @seealso lists release-3-4-x
Thu, 27 Jan 2011 21:43:24 -0800 Rik Add sizemax function to documentation. release-3-4-x
Thu, 27 Jan 2011 20:13:45 -0800 Rik Add functions reset, whitebg to documentation. release-3-4-x
Thu, 27 Jan 2011 19:15:46 -0800 Rik Add function rsf2csf to documentation. release-3-4-x
Thu, 27 Jan 2011 19:12:31 -0800 Rik Add undocumented function trisurf to manual. release-3-4-x
Thu, 27 Jan 2011 18:46:33 -0500 Ben Abbott README.MacOS: Modify instructions for MacPorts to deactivate rather than uninstall octave. release-3-4-x
Thu, 27 Jan 2011 17:23:04 -0500 John W. Eaton doc fix for rational approximation functions release-3-4-x
Thu, 27 Jan 2011 16:46:50 -0500 John W. Eaton sparse matrix indexed assignment bug release-3-4-x
Thu, 27 Jan 2011 17:58:19 +0100 Kai Habel Allow ui file function to work if gnuplot is the selected toolkit and fltk is available release-3-4-x
Thu, 27 Jan 2011 06:37:52 -0500 John W. Eaton dlmread: skip leading whitespace on each line release-3-4-x
Thu, 27 Jan 2011 06:16:50 -0500 John W. Eaton fix another bug in class assignment to undefined object with index release-3-4-x
Thu, 27 Jan 2011 04:27:42 -0500 John W. Eaton ChangeLog fix release-3-4-x
Thu, 27 Jan 2011 04:26:39 -0500 John W. Eaton input.cc (input_event_hook): fix incorrect use of iterator release-3-4-x
Thu, 27 Jan 2011 04:22:53 -0500 John W. Eaton fix construction of class exemplars release-3-4-x
Thu, 27 Jan 2011 00:15:40 -0500 John W. Eaton scripts/Makefile.am (check-m-semicolon): new rule. release-3-4-x
Thu, 27 Jan 2011 00:12:30 -0500 John W. Eaton curl.m: fix thinko in previous change release-3-4-x
Wed, 26 Jan 2011 20:51:20 -0800 Rik Correct en-dash,em-dash instances in docstrings. release-3-4-x
Wed, 26 Jan 2011 23:49:42 -0500 John W. Eaton whitespace fixes release-3-4-x
Wed, 26 Jan 2011 23:15:59 -0500 John W. Eaton curl: simplify processing of output values release-3-4-x
Wed, 26 Jan 2011 20:44:58 -0500 Ben Abbott README.MacOS: Modify organization, and update for MacPorts. release-3-4-x
Wed, 26 Jan 2011 20:39:15 -0500 John W. Eaton fix bug in class assignment to undefined object with index release-3-4-x
Wed, 26 Jan 2011 17:58:07 -0500 John W. Eaton bootstrap: update from gnulib sources release-3-4-x
Wed, 26 Jan 2011 16:36:31 -0500 John W. Eaton configure.ac: update comment about UGLY_DEFS release-3-4-x
Wed, 26 Jan 2011 13:13:49 -0800 Rik Remove obsolete octave-bug.1 man page from distribution. release-3-4-x
Wed, 26 Jan 2011 15:44:51 -0500 Olaf Till Let pkg.m export environment variables MKOCTFILE, OCTAVE_CONFIG and OCTAVE. release-3-4-x
Wed, 26 Jan 2011 15:14:51 -0500 John W. Eaton don't add -L/usr/X11R6/lib to LDFLAGS in check for OpenGL libraries release-3-4-x