log

age author description
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
Sun, 19 Sep 2010 20:47:46 -0400 Ben Abbott Special treatment activepositionproperty = outerposition for gnuplot.
Sun, 19 Sep 2010 20:26:18 -0400 Ben Abbott __plt__.m: Trivial fix for recent legend changeset.
Sun, 19 Sep 2010 18:50:30 -0400 Ben Abbott legend.m: Treat line, patch, and surface objects differetly.
Sun, 19 Sep 2010 17:50:41 -0400 Ben Abbott graphics.h.in: Add displayname property to patch and surface objects.
Sun, 19 Sep 2010 12:57:29 -0400 Ben Abbott __go_draw_axes__.m: Remove left over debug code.
Sun, 19 Sep 2010 12:25:31 -0400 Ben Abbott mkoctfile.m: Change help text to be consistent with the shell version.
Sat, 18 Sep 2010 22:30:41 +0200 David Bateman Update legend code to support fltk (fixes #29348 and partially fixes #30461)
Sat, 18 Sep 2010 16:19:31 -0400 Ben Abbott graphics.cc: Replace pagetype property value custom with <custom>.
Sat, 18 Sep 2010 15:25:44 -0400 John W. Eaton Makefile.am (BUILT_SOURCES): include run-octave in the list
Thu, 16 Sep 2010 20:30:01 -0400 Ben Abbott __go_draw_axes__.m: Ensure text objects have units of "data".
Thu, 16 Sep 2010 23:28:18 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Thu, 16 Sep 2010 23:25:18 +0200 David Bateman Backed out changeset 6ea65c5de87a
Thu, 16 Sep 2010 23:13:22 +0200 David Bateman Respect the units and paperunits figure properties and the units and fontunits axes properties
Thu, 16 Sep 2010 14:07:21 -0400 John Swensen Removed unnecessary for loop and fixed a typo in my last Changelog entry
Thu, 16 Sep 2010 07:08:02 -0400 John W. Eaton eliminate some GCC warnings
Thu, 16 Sep 2010 06:30:15 -0400 John W. Eaton makefile rules for compiled auxiliary programs
Thu, 16 Sep 2010 02:56:35 -0400 John Swensen Updated for writing image files via imwrite.
Thu, 16 Sep 2010 07:37:07 +0200 Jaroslav Hajek extend periodogram, thanks to Alois Schloegl
Wed, 15 Sep 2010 22:31:12 +0200 Jaroslav Hajek optimize sum of sparse logical matrices
Wed, 15 Sep 2010 14:49:54 -0400 John W. Eaton fix typo in previous change to load-path.cc
Wed, 15 Sep 2010 14:48:09 -0400 John W. Eaton include doc/interpreter/images.awk in the distribution tar file
Wed, 15 Sep 2010 14:43:30 -0400 John W. Eaton addpath, rmpath: document path arguments