src/ChangeLog
2009-03-18 fix leaving stray '\r' in stream when reading from CRLF data file
2009-02-25 fix invalid matrix dimensioning in graphics.cc
2009-02-23 handle CRLF and CR in fgetl/fgets
2009-01-23 use relative tols in randp tests
2009-01-12 Cross reference between postpad and resize
2009-01-12 fix scaling factor for negative alpha in zbesi,cbesi
2009-01-05 generate new fractional parts for recycled graphics handles
2009-01-05 graphics.cc (base_properties::remove_child): handle children as a column vector instead of a row vector
2008-12-08 fix runaway changelog entry
2008-12-08 merge backout
2008-12-08 Backed out changeset e035c17a55ea
2008-12-08 fix empty matrix handling in switch statement
2008-11-20 Correct cast of matrix by cell or struct concatenation
2008-11-20 Add scalar reshape method
2008-11-04 Add scalar reshape method
2008-10-31 oct-map.cc: copy key_list in indexing functions
2008-10-31 __qp__.cc fix
2008-10-10 pt-arg-list.cc (tree_argument_list::convert_to_const_vector): don't insert undefined elements in return list
2008-09-29 version 3.0.3
2008-09-29 Increase pcre's match_limit for difficult regexps
2008-09-29 load-path.cc (load_path::do_initialize): look for OCTAVE_PATH in the environment, not OCTAVE_LOADPATH
2008-09-24 clear breakpoints is function found to be out of date
2008-09-21 Clarify fftw documentation
2008-09-19 Special case single type conacation in Fcat. Rework cell2mat to take advantage. Cut trailing singletons in cat
2008-09-19 fix problems from transplant 7552
2008-09-15 octave.cc (octave_main): make all command-line arguments available to startup scripts
2008-05-20 load-path.cc (load_path::initialize): include separator when appending sys_path
2008-09-09 Treat PCRE lookbehind operators in a manner that is approximately correct
2008-09-08 ls-oct-ascii.{h,cc} (extract_keyword): accept \r as line ending character
2008-08-27 make glpk return NA values for unfeasible problems
2008-05-18 Extend explanation of randn's return value
2008-08-19 Add a search for Contents.m files to the help function
2008-08-19 check for obsolete built-in variable assignment at first execution rather than parse time
2008-08-19 fix invalid memory read in glpk
2008-08-19 fix default_save_options parsing and allow mixing options with other arguments.
2008-08-19 parse.y (Feval): Return value produced by evaluating CATCH string
2008-08-19 version 3.0.2
2008-08-19 fix typo in randp test
2008-08-12 octave_struct::subsref: don't resize for simple x(idx) case
2008-08-08 fix failing test for randp
2008-08-01 fix incorrect axis location properties
2008-07-28 lasterr, lasterror: unwind-protect error_state
2008-07-21 allow empty matrix by cell (or struct) concatentation
2008-07-24 Fmkdir: improve compatibility
2008-06-25 Frats fix for nargin==0
2008-06-18 make regexp(...,'once') matlab compatible
2008-06-10 mexproto.h: fix mxCreateLogicalScalar decl
2008-06-03 trivial fix option in Fload
2008-05-22 [mq]: cellstr
2008-05-06 Also ignore other constants in Finline
2008-05-06 Treat bool as a scalar in the bit functions
2008-05-06 struct2cell: handle structure arrays properly
2008-05-05 Alias setenv to putenv. Allow single arg to putenv
2008-05-04 ov-fcn-handle.cc (Ffunctions): fix structure assignment
2008-04-23 __qp__.cc: avoid bounds error when removing constraint from active set
2008-04-23 version 3.0.1
2008-04-20 octave_stream::read: allow single data type specification but return double
2008-04-18 disp: produce sq-string unless arg is a dq-string
2008-04-14 octave_scan_1: fix reading of hex numbers
2008-04-14 fread, fwrite: allow SKIP arg to be omitted