log

age author description
Wed, 20 Oct 2010 20:51:33 -0400 Olaf Till optimization/optimset.m: Use cell2struct instead of struct to handle cell arrays as options
Wed, 20 Oct 2010 20:49:17 -0400 John W. Eaton style fixes for some .m files
Tue, 19 Oct 2010 04:31:30 -0400 John W. Eaton version is now 3.3.53+
Tue, 19 Oct 2010 02:25:45 -0400 John W. Eaton Added tag ss-3-3-53 for changeset 6c69a7c39039
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
Thu, 07 Oct 2010 17:48:18 -0400 John W. Eaton periodogram.m: fix parse errors
Thu, 07 Oct 2010 17:47:07 -0400 John W. Eaton datevec.m: use endfunction to mark end of primary function and subfunctions
Thu, 07 Oct 2010 11:27:03 -0700 Rik Update docstrings for convolution family of functions (conv, conv2, fftconv)
Thu, 07 Oct 2010 03:18:44 -0400 John W. Eaton conv.m: docstring fix
Thu, 07 Oct 2010 03:14:59 -0400 John W. Eaton conv2.cc: style fixes; update docstrings
Thu, 07 Oct 2010 03:09:07 -0400 John W. Eaton conv.m: handle "same" shape argument
Thu, 07 Oct 2010 02:00:05 -0400 John W. Eaton avoid another use of ::fileno
Wed, 06 Oct 2010 18:13:11 -0400 Ben Abbott image.m: Allow x/ydata to imply a flip of the image. Modify demos.
Tue, 05 Oct 2010 14:43:15 -0400 John W. Eaton oct-stdstrm.h: avoid problems if fileno is a macro
Tue, 05 Oct 2010 03:29:43 -0400 Carlo de Falco Fix help string in general/quadv.m
Mon, 04 Oct 2010 23:03:40 +0200 Shai Ayal leftover changelog from last commit
Mon, 04 Oct 2010 21:35:02 +0200 Shai Ayal fix images with width or height of 1
Fri, 01 Oct 2010 14:18:37 -0400 John W. Eaton extract caseless_str class to separate header file
Fri, 01 Oct 2010 05:16:04 -0400 John W. Eaton graphics.cc, graphics.h.in, genprops.awk: use octave_map and octave_scalar_map instead of Octave_map
Fri, 01 Oct 2010 04:44:33 -0400 John W. Eaton mex.cc (mxArray_struct::as_octave_value): Use octave_map instead of Octave_map
Fri, 01 Oct 2010 04:39:45 -0400 John W. Eaton ov-base.h: delete forward decl for Octave_map class
Fri, 01 Oct 2010 04:37:53 -0400 John W. Eaton ov-struct.h (octave_struct (const Octave_map&)): delete constructor
Fri, 01 Oct 2010 04:36:31 -0400 John W. Eaton ov-fcn-inline.cc: use octve_scalar_map instead of Octave_map
Fri, 01 Oct 2010 04:30:47 -0400 John W. Eaton variables.cc: Octave_map to octave_map and octave_scalar_map conversion
Thu, 30 Sep 2010 21:50:35 +0200 Jaroslav Hajek avoid SID in octave_fields
Thu, 30 Sep 2010 12:53:23 -0400 John W. Eaton pt-idx.cc (tree_expression::lvalue): use octave_map here, not octave_scalar_map
Thu, 30 Sep 2010 06:00:00 -0400 John W. Eaton toplev.cc, sighandlers.cc, utils.cc, octave.cc, pt-eval.cc pt-idx.cc: Octave_map to octave_map and octave_scalar_map conversion
Thu, 30 Sep 2010 05:30:28 -0400 John W. Eaton update contributors list
Thu, 30 Sep 2010 05:15:11 -0400 John W. Eaton gcd.cc: style fixes
Thu, 30 Sep 2010 05:11:59 -0400 John W. Eaton oct-errno.cc.in: use octve_scalar_map instead of Octave_map
Thu, 30 Sep 2010 02:05:31 -0500 Jordi GutiƩrrez Hermoso Implement gcd for Gaussian (complex) integers
Thu, 30 Sep 2010 02:05:30 -0500 Jordi GutiƩrrez Hermoso Fix off-by-one and typo bugs in gcd
Thu, 30 Sep 2010 09:13:37 +0200 Jaroslav Hajek replace Octave_map->octave_scalar_map in oct-parse.yy and ov-fcn-handle.cc
Thu, 30 Sep 2010 09:05:00 +0200 Jaroslav Hajek replace Octave_map->octave_scalar_map in help.cc and load-save.cc
Thu, 30 Sep 2010 08:27:56 +0200 Jaroslav Hajek replace Octave_map in debug.cc and error.cc
Thu, 30 Sep 2010 08:04:37 +0200 Jaroslav Hajek replace Octave_map->octave_map in oct-errno
Thu, 30 Sep 2010 08:00:22 +0200 Jaroslav Hajek replace Octave_map->octave_map in pt-idx.h
Wed, 29 Sep 2010 22:08:34 +0200 Jaroslav Hajek fix off-by-1 error in octave_scalar_map
Wed, 29 Sep 2010 12:22:37 -0700 Rik fntests.m: Break output text differently for better readability.
Wed, 29 Sep 2010 12:57:43 -0400 John W. Eaton in recent Octave_map -> octave_scalar_map changes, use GETFIELD to access map elements, not CONTENTS
Wed, 29 Sep 2010 04:25:57 -0400 John W. Eaton make_int.cc: don't pass arg to mlock
Wed, 29 Sep 2010 04:23:13 -0400 John W. Eaton structdemo.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 04:15:23 -0400 John W. Eaton urlwrite.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 04:12:58 -0400 John W. Eaton luinc.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 04:08:08 -0400 John W. Eaton __glpk__.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 04:01:22 -0400 John W. Eaton __glpk__.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 03:50:36 -0400 John W. Eaton amd.cc, cellfun.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 03:39:56 -0400 John W. Eaton dispatch.cc, fltk_backend.cc, regexp.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 03:31:11 -0400 John W. Eaton eigs.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 03:19:37 -0400 John W. Eaton getpwent.cc, getgrent.cc, getrusage.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 03:09:19 -0400 John W. Eaton time.cc: use octave_scalar_map instead of Octave_map
Wed, 29 Sep 2010 02:24:41 -0400 John W. Eaton configure.ac: style fixes
Wed, 29 Sep 2010 01:13:08 -0400 John Swensen Modified configure.ac to allow specification of ImageMagick or GraphicsMagick. GraphicsMagick is still the default option.
Tue, 28 Sep 2010 19:22:01 -0700 Rik Use Octave to create pdf versions of plots for documentation.
Tue, 28 Sep 2010 18:12:37 -0400 John W. Eaton missing semicolon in last imwrite changeset
Tue, 28 Sep 2010 18:12:12 -0400 John W. Eaton new Cell (std::list<std::string>&) constructor
Tue, 28 Sep 2010 17:24:49 -0400 John Swensen Add check for QuantumDepth at initialization of *Magick and an associated warning
Tue, 28 Sep 2010 17:24:24 -0400 John Swensen Added support for checking supported image types at runtime.
Tue, 28 Sep 2010 17:23:52 -0400 John Swensen Correctly handle logical and integer bit depths
Tue, 28 Sep 2010 13:24:21 -0700 Rik Untabify a few remaining .m scripts.
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Tue, 28 Sep 2010 08:22:15 -0400 Ben Abbott __print_parse_opts__.m: Fix test.
Tue, 28 Sep 2010 13:56:10 +0200 Jaroslav Hajek make the result of r^m real when r > 0
Tue, 28 Sep 2010 09:08:29 +0200 Jaroslav Hajek make an internal function for try simulation
Mon, 27 Sep 2010 21:08:16 +0200 Jaroslav Hajek simplify lcm
Mon, 27 Sep 2010 19:38:16 -0400 Ben Abbott __print_parse_opts__.m: Properly crop eps image and fix tests.
Mon, 27 Sep 2010 02:51:20 -0400 John W. Eaton reverse order in which child objects are processed in OpenGL renderer
Sun, 26 Sep 2010 22:23:23 -0700 Rik Update docstrings for regular expression functions
Sun, 26 Sep 2010 12:55:38 -0700 Rik Remove requirement for PCRE in Octave. (Bug #31025)
Sat, 25 Sep 2010 17:17:51 -0400 John W. Eaton toplev.cc (Fquit): allow any number of output paramters
Sat, 25 Sep 2010 11:59:01 -0400 Ben Abbott __print_parse_opts__.m: Recongize gs devices {eps/pdf/ps}write.
Sat, 25 Sep 2010 14:18:29 +0200 Jaroslav Hajek optimize & rewrite gcd
Sat, 25 Sep 2010 02:34:01 -0700 Rik Remove requirement for PCRE to build doc-cache.
Fri, 24 Sep 2010 22:00:12 -0700 Rik Rephrase output from 'make check' for clarity.
Fri, 24 Sep 2010 21:46:07 -0700 Rik Update docstring for regexp, regexprep.
Fri, 24 Sep 2010 21:39:22 +0200 Jaroslav Hajek update ax_blas
Thu, 23 Sep 2010 14:55:53 -0400 John W. Eaton src/Makefile.am: don't include dynamically linked files in DEF_FILES
Thu, 23 Sep 2010 03:15:33 -0400 John W. Eaton eliminate octave-bug script/program
Wed, 22 Sep 2010 18:06:21 -0400 Ben Abbott When appending, delete temporary files at the end of the ghostscript pipeline.
Wed, 22 Sep 2010 09:04:56 +0200 Jaroslav Hajek fix small typos in new tests
Wed, 22 Sep 2010 07:57:33 +0200 Jaroslav Hajek add missing copyright
Wed, 22 Sep 2010 07:40:58 +0200 Jaroslav Hajek slight simplifications in xpow.cc
Wed, 22 Sep 2010 07:06:25 +0200 Jaroslav Hajek simplify more array tests
Tue, 21 Sep 2010 21:22:44 -0400 Ben Abbott Print via a pipeline.
Tue, 21 Sep 2010 13:09:12 +0200 Jaroslav Hajek simplify some array tests in liboctave
Tue, 21 Sep 2010 03:51:02 -0400 John W. Eaton src/oct-stream.h (octave_base_stream::file_number): return 0, 1, and 2 for stdin, stdout, and stderr, -1 otherwise
Tue, 21 Sep 2010 03:35:46 -0400 John W. Eaton provide gethostname function
Mon, 20 Sep 2010 21:23:10 -0400 John W. Eaton use mktime module from gnulib
Mon, 20 Sep 2010 20:39:56 -0400 John W. Eaton cache file id in octave_tstdiostream class
Mon, 20 Sep 2010 18:47:52 -0400 Ben Abbott legend.m: Index location cellstr to obtain a string.
Mon, 20 Sep 2010 11:21:02 -0400 John W. Eaton avoid infinite loop in regexp searches with PCRE