log

age author description
Sun, 14 Nov 2010 22:01:20 +0100 Jaroslav Hajek fix internal sorting in __all_opts__ (bug 31392)
Sat, 13 Nov 2010 01:29:10 -0500 John W. Eaton ChangeLog fix
Sat, 13 Nov 2010 01:26:04 -0500 John W. Eaton make filename property of figure objects writable
Sat, 13 Nov 2010 01:25:05 -0500 John W. Eaton allow legend and gcf to work when no figure is present
Fri, 12 Nov 2010 20:53:32 -0500 John W. Eaton ChangeLog fix
Fri, 12 Nov 2010 20:49:02 -0500 John W. Eaton liboctave/Makefile.am: clean up some variables; don't distribute generated files
Fri, 12 Nov 2010 20:33:19 -0500 John W. Eaton don't compile src/X-opts.cc files separately
Fri, 12 Nov 2010 13:19:24 -0500 John W. Eaton simplify special case for concatenation of empty matrices
Thu, 11 Nov 2010 14:53:26 -0500 John W. Eaton special case for concatenation of empty matrices
Thu, 11 Nov 2010 14:53:11 -0500 John W. Eaton changelog fix
Thu, 11 Nov 2010 15:01:03 +0100 Kai Habel Add prefix ID_ to property ids to avoid name clash on windows
Thu, 11 Nov 2010 02:30:32 -0500 John W. Eaton also consider parent classes when checking if class methods are out of date
Thu, 11 Nov 2010 02:26:37 -0500 John W. Eaton keep gnulib out of lo-mappers.h
Wed, 10 Nov 2010 22:39:27 -0500 John W. Eaton kpse cleanups
Wed, 10 Nov 2010 22:09:25 -0500 John W. Eaton eliminate additional special cases for SCO systems
Wed, 10 Nov 2010 21:52:51 -0500 John W. Eaton IEEE math initialization tweaks
Wed, 10 Nov 2010 21:11:43 -0500 John W. Eaton eliminate special cases for __DECCXX
Wed, 10 Nov 2010 21:01:54 -0500 John W. Eaton eliminate special cases for NeXT systems
Wed, 10 Nov 2010 20:55:32 -0500 John W. Eaton eliminate special cases for __EMX__ systems
Wed, 10 Nov 2010 20:39:35 -0500 John W. Eaton fix typo in previous change
Wed, 10 Nov 2010 20:36:16 -0500 John W. Eaton eliminate special cases for SCO systems
Wed, 10 Nov 2010 16:12:52 -0500 John W. Eaton changelog fixes
Wed, 10 Nov 2010 16:04:55 -0500 John W. Eaton test/fntests.m: run tests for deprecated functions
Wed, 10 Nov 2010 16:04:31 -0500 John W. Eaton deprecate the dispatch function
Wed, 10 Nov 2010 16:09:07 -0500 John W. Eaton move builtin function from dispatch.cc to oct-parse.yy
Wed, 10 Nov 2010 22:03:58 +0100 Kai Habel Add more checks for uimeu
Wed, 10 Nov 2010 04:07:14 -0500 John W. Eaton fix printing of newlines for anonymous function handle bodies
Wed, 10 Nov 2010 01:35:50 -0500 John W. Eaton changelog fixes
Wed, 10 Nov 2010 01:28:38 -0500 John W. Eaton changelog fix
Wed, 10 Nov 2010 00:54:34 -0500 John W. Eaton allow class function to be called from methods as well as constructors
Tue, 09 Nov 2010 21:02:44 -0800 Rik configure.ac: fix typo where variable was missing leading '$'.
Tue, 09 Nov 2010 18:21:14 -0500 John W. Eaton add omitted file from previous change
Tue, 09 Nov 2010 18:12:17 -0500 John W. Eaton correctly parse {1 2 {3 4}}
Tue, 09 Nov 2010 12:03:21 -0800 Rik configure.ac: Properly m4 quote AS_HELP_STRING.
Tue, 09 Nov 2010 14:52:28 -0500 John W. Eaton help: print message if function not found
Tue, 09 Nov 2010 11:32:30 -0800 Rik Remove redundant warning when 'without-opengl' option used.
Tue, 09 Nov 2010 13:21:15 -0500 John W. Eaton lo-mappers.cc (xmod, xrem): don't copy sign if result is zero
Tue, 09 Nov 2010 04:24:26 -0500 John W. Eaton use templates and inline for more lo-mappers functionos
Tue, 09 Nov 2010 03:24:18 -0500 John W. Eaton use templates for some lo-mappers functions
Tue, 09 Nov 2010 01:28:45 -0500 John W. Eaton Array.cc: use comparisons to sortmode values instead of testing mode directly
Tue, 09 Nov 2010 00:57:49 -0500 John W. Eaton improve Matlab compatibility of rem and mod
Mon, 08 Nov 2010 22:28:06 -0500 John W. Eaton handle --without-opengl configure option
Mon, 08 Nov 2010 21:22:22 +0100 Kai Habel Code fixes for uimenu
Mon, 08 Nov 2010 23:19:37 +0800 Ben Abbott __go_draw_axes__.m: Check for z/y/zdata before converting negative values to NaNs.
Mon, 08 Nov 2010 16:59:25 +0800 Ben Abbott daspect.m: Fix demo using both daspect and pbaspect.
Mon, 08 Nov 2010 07:33:10 +0100 David Bateman Unset the foreground color for the gnuplot backend earlier (fixes #31533)
Sun, 07 Nov 2010 20:25:25 -0800 Rik sprand.m: Add input validation to function.
Mon, 08 Nov 2010 08:59:52 +0800 Ben Abbott __bar__.m: Permit bar() to be called with scalar inputs.
Mon, 08 Nov 2010 08:45:46 +0800 Ben Abbott __go_draw_axes__.m: Set proper tight axis limits for log scale.
Sun, 07 Nov 2010 22:57:23 +0100 David Bateman Remove the call to drawnow in legend
Sun, 07 Nov 2010 22:48:50 +0100 David Bateman minor fix to previous changeset
Sun, 07 Nov 2010 22:35:40 +0100 David Bateman Fix multi-parented legends with the gnuplot backend (fixes #30461 and #31522)
Sun, 07 Nov 2010 11:51:36 +0100 Konstantinos Poulios Make colorbar function aware of dataaspect settings
Sat, 06 Nov 2010 18:43:06 +0100 Marco Caliari spline.m: Fix algorithm for input with 3 elements (bug #31098)
Sat, 06 Nov 2010 09:08:47 -0400 John W. Eaton contrib.txi: minor tweaks
Thu, 04 Nov 2010 13:34:58 -0700 Rik __fltk_ginput__.m: Use semicolons to prevent internal function evaluations being output to screen.
Thu, 04 Nov 2010 12:47:19 -0700 Rik Add __fltk_ginput__.m to list of scripts
Thu, 04 Nov 2010 12:23:05 -0700 Rik check-m-sources target in scripts directory now includes checking generated .m files.
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Wed, 03 Nov 2010 17:37:00 -0700 Rik Use CamelCase for 'UniformOutput' option to cellfun.
Wed, 03 Nov 2010 17:28:05 -0700 Rik Fix typos in docstring and demo string.
Wed, 03 Nov 2010 17:20:56 -0700 Rik Use function handle as input to cellfun,
Wed, 03 Nov 2010 18:02:03 +0800 Ben Abbott __patch__.m: Don't index an empty array; bug introduced by changeset 11175.
Wed, 03 Nov 2010 21:51:37 +0800 Ben Abbott gl-render.cc: Do not give rendering error for uimenus.
Wed, 03 Nov 2010 11:11:47 +0100 Konstantinos Poulios Making 'axis equal' equivalent to 'daspect([1,1,1])'
Wed, 03 Nov 2010 11:09:02 +0100 Konstantinos Poulios Remove deprecated temporary calculation of plotboxaspectratio for the gnuplot backend
Wed, 03 Nov 2010 09:34:07 +0100 Konstantinos Poulios Leave zlim unchanged during 'axis tight' on 2D plots
Wed, 03 Nov 2010 03:37:59 -0400 John W. Eaton Added tag ss-3-3-53 for changeset 3cbc0d77db48
Wed, 03 Nov 2010 03:25:59 -0400 John W. Eaton cquad.cc: define copysign if needed
Wed, 03 Nov 2010 15:10:47 +0800 Ben Abbott Add new appdata functions.
Mon, 30 Aug 2010 13:49:07 -0500 Jordi Gutiérrez Hermoso Explain that ranges in vectors do get expanded
Tue, 02 Nov 2010 19:15:19 -0400 John W. Eaton cquad.cc (Fcquad): use octave_Inf, not INFINITY
Tue, 02 Nov 2010 16:46:08 +0100 David Bateman Trivial patch to previous change
Tue, 02 Nov 2010 16:27:30 +0100 David Bateman Address precision issue in ranges saved to HDF5 files
Tue, 02 Nov 2010 00:47:31 +0100 David Bateman Address the speed of plotting large hggroup groups and in particular
Mon, 01 Nov 2010 06:54:43 -0400 Ben Abbott axis.m: Exclude hggroup {x,y,z}data properties when determing tight axis limits.
Sun, 31 Oct 2010 16:48:51 +0000 Michael Goffioul Additional exported symbols [MSVC]
Sun, 31 Oct 2010 07:30:15 -0700 Rik Overhaul functions used to convert between number bases.
Sun, 31 Oct 2010 12:24:02 +0100 Konstantinos Poulios Remove deprecated code handling manual pbaspect and daspect for the gnuplot backend
Sun, 31 Oct 2010 13:28:55 +0100 Kai Habel Remove template to allow compilation for MacOS
Sat, 30 Oct 2010 12:14:27 -0700 Rik Update dec2base to handle numbers up to 2^64-1.
Fri, 29 Oct 2010 21:46:58 +0200 David Bateman Fix treatment of facevertexcdata if facecolor is 'none' with the fltk backend
Thu, 28 Oct 2010 14:12:46 +0200 Konstantinos Poulios Fix {d,pb}aspectratios for OpenGL backends.
Fri, 29 Oct 2010 10:20:30 +0800 Ben Abbott gl-render.cc: Crop ticks, ticklabels, and gridlines for OpenGL backend.
Thu, 28 Oct 2010 18:18:19 -0700 Rik Deprecate autocor and autocov functions.
Fri, 29 Oct 2010 00:28:46 +0200 David Bateman Don't plot patch outlines with the gnuplot backend if the marker property is set to none. Fixes contourf(peaks(),'edgecolor','none')
Fri, 29 Oct 2010 00:28:01 +0200 David Bateman Backed out changeset a981e2f56ec1
Fri, 29 Oct 2010 00:25:04 +0200 David Bateman Don't plot patch outlines with the gnuplot backend if the marker property is set to none. Fixes contourf(peaks(),'edgecolor','none')
Thu, 28 Oct 2010 13:22:49 +0800 Ben Abbott Add demos setting both data and plotbox aspect ratios.
Thu, 28 Oct 2010 01:56:14 +0200 David Bateman Set cdata from facevertexcdata and visa versa for patch at all times
Tue, 26 Oct 2010 19:36:19 +0200 Kai Habel Add demo for uimenu.m
Mon, 25 Oct 2010 17:08:22 -0400 John W. Eaton ChangeLog fixes
Mon, 25 Oct 2010 17:05:48 -0400 John W. Eaton octave.cc: fix call to xerbla
Mon, 25 Oct 2010 21:36:29 +0200 David Bateman Sort values in discrete_pdf before calling lookup
Mon, 25 Oct 2010 11:26:43 +0200 Kai Habel add uimenu graphic object to fltk backend
Sun, 24 Oct 2010 12:41:21 -0700 Rik Update NEWS with more deprecated functions from version 3.4
Sun, 24 Oct 2010 08:33:10 -0700 Rik New verification script, mk_undocumented_list, produces a list of undocumented functions.
Sun, 24 Oct 2010 07:33:34 -0700 Rik Improve docstrings for functions found in undocumented list.
Sun, 24 Oct 2010 07:28:43 -0700 Rik Deprecate betai, gammai, is_global functions.
Sat, 23 Oct 2010 03:33:25 -0400 John W. Eaton docstring fixes
Sat, 23 Oct 2010 03:00:31 -0400 John W. Eaton style fix: break lines before && and ||, not after
Sat, 23 Oct 2010 02:31:08 -0400 Ben Abbott doc fix
Sat, 23 Oct 2010 02:29:35 -0400 John W. Eaton document textscan and textread
Sat, 23 Oct 2010 02:22:56 -0400 John W. Eaton file-io.cc (Ffopen): argument parsing tweak
Sat, 23 Oct 2010 02:05:54 -0400 John W. Eaton ChangeLog fixes
Sat, 23 Oct 2010 02:04:51 -0400 John W. Eaton tests for is_valid_file_id
Sat, 23 Oct 2010 13:59:30 +0800 Ben Abbott strings.txi: @DOCSTRING additions.
Sat, 23 Oct 2010 01:50:14 -0400 John W. Eaton new function, is_valid_file_id
Sat, 23 Oct 2010 13:37:36 +0800 Ben Abbott textscan.m: Add new function.
Fri, 22 Oct 2010 21:18:00 -0400 John W. Eaton use getopt_long correctly
Fri, 22 Oct 2010 20:59:48 -0400 John W. Eaton update NEWS
Fri, 22 Oct 2010 05:31:36 -0400 John W. Eaton oct-parse.yy: fix typo in previous change
Fri, 22 Oct 2010 04:43:50 -0400 John W. Eaton include boostrap and bootstrap.conf in distributed tar files
Fri, 22 Oct 2010 04:24:11 -0400 John W. Eaton oct-parse.yy (load_fcn_from_file): also strip directory when computing function name from filename
Fri, 22 Oct 2010 00:29:31 -0400 John W. Eaton add files for previous change
Fri, 22 Oct 2010 08:34:54 +0800 Ben Abbott legend.m: Trivial fix to allow legend handle to be returned.
Thu, 21 Oct 2010 17:22:50 -0400 John W. Eaton update contributors list in manual
Thu, 21 Oct 2010 21:15:44 +0200 Gunnar Farneback Stop converting single valued output from mex files to doubles.
Thu, 21 Oct 2010 16:15:16 -0400 John W. Eaton quantile.m: fix typo in previous change
Thu, 21 Oct 2010 16:12:13 -0400 John W. Eaton consistently give error for operator not applied to NaN values
Thu, 21 Oct 2010 16:12:00 -0400 John W. Eaton use gripe functions for NaN to logical and NaN to character conversions more consistently
Thu, 21 Oct 2010 11:58:42 -0700 Rik Fix reversed documentation for shape and scale parameters in Weibull family of functions.
Thu, 21 Oct 2010 23:38:15 +0800 Ben Abbott strread.m: Improve compatibility with Matlab.
Thu, 21 Oct 2010 00:44:32 -0400 John W. Eaton __isequal__.m: style fixes
Wed, 20 Oct 2010 21:13:58 -0700 Rik Fix bug #31239 in isequalwithequalnans.m
Wed, 20 Oct 2010 21:01:24 -0700 Rik Add tests for fftconv.m
Wed, 20 Oct 2010 22:15:34 -0400 John W. Eaton toplev.cc (Fsystem): allow optional return_output and type arguments to be specified independently
Wed, 20 Oct 2010 21:03:13 -0400 John W. Eaton ChangeLog fixes
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