log

age author description
Tue, 19 Oct 2010 02:25:32 -0400 John W. Eaton update version info for snapshot ss-3-3-53
Tue, 19 Oct 2010 03:24:57 -0400 John W. Eaton liboctave/Makefile.am (INCS): include caseless-str.h in the list
Tue, 19 Oct 2010 02:22:20 -0400 John W. Eaton finish adding untabify.m to build system
Tue, 19 Oct 2010 11:46:07 +0800 Ben Abbott strjust.m: Add "untabify" and "strrep" to @seealso{} in the doc-string.
Mon, 18 Oct 2010 20:40:12 +0200 Thorsten Meyer Stylefixes, replace end by endif.
Mon, 18 Oct 2010 14:33:03 -0400 John W. Eaton list deprecated and removed functions in NEWS file
Mon, 18 Oct 2010 14:27:46 -0400 John W. Eaton edit NEWS file
Mon, 18 Oct 2010 20:13:45 +0200 Marco Caliari polynomial/polyval.m: Use Horner's method.
Mon, 18 Oct 2010 14:15:06 -0400 John W. Eaton remove image_viewer function
Mon, 18 Oct 2010 16:53:57 +0200 Gunnar Farneback general/interp2.m: Fix input checks for cubic interpolation (bug #31352, part 1).
Mon, 18 Oct 2010 19:32:36 +0800 Ben Abbott print.m: Add examples to the docstring.
Mon, 18 Oct 2010 02:41:21 -0400 John W. Eaton __errplot__.m: remove stray debugging statement
Mon, 18 Oct 2010 01:19:28 -0400 John W. Eaton load_path::do_find{all,}first_of: search path for relative file names
Sun, 17 Oct 2010 23:43:42 -0400 John W. Eaton fix copyright notices
Sun, 17 Oct 2010 21:46:59 -0400 John W. Eaton include untabify docstring in the manual
Sun, 17 Oct 2010 21:44:55 -0400 Ben Abbott untabify.m: New function to untabify text.
Sun, 17 Oct 2010 23:33:55 +0800 Ben Abbott Include the 4 input (color) in the docstrings for mesh() and surf().
Sat, 16 Oct 2010 13:27:18 -0400 John W. Eaton provide mxIsFunctionHandle MEX interface function
Sat, 16 Oct 2010 14:38:57 +0400 Ben Abbott Fix normal line and marker types for errorplots.
Thu, 14 Oct 2010 14:43:59 -0400 John W. Eaton new tests for special-matrix functions
Thu, 14 Oct 2010 11:53:04 -0400 John W. Eaton make issparse, sparse, and spalloc built-in functions
Thu, 14 Oct 2010 06:48:02 -0700 Ben Abbott strjust.m: Clarify that justification applies to spaces and null characters.
Sat, 09 Oct 2010 16:25:40 -0400 Ben Abbott __go_draw_axes__.m: Enable linetypes for gnuplot.
Sat, 09 Oct 2010 11:55:51 -0400 John W. Eaton avoid use of | and & in IF conditions in statistics distribution functions
Sat, 09 Oct 2010 11:42:22 -0400 Ben Abbott gl-render.cc: Treat images with scalar unique(x/ydata) like Matlab.
Sat, 09 Oct 2010 11:33:00 -0400 John W. Eaton __fltk_ginput__.m: use || instead of | in IF condition
Fri, 08 Oct 2010 15:22:47 -0400 John W. Eaton Matlab compatible short-circuit behavior for & and | operators
Fri, 08 Oct 2010 07:39:31 -0400 Ben Abbott Do not store flipped image property values when x/ydata descends.
Fri, 08 Oct 2010 07:33:36 -0400 Ben Abbott graphics.h.in: Properly set image pixel size when unique(x/ydata) is scalar.
Thu, 07 Oct 2010 18:18:07 -0400 John W. Eaton ChangeLog fixes