log

age author description
Mon, 09 Mar 2009 17:49:13 -0400 Jason Riedy Implement sparse * diagonal and diagonal * sparse operations, double-prec only.
Thu, 12 Mar 2009 17:08:14 -0400 John W. Eaton oct-inttypes.h (bitshift): apply mask even if not shifting
Thu, 12 Mar 2009 12:45:38 -0400 John W. Eaton ls-mat-ascii.cc (get_mat_data_input_line): if looking at CR or LF, skip current line ending instead of skipping until the next
Thu, 12 Mar 2009 23:20:33 +0800 Ben Abbott graphics.cc: Fix default "papersize" property value.
Thu, 12 Mar 2009 09:24:37 +0100 Jaroslav Hajek remove float perm matrices
Wed, 11 Mar 2009 14:10:36 +0100 Jaroslav Hajek fix screwed ChangeLog in last patch
Wed, 11 Mar 2009 14:07:24 +0100 Jaroslav Hajek implement raising a permutation matrix to integer power
Wed, 11 Mar 2009 10:42:04 +0100 Jaroslav Hajek remove unused liboctave sources
Wed, 11 Mar 2009 10:31:08 +0100 Jaroslav Hajek ensure nonnegative char -> real conversion
Tue, 10 Mar 2009 21:54:39 -0400 Jason Riedy Add an override to Octave's find() for permutation matrices.
Tue, 10 Mar 2009 21:54:34 -0400 Jason Riedy Make the column permutation vector in sparse LU cols()-long.
Wed, 11 Mar 2009 00:39:02 -0400 Ben Abbott __go_draw_axes__.m: Unset the {x,y,z}ticks when initializing\n\teach axis. Set ticklabels when the ticklabels are empty and when\n\tticklabelmode=="manual".
Tue, 10 Mar 2009 16:14:35 -0400 Jason Riedy test_diag_per.m: additional assert for sparse conversion test
Tue, 10 Mar 2009 15:44:11 -0400 Jason Riedy Fix conversion from PermMatrix to SparseMatrix.
Tue, 10 Mar 2009 13:55:52 -0400 John W. Eaton include <iosfwd> instead of <iostream> in header files
Tue, 10 Mar 2009 13:18:53 +0100 Jaroslav Hajek fixes to row-reducing cummin/cummax
Tue, 10 Mar 2009 12:28:42 +0100 Jaroslav Hajek update cummin, cummax docs
Tue, 10 Mar 2009 12:27:51 +0100 Jaroslav Hajek allow size_equal called with 1 arg
Tue, 10 Mar 2009 01:01:50 -0400 Benjamin Lindner fix CRLF issues with text-mode reading in windows when loading ascii data
Mon, 09 Mar 2009 17:13:58 -0400 John W. Eaton ChangeLog fix
Mon, 09 Mar 2009 17:12:18 -0400 John W. Eaton make default fontname * instead of Helvetica
Mon, 09 Mar 2009 17:07:43 -0400 Ben Abbott __go_draw_axes__.m (do_tics): fix typo
Mon, 09 Mar 2009 16:31:13 -0400 John W. Eaton use doc-cache instead of DOC for doc cache file name
Mon, 09 Mar 2009 14:52:59 -0400 John W. Eaton lookfor.m: also match function names
Mon, 09 Mar 2009 14:31:10 -0400 John W. Eaton use doc-cache instead of DOC for doc cache file name
Mon, 09 Mar 2009 13:36:11 -0400 Rafael Laboissiere Remove y.tab.h in maintainer-clean rule, not in distclean
Mon, 09 Mar 2009 13:23:05 -0400 John W. Eaton configure.in: options for compiler warning flags
Mon, 09 Mar 2009 16:03:17 +0100 Jaroslav Hajek slightly simplify histc
Sun, 08 Mar 2009 16:40:10 -0400 Jason Riedy add tests for diag & perm matrices.
Mon, 09 Mar 2009 12:34:55 +0100 Jaroslav Hajek optimize histc implementation
Mon, 09 Mar 2009 10:59:19 +0100 Jaroslav Hajek partially optimize accumarray
Sun, 08 Mar 2009 19:18:44 +0100 Soren Hauberg scripts/statistics/base/histc.m: update copyright notice to match the rest of Octave
Sun, 08 Mar 2009 18:45:58 +0100 Soren Hauberg Add the 'histc' function
Sat, 07 Mar 2009 22:09:25 +0100 Jaroslav Hajek optimize diag matrix division
Sat, 07 Mar 2009 15:12:25 -0500 John W. Eaton pr-output.cc: avoid unused variable warning
Sat, 07 Mar 2009 14:41:42 -0500 John W. Eaton utils.cc (octave_vsnprintf): avoid uninitialized variable warning
Sat, 07 Mar 2009 14:25:45 -0500 John W. Eaton quit.h (octave_rethrow_exception): Don't tag with GCC_ATTR_NORETURN
Sat, 07 Mar 2009 13:45:39 -0500 John W. Eaton qz.cc (Fqz): avoid maybe clobbred by vfork warning from GCC
Sat, 07 Mar 2009 13:29:12 -0500 John W. Eaton append + to version numbers
Sat, 07 Mar 2009 13:28:32 -0500 John W. Eaton Added tag ss-3-1-54 for changeset 3c3cbe8f18e0
Sat, 07 Mar 2009 13:28:03 -0500 John W. Eaton bump version info for snapshot ss-3-1-54
Sat, 07 Mar 2009 11:35:31 -0500 John W. Eaton document --doc-cache-file option
Sat, 07 Mar 2009 11:29:07 -0500 John W. Eaton update README
Sat, 07 Mar 2009 11:04:19 -0500 John W. Eaton update PROJECTS file
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Sat, 07 Mar 2009 09:01:50 -0500 John W. Eaton config.sub, config.guess: update from FSF sources
Fri, 06 Mar 2009 10:27:30 -0500 Jason Riedy Consistently use element_type in the array classes.
Fri, 06 Mar 2009 13:42:24 +0100 Jaroslav Hajek manual improvements
Fri, 06 Mar 2009 12:00:11 +0100 Jaroslav Hajek add diag & perm matrix query methods to octave_value
Fri, 06 Mar 2009 01:07:04 -0500 Ben Abbott __go_draw_axes__.m: Preserve the order of axes' children when pruning the handles for the {x,y,z}labels and title.
Thu, 05 Mar 2009 21:50:59 +0100 Jaroslav Hajek fix hdf5 saving of diag & perm matrices
Thu, 05 Mar 2009 13:50:25 -0500 John W. Eaton make tree::dup functions const
Thu, 05 Mar 2009 09:37:59 +0100 Jaroslav Hajek fix condest
Thu, 05 Mar 2009 02:56:37 -0500 John W. Eaton spdiag.m: ensure sparse result
Thu, 05 Mar 2009 08:34:52 +0100 Jaroslav Hajek optimize diag -> sparse and perm -> sparse conversions
Thu, 05 Mar 2009 00:55:56 -0500 Ben Abbott __go_draw_axes__.m: Preserve column vector orientation for the axes children while removing the axis label & title handles.
Wed, 04 Mar 2009 22:12:11 +0100 Jaroslav Hajek fix single element query for perm matrices
Tue, 03 Mar 2009 18:52:07 -0500 John W. Eaton preserve field order when saving structs
Tue, 03 Mar 2009 14:10:54 -0500 John W. Eaton improve symbol inheritance for anonymous functions
Tue, 03 Mar 2009 14:02:20 -0500 John W. Eaton assign rvalue1 result to octave_value object, not octave_value_list object