log

age author description
Sun, 11 Dec 2011 23:18:31 -0500 John W. Eaton snapshot 3.5.90 ss-3-5-90
Sun, 11 Dec 2011 22:35:13 -0500 John W. Eaton use pcre/pcre.h if it is present
Sun, 11 Dec 2011 22:19:57 -0500 John W. Eaton refactor regexp (bug #34440)
Sun, 11 Dec 2011 18:28:35 -0500 John W. Eaton move base-list.h from src to liboctave
Fri, 09 Dec 2011 11:17:13 -0800 Rik Return retval(1) before retval(0) to avoid re-sizing call on retval.
Fri, 09 Dec 2011 11:12:50 -0500 John W. Eaton refactor graphics_toolkit class (bug #31583)
Fri, 09 Dec 2011 08:53:44 -0500 John W. Eaton eliminate static data from fltk plot_window member function
Thu, 08 Dec 2011 20:33:21 -0500 Ben Abbott rectangle.m: Replace "close all" with "clf" in demos to allow "rundemos plot"
Thu, 08 Dec 2011 17:25:30 -0800 Rik Deprecate shell_cmd function and update system, dos, unix commands
Thu, 08 Dec 2011 19:25:38 -0500 Ben Abbott __go_draw_axes__.m: Fix bug introduced by f35b593688a5 which prevented
Thu, 08 Dec 2011 17:22:57 -0500 John W. Eaton close all graphics toolkits before exit
Thu, 08 Dec 2011 11:01:52 -0500 John W. Eaton fix include file name
Thu, 08 Dec 2011 06:28:18 -0500 John W. Eaton explicitly close figures in clean_up_and_exit instead of using an atexit function
Thu, 08 Dec 2011 00:52:39 -0500 John W. Eaton move onCleanup function and class to liboctinterp
Thu, 08 Dec 2011 00:49:51 -0500 John W. Eaton charMatrix::row_as_string: return early if r is 0 and either nr or nc is 0
Wed, 07 Dec 2011 19:58:51 -0500 Ben Abbott scatter.m: Bug fix (34936).
Wed, 07 Dec 2011 19:06:13 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Tue, 29 Nov 2011 05:16:09 +0000 Carnë Draug pkg: mention available NEWS file to read after package install
Wed, 07 Dec 2011 15:29:26 -0500 John W. Eaton avoid octave_value_typeinfo segfault
Wed, 07 Dec 2011 10:10:10 -0800 Rik ls.m: Fix handling of arguments with dashes (-l) (Bug #34950)
Wed, 07 Dec 2011 06:55:12 -0500 John W. Eaton avoid gh_manager segfault
Wed, 07 Dec 2011 06:47:15 -0500 John W. Eaton rename octave_vsnprintf and octave_snprintf
Wed, 07 Dec 2011 06:06:22 -0500 John W. Eaton use static storage for octave_fields nil rep instead of allocating it with new
Wed, 07 Dec 2011 04:16:27 -0500 John W. Eaton better fix for fontconfig segfault
Wed, 07 Dec 2011 04:15:52 -0500 John W. Eaton don't delete FLTK plot window widgets
Tue, 06 Dec 2011 13:09:17 -0800 Rik doc: Update documentation for functions returning a graphics handle h (Bug #34761)
Mon, 05 Dec 2011 17:13:35 -0800 Rik ls.m: Fix handling of special characters in filename arguments (Bug #34950)
Mon, 05 Dec 2011 16:08:13 -0500 John W. Eaton avoid segfault related to fontconfig memory management
Mon, 05 Dec 2011 02:03:35 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 05 Dec 2011 02:02:22 -0500 John W. Eaton remove empty ARPACK files stable
Mon, 05 Dec 2011 01:10:44 -0500 John W. Eaton close X display when done with it
Mon, 05 Dec 2011 00:30:54 -0500 John W. Eaton use static storage for Sparse nil rep instead of allocating it with new
Mon, 05 Dec 2011 00:30:51 -0500 John W. Eaton also clean up float fftw planner
Sun, 04 Dec 2011 19:37:58 -0500 Ben Abbott image.m: Fix test for non-linearly spaced coordinates.
Sun, 04 Dec 2011 16:17:45 -0500 John W. Eaton apply singleton_cleanup to a few more classes
Sun, 04 Dec 2011 15:57:58 -0500 John W. Eaton avoid memory issue with octave_vsnprintf
Sun, 04 Dec 2011 03:38:45 -0500 John W. Eaton use static storage for array nil rep instead of allocating it with new
Sun, 04 Dec 2011 16:48:27 +0000 Michael Goffioul Export new added functions/classes (Woe32)
Sun, 04 Dec 2011 11:01:19 -0500 Jordi Gutiérrez Hermoso Fix colour properties in scatter (bug #34936)
Sun, 04 Dec 2011 03:35:25 -0500 John W. Eaton eliminate unused error message buffer
Sat, 03 Dec 2011 21:57:49 -0500 Jordi Gutiérrez Hermoso Fix coloured scatter when using more than 100 points (bug #34936)
Sat, 03 Dec 2011 15:19:42 +0000 Michael Goffioul Use thread-safe atomic reference counting (GCC and MSVC).
Sat, 03 Dec 2011 05:23:52 -0500 John W. Eaton avoid accessing tm_gmtoff from struct tm unless it is present
Sat, 03 Dec 2011 04:34:17 -0500 John W. Eaton clean up memory allocated for singletons before exit
Sat, 03 Dec 2011 03:30:37 -0500 John W. Eaton remove kluge for apparent libc bug that is really a valgrind bug
Sat, 03 Dec 2011 03:30:27 -0500 John W. Eaton clean up octave_chunk_buffer storage before exit
Fri, 02 Dec 2011 20:33:42 -0500 Ben Abbott image.m: Warn if input coordinates are not linearly spaced.
Fri, 02 Dec 2011 19:42:42 -0500 Ben Abbott Changing the legend's interpreter property should be inherited by the
Fri, 02 Dec 2011 18:50:56 -0500 Jordi Gutiérrez Hermoso Fix error reporting in urlwrite (bug #34971)
Fri, 02 Dec 2011 14:48:45 -0800 Rik Only run uimenu tests if FLTK toolkit is available (Bug #34908)
Fri, 02 Dec 2011 14:22:33 -0800 Rik graphics_toolkit.m: Update function to return current toolkit when no arg given.
Fri, 02 Dec 2011 04:02:58 -0500 John W. Eaton avoid memory error in strptime
Fri, 02 Dec 2011 03:51:38 -0500 John W. Eaton handle tm_gmtoff field in struct tm
Fri, 02 Dec 2011 03:51:37 -0500 John W. Eaton clean up parser memory on exit
Thu, 01 Dec 2011 11:09:50 -0800 Rik mappers.cc: Update %!tests to modern coding standards
Thu, 01 Dec 2011 04:56:07 -0500 John W. Eaton * qr.cc (Fqrdelete): Doc fix.
Thu, 01 Dec 2011 04:26:46 -0500 John W. Eaton plug some memory leaks
Thu, 01 Dec 2011 04:04:50 -0500 John W. Eaton * pt-const.h, pt-const.cc: Use macros to declare and define octave_allocator.
Thu, 01 Dec 2011 03:15:43 -0500 John W. Eaton octave_map::cat: avoid indexing beyond end of array
Wed, 30 Nov 2011 16:13:52 -0800 Rik shading.m: Add demos for 'flat' option
Wed, 30 Nov 2011 13:53:38 -0800 Rik Fix %!test bug with isprint on MinGW platform (Bug #34338)
Wed, 30 Nov 2011 10:45:52 -0800 Rik doc: Remove unnecessary reference to deprecated function replot()
Wed, 30 Nov 2011 10:34:23 -0800 Rik Use char() instead of deprecated setstr() in %!test code.
Wed, 30 Nov 2011 10:10:50 -0800 Rik doc: Remove documentation references to deprecated functions cut() and polyderiv()
Tue, 29 Nov 2011 20:34:00 -0800 Rik Fix tilde_expand %!test bug on MinGW (Bug #33862)
Tue, 29 Nov 2011 18:56:54 -0500 John W. Eaton restore legend text with OpenGL + FLTK graphics (bug #34907)
Tue, 29 Nov 2011 12:16:49 -0500 Jordi Gutiérrez Hermoso cellfun: get rid of unnecessary symbol_table_lookup flag
Tue, 29 Nov 2011 11:23:41 -0500 Jordi Gutiérrez Hermoso cellfun: further optimisations for the string vs function handle cases
Tue, 29 Nov 2011 04:42:16 -0500 John W. Eaton mkstemp: open file in binary mode (bug #33669)
Tue, 29 Nov 2011 03:35:40 -0500 John W. Eaton set cross compile defaults for AC_RUN_IFELSE
Tue, 29 Nov 2011 03:03:36 -0500 John W. Eaton fix MinGW cross-compile problem for display.cc
Mon, 28 Nov 2011 22:19:54 +0000 Michael Goffioul Implement support for cellstr argument in get() function.
Mon, 28 Nov 2011 22:19:45 +0000 Michael Goffioul [Bug #34559] Clean-up __patch__.m and add support for RGB cdata.
Mon, 28 Nov 2011 12:39:39 +0100 Carlo de Falco fix behavior of chol (..., 'lower') to be compatible with matlab
Sun, 27 Nov 2011 16:51:06 -0800 Rik Use "local" option to configuration variables to simplify code.
Sun, 27 Nov 2011 16:07:13 -0800 Rik doc: Document "local" option for configuration variables.
Sun, 27 Nov 2011 09:07:37 -0500 Jordi Gutiérrez Hermoso Merge default onto gui gui
Sun, 27 Nov 2011 09:01:37 -0500 Jordi Gutiérrez Hermoso doc: Clarify binomial and gamma distribution paramters
Sun, 27 Nov 2011 08:15:48 -0500 Jordi Gutiérrez Hermoso Fix for CSparse.cc corresponding to cset d672edef956e
Sat, 26 Nov 2011 22:18:06 -0500 Ben Abbott doc: Remove obsolete "keylabel" and replace by "displayname".
Sat, 26 Nov 2011 18:39:10 -0800 Rik doc: Update list of obsolete functions and their replacements
Sat, 26 Nov 2011 17:57:02 -0800 Rik doc: Update list of keywords for Octave grammar.
Sat, 26 Nov 2011 17:29:04 -0800 Rik test: Fix failing test in fileread.m due to EOL issues (Bug #34897)
Sat, 26 Nov 2011 17:25:05 -0800 Rik doc: Add undocumented functions to manual for 3.6.0 release
Sat, 26 Nov 2011 19:28:22 -0500 Jordi Gutiérrez Hermoso Fix UB (reading uninitialised memory)
Sat, 26 Nov 2011 17:51:20 -0500 Jordi Gutiérrez Hermoso Fix slight regression in bug #33527 when load is called without arguments
Sat, 26 Nov 2011 21:59:04 +0000 Michael Goffioul Use nargout = 0 in graphics callbacks specified as string.
Sat, 26 Nov 2011 21:58:59 +0000 Michael Goffioul Support linestyleorder as cellstr.
Sat, 26 Nov 2011 21:58:27 +0000 Michael Goffioul Remember the type of uicontrol::string (plain string or cellstr).
Sat, 26 Nov 2011 13:08:47 -0500 Ben Abbott Add headers to texinfo table for legend.m
Fri, 25 Nov 2011 23:44:44 -0500 Ben Abbott Bug fix (#34901). Allow legend options to be specified. Modify demo.
Fri, 25 Nov 2011 17:09:19 +0000 Michael Goffioul Re-allow recursive graphics event processing.
Fri, 25 Nov 2011 11:29:31 -0500 Jordi Gutiérrez Hermoso Add a citation to Higham's matrix norm paper
Wed, 23 Nov 2011 10:56:05 -0800 Rik NEWS: Clarify that uiXXX functions are experimental/preliminary.
Wed, 23 Nov 2011 02:35:37 -0500 John W. Eaton subsref, subsasgn: allow empty subscript structs
Wed, 23 Nov 2011 09:42:50 -0800 Rik doc: Spellcheck documentation before 3.6.0 release
Wed, 23 Nov 2011 08:44:29 -0800 Rik doc: Add missing @group/@end group to orderfields docstring
Wed, 23 Nov 2011 08:38:19 -0800 Rik Grammarcheck of documentation before 3.6.0 release.
Tue, 22 Nov 2011 21:22:46 -0800 Rik doc: Update seealso references for cellslices and cellindexmat
Wed, 23 Nov 2011 09:19:40 +0000 Michael Goffioul Fix syntax errors in GUI .pro file. gui
Wed, 23 Nov 2011 09:14:10 +0000 Michael Goffioul Add notes about new handle graphics functions.
Wed, 23 Nov 2011 09:04:41 +0000 Michael Goffioul Remove Win32-specific case using Sleep in waitfor.
Wed, 23 Nov 2011 08:59:25 +0000 Michael Goffioul Implement waitfor, uiwait and uiresume.
Wed, 23 Nov 2011 00:20:00 -0500 Jordi Gutiérrez Hermoso Update NEWS with auto BSX info
Tue, 22 Nov 2011 21:05:20 -0800 Rik doc: Update bitshift() docstring
Tue, 22 Nov 2011 20:53:56 -0800 Rik doc: Update HACKING file
Tue, 22 Nov 2011 20:42:08 -0800 Rik doc: Document %!endfunction keyword
Tue, 22 Nov 2011 20:10:22 -0800 Rik doc: Update NEWS file with more 3.6.0 features
Tue, 22 Nov 2011 19:50:06 -0800 Rik Remove recycle from list of unimplemented functions
Tue, 22 Nov 2011 22:42:15 -0500 John W. Eaton * oct-obj.h, oct-obj.cc: Use macros to declare and define octave_allocator.
Tue, 22 Nov 2011 22:01:52 -0500 John W. Eaton avoid reloading private functions when checking to see whether they are out of date
Tue, 22 Nov 2011 18:26:28 -0800 Rik Remove unnecessary regular expression '.*' from ends of %!error blocks
Tue, 22 Nov 2011 17:56:06 -0800 Rik test.m: Update tests which depend on error messages changed in toeplitz.m
Tue, 22 Nov 2011 17:46:59 -0800 Rik hadamard.m: Fix failing %!tests
Tue, 22 Nov 2011 17:43:30 -0500 John W. Eaton cd: behave like unixy shells for "cd" alone, but be Matlab compatible if doing "current_dir = cd"
Wed, 23 Nov 2011 00:37:45 +0100 Carlo de Falco updated gnulib to get the fix for bug #34839
Tue, 22 Nov 2011 18:20:41 +0100 Konstantinos Poulios title positioning taking xaxislocation into account (bug #33418)
Tue, 22 Nov 2011 17:53:18 +0100 Konstantinos Poulios Merged changes
Tue, 22 Nov 2011 17:50:11 +0100 Konstantinos Poulios strip trailing spaces
Tue, 22 Nov 2011 08:41:45 -0800 Rik pascal.m: Use in-place assignment operator for faster negation