log

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