log

age author description
Tue, 04 Mar 2008 22:25:50 -0500 Jaroslav Hajek implement Cholesky factorization updating
Tue, 04 Mar 2008 21:47:11 -0500 Jaroslav Hajek implementation of QR factorization updating
Tue, 04 Mar 2008 17:01:05 -0500 ryanru Arbitrary call stack access for external debuggers changeset
Tue, 04 Mar 2008 15:07:44 -0500 bill rectint.m: added
Tue, 04 Mar 2008 14:46:29 -0500 Ben Abbott print.m: Figure handle as argument.
Tue, 04 Mar 2008 14:18:52 -0500 Jaroslav Hajek workaround to enable compiling with Intel C++ 10.1
Tue, 04 Mar 2008 14:16:16 -0500 Michael Goffioul pkg.m: adapt to changes in isspace for cell arrays of strings.
Tue, 04 Mar 2008 14:02:53 -0500 Ben Abbott polyfit.m: Fixed tests.
Tue, 04 Mar 2008 01:18:09 +0100 David Bateman Treat repeated indices in the sparse assignments
Mon, 03 Mar 2008 02:22:37 -0500 John W. Eaton ChangeLog fix
Mon, 03 Mar 2008 02:18:12 -0500 Jaroslav Hajek more xGELSD workspace fixes
Fri, 29 Feb 2008 04:09:03 -0500 John W. Eaton print.m: handle gif and jpg devices
Thu, 28 Feb 2008 03:07:10 -0500 John W. Eaton __go_draw_axes__: eliminate repeated code with get_old_gnuplot_color subfunction
Wed, 27 Feb 2008 22:36:23 +0100 kai If FaceColor is none don't use pm3d mode and set linestyle correctly.
Thu, 28 Feb 2008 02:41:19 -0500 Ben Abbott strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Thu, 28 Feb 2008 02:17:05 -0500 John Swensen debug.cc: use find_function instead of find_user_function
Wed, 27 Feb 2008 22:47:58 -0500 John W. Eaton oct-stream.cc (do_read): stop reading if seek fails
Wed, 27 Feb 2008 04:33:39 -0500 John W. Eaton make octave_rand a proper singleton class
Tue, 26 Feb 2008 20:29:58 -0500 John W. Eaton oct-rand.cc: fix typo
Tue, 26 Feb 2008 18:45:57 -0500 John W. Eaton oct-rand.cc (get_dist_id): initialize retval
Tue, 26 Feb 2008 17:37:37 -0500 John W. Eaton avoid more "comparison is always false due to limited range of data type" warnings from GCC
Tue, 26 Feb 2008 05:28:59 -0500 John W. Eaton save state separately for each MT random number generator
Tue, 26 Feb 2008 02:47:56 -0500 John W. Eaton avoid another xGELSD workspace query bug
Tue, 26 Feb 2008 02:16:32 -0500 John W. Eaton correctly set ans for cs-lists and simplify printing them
Mon, 25 Feb 2008 19:01:30 -0500 John W. Eaton new cell array ctype mappers
Mon, 25 Feb 2008 16:09:48 -0500 Michael Goffioul octave_scalar::round: use xround instead of ::round (MSVC does not have ::round).
Mon, 25 Feb 2008 15:57:49 -0500 John W. Eaton try to avoid ctype macro problems
Mon, 25 Feb 2008 04:59:17 -0500 John W. Eaton make row_vector_property work?
Mon, 25 Feb 2008 04:12:19 -0500 John W. Eaton graphics.cc, graphics.h.in: avoid some GCC warnings
Mon, 25 Feb 2008 03:53:14 -0500 Ryan Hinton unpack.m: pass "-f -" to tar
Mon, 25 Feb 2008 03:47:57 -0500 John W. Eaton array_value::add_constraint: pass dim_vector as const reference, not value
Mon, 25 Feb 2008 03:44:50 -0500 John W. Eaton new row_vector_property class
Sun, 24 Feb 2008 03:32:49 -0500 John W. Eaton log2: ensure F strictly less than 1
Sun, 24 Feb 2008 02:58:01 -0500 John W. Eaton avoid some GCC warnings for unsigned comparisons
Fri, 22 Feb 2008 16:44:03 -0500 John W. Eaton use 0 instead of NULL
Fri, 22 Feb 2008 15:17:15 -0500 John W. Eaton remove old DejaGNU tests
Fri, 22 Feb 2008 15:09:18 -0500 John W. Eaton changelog fix
Wed, 20 Feb 2008 22:35:46 -0500 Ben Abbott legendre.m: modified help text.
Fri, 22 Feb 2008 15:08:20 -0500 John W. Eaton changelog fixes
Fri, 22 Feb 2008 15:50:51 +0100 David Bateman Eliminate the rest of the dispatched sparse functions
Fri, 22 Feb 2008 13:47:38 -0500 John W. Eaton fullfile: improve handling of args ending with filesep
Fri, 22 Feb 2008 04:05:36 -0500 John W. Eaton __stepimp__: don't call subplot for single plot
Thu, 21 Feb 2008 04:34:43 -0500 John W. Eaton ignore errors installing octave.desktop file
Thu, 21 Feb 2008 04:30:27 -0500 John W. Eaton imshow.m: use axis ("image")
Thu, 21 Feb 2008 03:58:57 -0500 John W. Eaton improve handling line style for errorbar plots
Thu, 21 Feb 2008 03:04:27 -0500 John W. Eaton fsolve: detect nonsquare systems
Wed, 20 Feb 2008 21:58:11 -0500 John W. Eaton doc fixes for legendre
Wed, 20 Feb 2008 21:47:39 -0500 Ben Abbott legendre.m: Added normalization and improved stability.
Wed, 20 Feb 2008 17:39:11 -0500 John W. Eaton atan2, fmod: accept N-d arrays
Wed, 20 Feb 2008 15:52:11 -0500 David Bateman Remove dispatched sparse functions and treat in the generic versions of the functions
Wed, 20 Feb 2008 14:56:22 -0500 John W. Eaton detect cellstr args in strcat
Wed, 20 Feb 2008 04:22:50 -0500 David Bateman convert mapper functions to new format
Wed, 20 Feb 2008 01:09:19 -0500 Ben Abbott Modified for consistency with Matlab. Modified to respect partial paths needed for overloaded functions.
Wed, 20 Feb 2008 00:46:30 -0500 John W. Eaton style fixes
Tue, 19 Feb 2008 07:28:40 -0500 Ben Abbott use QR decomposition and normalization for polyfit; normalization for polyval
Wed, 20 Feb 2008 00:31:56 -0500 Ben Abbott Added pkg version info and matlab compatibility.
Tue, 19 Feb 2008 19:25:19 -0500 John W. Eaton pkg.m style fixes
Tue, 19 Feb 2008 19:23:58 -0500 carlo added describe command to pkg
Tue, 19 Feb 2008 18:55:05 -0500 carlo better documentation on the INDEX file format
Tue, 19 Feb 2008 18:51:48 -0500 John W. Eaton changelog