log

age author description
Thu, 19 Jan 2012 12:46:33 -0500 Jordi GutiƩrrez Hermoso zscore.m: Return mean and std dev for Matlab compatibility. Update docstring.
Thu, 19 Jan 2012 09:36:51 -0500 Doug Stewart Stop FLTK plot figure crash with right-mouse zoom (Bug #32592).
Wed, 18 Jan 2012 21:27:13 -0800 Rik news.m: Revamp implementation of function.
Wed, 18 Jan 2012 21:27:13 -0800 Rik prefsfile.m: Remove unnecessary code to transition users to .octave_prefs filename.
Wed, 18 Jan 2012 21:17:14 -0800 Rik fill.m: Return column vector of graphics handles
Wed, 18 Jan 2012 21:17:14 -0800 Rik ribbon.m: Simplify code and return a column vector of graphics handles.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use correct plural for dbstatus if there is more than 1 breakpoint set in file.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Add error messages to dbtype(). Allow use of "end" keyword in linespec.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use isfigure() to simplify some plot functions.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Replace unnecessary strcmpi calls with strcmp.
Wed, 18 Jan 2012 21:17:14 -0800 Rik polyreduce.m: Recode function using modern syntax.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use Octave spacing convention in %!test blocks of surface plot functions.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use '!' for not operation in preference to '~'.
Wed, 18 Jan 2012 21:17:14 -0800 Rik accumdim.m: Use common code idiom for finding first non-singleton dimension.
Wed, 18 Jan 2012 21:17:14 -0800 Rik Use Octave spacing conventions for scripts in elfun/ directory.