log

age author description
Fri, 26 Nov 2010 02:58:16 -0500 John W. Eaton search PATH from environment for programs, not EXEC_PATH
Fri, 26 Nov 2010 02:45:24 -0500 John W. Eaton ChangeLog fixes
Fri, 26 Nov 2010 02:44:24 -0500 John W. Eaton defaults.cc (FEXEC_PATH): only call set_exec_path if nargin is greater than zero
Thu, 25 Nov 2010 20:32:58 +0100 Kai Habel New function to set GUI mode (fltk)
Thu, 25 Nov 2010 12:31:43 -0500 John W. Eaton ChangeLog fix for EXEC_PATH changes accidentally checked in with datetick change in e2a4f3478b7c
Thu, 25 Nov 2010 17:16:46 +0100 Kai Habel Simplify code for uimenu.m. Fix error messages for ui file functions.
Thu, 25 Nov 2010 02:18:58 -0500 John W. Eaton datetick.m: add missing semicolon
Tue, 23 Nov 2010 03:11:32 -0500 John W. Eaton oct_md5_result_to_str: avoid buffer overrun; replace loop with single call to sprintf
Tue, 23 Nov 2010 02:33:34 -0500 John W. Eaton oct_md5_file: close file after reading
Tue, 23 Nov 2010 02:18:03 -0500 John W. Eaton install.txi: delete obsolete statement about needing a patch for makeinfo
Mon, 22 Nov 2010 19:07:48 -0800 Rik sqp.m: Use correct stopping tolerance in documentation.
Mon, 22 Nov 2010 21:13:15 +0100 Kai Habel uifilefun fixes
Mon, 22 Nov 2010 03:29:44 -0500 John W. Eaton ChangeLog fixes
Mon, 22 Nov 2010 03:27:41 -0500 John W. Eaton fixes for --enable-64
Sun, 21 Nov 2010 19:37:44 -0500 Ben Abbott __go_draw_axes__.m: Fix plot titles so they are visible for gnuplot 4.4.x (31711).
Sun, 21 Nov 2010 13:14:25 -0500 Ben Abbott cell2mat.m: Return empty matrix for empty cell.
Sun, 21 Nov 2010 18:36:27 +0100 Kai Habel ChangeLog fix, set default directory to pwd for ui file functions
Sun, 21 Nov 2010 14:25:32 +0100 Kai Habel GUI file functions
Sat, 20 Nov 2010 16:33:14 -0800 Rik gnuplot_drawnow.m: Remove spurious line causing 'ans=1' to be returned when printing plots.
Sat, 20 Nov 2010 09:39:46 -0500 Ben Abbott graphics.h.in: Change intended for 11272.
Fri, 19 Nov 2010 21:36:27 -0500 John W. Eaton don't install run-octave script
Fri, 19 Nov 2010 21:28:53 -0500 Ben Abbott __gnuplot_has_feature__.m: Since there is not gnuplot 4.3.x release, replace reference to version 4.3 with 4.4.
Fri, 19 Nov 2010 21:28:32 -0500 John W. Eaton changelog fix
Fri, 19 Nov 2010 21:27:02 -0500 John W. Eaton mex.cc: convert mxArray_octave_value to matlab style representation when duplicating
Fri, 19 Nov 2010 20:44:18 -0500 John W. Eaton mex::free: don't warn about skipping memory not allocated by mx{M,C,Re}alloc
Fri, 19 Nov 2010 16:07:00 -0500 John W. Eaton version is now 3.3.54+
Fri, 19 Nov 2010 16:06:08 -0500 John W. Eaton Added tag ss-3-3-54 for changeset bd2643f0ce57
Fri, 19 Nov 2010 16:05:58 -0500 John W. Eaton snapshot 3.3.54 ss-3-3-54
Thu, 18 Nov 2010 20:14:52 -0500 Ben Abbott text.m: Ensure text position property is set after units property.
Thu, 18 Nov 2010 20:01:29 -0500 Ben Abbott __go_draw_axes__.m: Fix bug setting zscale to yscale (31693).