log src/ChangeLog @ 12017:038885dcfb34 release-3-2-x

age author description
Thu, 25 Jun 2009 06:36:15 +0200 John W. Eaton remove ans from the list of former built-in variables release-3-2-x
Wed, 24 Jun 2009 07:40:21 +0200 Jaroslav Hajek workaround sig_atomic_t != int in pt-eval.cc release-3-2-x
Wed, 24 Jun 2009 07:31:32 +0200 Jaroslav Hajek improve error handling release-3-2-x
Wed, 24 Jun 2009 07:30:49 +0200 John W. Eaton oct-map.cc: fix thinko in previous change release-3-2-x
Wed, 24 Jun 2009 07:30:49 +0200 John W. Eaton oct-map.cc: preserve key order release-3-2-x
Mon, 22 Jun 2009 09:00:43 +0200 Jaroslav Hajek fix slow cellstr -> char matrix conversions release-3-2-x
Mon, 22 Jun 2009 07:56:24 +0200 Jaroslav Hajek properly unshare variable in subsasgn release-3-2-x
Thu, 18 Jun 2009 07:09:17 +0200 John W. Eaton mex.cc (mxArray_octave_value::get_data): avoid enumerating types that can be handled as foreign release-3-2-x
Tue, 16 Jun 2009 10:57:30 +0200 Jaroslav Hajek fix context restoration in error state release-3-2-x
Tue, 16 Jun 2009 06:43:56 +0200 Kai NODA fix include guards release-3-2-x
Fri, 12 Jun 2009 10:47:29 +0200 Jaroslav Hajek simplify octave_cell::sort release-3-2-x
Thu, 11 Jun 2009 07:13:19 +0200 John W. Eaton tree_anon_fcn_handle::dup: don't convert to tree_constant release-3-2-x
Thu, 11 Jun 2009 07:13:19 +0200 John W. Eaton don't look for object index after keyword release-3-2-x
Thu, 11 Jun 2009 07:13:19 +0200 Jaroslav Hajek avoid using readline at all when line editing suppressed or interpreter embedded release-3-2-x
Thu, 11 Jun 2009 07:13:19 +0200 Jaroslav Hajek don't garble readline settings when line editing is disabled release-3-2-x
Tue, 09 Jun 2009 07:18:28 +0200 Jaroslav Hajek fix log2 with 2 outargs, loosen tests to meet IEEE release-3-2-x
Tue, 09 Jun 2009 06:33:10 +0200 John W. Eaton fix exist for function handles and inline functions release-3-2-x
Tue, 09 Jun 2009 06:33:10 +0200 Jaroslav Hajek properly clear global variables release-3-2-x
Mon, 08 Jun 2009 08:00:13 +0200 Jaroslav Hajek fix behavior of clear release-3-2-x
Sun, 07 Jun 2009 08:59:08 +0200 Jaroslav Hajek allow ranges and other matrices in set release-3-2-x
Sun, 07 Jun 2009 08:15:31 +0200 Jaroslav Hajek fix behavior of find release-3-2-x
Sat, 06 Jun 2009 22:01:10 -0700 Rik Expand documentation for 'complex' function release-3-2-x
Sat, 06 Jun 2009 21:25:37 -0700 Rik Update documentation for NA and isna functions release-3-2-x
Sat, 06 Jun 2009 16:29:08 -0700 Rik Update documentation for load and save release-3-2-x
Sat, 06 Jun 2009 07:59:58 -0700 Rik Update documentation for 'format' release-3-2-x
Fri, 05 Jun 2009 13:23:26 -0700 Rik Update documentation for 'who' family of functions. release-3-2-x
Wed, 03 Jun 2009 13:21:37 -0700 Rik Correct documentation for keyboard function release-3-2-x
Fri, 05 Jun 2009 08:11:46 +0200 Jaroslav Hajek version 3.2.0 release-3-2-x
Tue, 07 Apr 2009 12:02:10 +0200 Jaroslav Hajek version 3.0.5 release-3-0-x
Sun, 05 Apr 2009 18:29:37 +0200 Benjamin Lindner fix broken ascii loading release-3-0-x
Wed, 01 Apr 2009 10:51:28 +0200 Jaroslav Hajek version 3.0.4 release-3-0-x
Wed, 18 Mar 2009 15:23:14 +0100 Benjamin Lindner fix leaving stray '\r' in stream when reading from CRLF data file release-3-0-x
Wed, 25 Feb 2009 08:40:31 +0100 Marco Caliari fix invalid matrix dimensioning in graphics.cc release-3-0-x
Mon, 23 Feb 2009 21:04:10 +0100 John W. Eaton handle CRLF and CR in fgetl/fgets release-3-0-x
Fri, 23 Jan 2009 14:10:55 +0100 Jaroslav Hajek use relative tols in randp tests release-3-0-x
Mon, 12 Jan 2009 10:57:46 +0100 Francesco Potortì Cross reference between postpad and resize release-3-0-x
Mon, 12 Jan 2009 10:42:03 +0100 Brian Gough fix scaling factor for negative alpha in zbesi,cbesi release-3-0-x
Mon, 05 Jan 2009 08:20:15 +0100 John W. Eaton generate new fractional parts for recycled graphics handles release-3-0-x
Mon, 05 Jan 2009 08:17:53 +0100 John W. Eaton graphics.cc (base_properties::remove_child): handle children as a column vector instead of a row vector release-3-0-x
Mon, 08 Dec 2008 07:30:58 +0100 Jaroslav Hajek fix runaway changelog entry release-3-0-x
Mon, 08 Dec 2008 06:48:27 +0100 Jaroslav Hajek fix empty matrix handling in switch statement release-3-0-x
Thu, 20 Nov 2008 08:36:37 +0100 David Bateman Correct cast of matrix by cell or struct concatenation release-3-0-x
Tue, 04 Nov 2008 20:54:26 +0100 David Bateman Add scalar reshape method release-3-0-x
Fri, 31 Oct 2008 07:54:46 +0100 John W. Eaton oct-map.cc: copy key_list in indexing functions release-3-0-x
Fri, 31 Oct 2008 07:52:55 +0100 John W. Eaton __qp__.cc fix release-3-0-x
Fri, 10 Oct 2008 11:19:20 +0200 John W. Eaton pt-arg-list.cc (tree_argument_list::convert_to_const_vector): don't insert undefined elements in return list release-3-0-x
Mon, 29 Sep 2008 08:03:12 +0200 Jaroslav Hajek version 3.0.3 release-3-0-x
Mon, 29 Sep 2008 07:22:04 +0200 Thomas Weber Increase pcre's match_limit for difficult regexps release-3-0-x
Mon, 29 Sep 2008 07:21:47 +0200 John W. Eaton load-path.cc (load_path::do_initialize): look for OCTAVE_PATH in the environment, not OCTAVE_LOADPATH release-3-0-x
Wed, 24 Sep 2008 14:08:58 +0200 David Bateman clear breakpoints is function found to be out of date release-3-0-x
Sun, 21 Sep 2008 08:19:40 +0200 David Bateman Clarify fftw documentation release-3-0-x
Fri, 19 Sep 2008 23:21:15 +0200 David Bateman Special case single type conacation in Fcat. Rework cell2mat to take advantage. Cut trailing singletons in cat release-3-0-x
Fri, 19 Sep 2008 12:30:30 +0200 Jaroslav Hajek fix problems from transplant 7552 release-3-0-x
Mon, 15 Sep 2008 08:06:54 +0200 John W. Eaton octave.cc (octave_main): make all command-line arguments available to startup scripts release-3-0-x
Tue, 20 May 2008 16:49:02 -0400 Kim Hansen load-path.cc (load_path::initialize): include separator when appending sys_path release-3-0-x
Tue, 09 Sep 2008 12:36:53 -0400 David Bateman Treat PCRE lookbehind operators in a manner that is approximately correct release-3-0-x
Mon, 08 Sep 2008 12:45:53 -0400 John W. Eaton ls-oct-ascii.{h,cc} (extract_keyword): accept \r as line ending character release-3-0-x
Wed, 27 Aug 2008 09:59:55 -0400 Jaroslav Hajek make glpk return NA values for unfeasible problems release-3-0-x
Sun, 18 May 2008 22:40:28 +0200 Thomas Weber Extend explanation of randn's return value release-3-0-x
Tue, 19 Aug 2008 16:15:52 -0400 David Bateman Add a search for Contents.m files to the help function release-3-0-x