log

age author description
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