log src/ChangeLog @ 10786:146a97c3bc97

age author description
Tue, 13 Jul 2010 13:40:51 +0200 Jaroslav Hajek some optimizations for mat2cell
Tue, 13 Jul 2010 12:08:08 +0200 Jaroslav Hajek remove unnecessary sparse indexing overloads
Mon, 12 Jul 2010 11:09:59 +0200 Jaroslav Hajek simplify code in rand.cc
Mon, 12 Jul 2010 10:52:15 +0200 Jaroslav Hajek allow unwind_protect register actions with const T& args
Thu, 08 Jul 2010 20:25:17 +0200 David Bateman Support imread('file', 'frames', 'all') (Feature Request #30365)
Thu, 08 Jul 2010 09:15:38 -0700 Rik eigs.cc: Initialize random number generator in test blocks
Thu, 08 Jul 2010 08:26:29 +0200 Jaroslav Hajek improve struct2cell
Wed, 07 Jul 2010 15:27:17 -0700 Rik pr-output.cc: Avoid use of % operator on negative operands
Wed, 07 Jul 2010 20:21:28 +0200 David Bateman Support 'hold all' (Feature Request #30336)
Wed, 07 Jul 2010 11:03:30 +0200 Jaroslav Hajek merge rewrite of structs (highegg)
Wed, 07 Jul 2010 10:57:52 +0200 Jaroslav Hajek use octave_map for octave_class
Fri, 02 Jul 2010 15:07:58 +0200 Jaroslav Hajek modernize some map usage on toplev.cc and error.cc
Fri, 02 Jul 2010 10:18:14 +0200 Jaroslav Hajek merge with main repo
Fri, 02 Jul 2010 10:10:51 +0200 Jaroslav Hajek implement map concat optimizations for [] operator
Fri, 02 Jul 2010 08:10:57 +0200 Jaroslav Hajek fix off-by-1 dim in scalar map horzcat/vertcat
Thu, 01 Jul 2010 10:01:56 +0200 Jaroslav Hajek use scalar map in some syscalls
Thu, 01 Jul 2010 09:31:54 +0200 Jaroslav Hajek more bkw compatibility for octave_map
Thu, 01 Jul 2010 08:51:14 +0200 Jaroslav Hajek optimize cellfun with uniform struct output
Mon, 28 Jun 2010 12:06:48 +0200 Jaroslav Hajek optimize horzcat/vertcat for scalars, cells and structs
Fri, 25 Jun 2010 12:48:54 +0200 Jaroslav Hajek optimize num2cell on structs
Fri, 25 Jun 2010 10:19:26 +0200 Jaroslav Hajek fix resize with structs
Fri, 25 Jun 2010 09:50:55 +0200 Jaroslav Hajek yield compatible dims from cell2struct + more fixes. build & tests OK
Fri, 25 Jun 2010 08:47:26 +0200 Jaroslav Hajek merge with main repo
Fri, 25 Jun 2010 08:45:22 +0200 Jaroslav Hajek rewrite cell2struct, 1 failing test
Thu, 24 Jun 2010 10:16:23 +0200 Jaroslav Hajek merge with main repo
Thu, 24 Jun 2010 07:46:54 +0200 Jaroslav Hajek add ChangeLog entries for changes
Tue, 06 Jul 2010 21:05:09 +0200 David Bateman Add engineering formats. eg 'fomat short eng' (Feature Request #30163)
Sun, 04 Jul 2010 11:44:50 +0200 Soren Hauberg src/DLD_FUNCTIONS/__magick_read__.cc: restore locale after GraphicsMagick initialisation
Wed, 30 Jun 2010 15:52:57 +0200 Jaroslav Hajek fix saving/loading of constant ranges (bug #30289)
Fri, 25 Jun 2010 07:22:45 -0400 John W. Eaton eliminate code duplication in reset_default_properties methods
Thu, 24 Jun 2010 20:08:14 -0700 Rik Add [FILE] to octave usage string (bug #30258).
Wed, 23 Jun 2010 09:24:23 -0400 John W. Eaton eliminate trailing whitespace in ChangeLog files
Wed, 23 Jun 2010 11:44:21 +0200 David Bateman Allow set(h) to work if the handle includes color properties
Wed, 23 Jun 2010 11:23:32 +0200 David Bateman Add the reset built function
Mon, 21 Jun 2010 22:35:11 -0700 Rik Fix spreadsheet style range option (bug #30183).
Mon, 21 Jun 2010 23:46:51 +0200 David Bateman Add functionality set(handle)
Mon, 21 Jun 2010 15:48:56 +0200 Jaroslav Hajek improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
Fri, 18 Jun 2010 14:12:24 +0200 Jaroslav Hajek make [] (hopefully) more Matlab compatible
Wed, 16 Jun 2010 20:36:55 -0700 Rik Periodic grammar check of documentation files to ensure common format.
Wed, 16 Jun 2010 23:45:13 +0200 David Bateman Opps committed changeset for random generators in latest changeset that should have been in a seperate changeset. Add the ChangeLog messages for this
Wed, 16 Jun 2010 23:27:58 +0200 David Bateman Don't special case color_property type when emitting factory default (bug #30118)
Wed, 16 Jun 2010 12:54:38 +0200 Jaroslav Hajek fix invalid sort tests
Tue, 15 Jun 2010 09:55:00 -0700 Rik Second try at removing extra newlines from NDArrays
Mon, 14 Jun 2010 19:53:19 -0700 Rik Remove extra newlines when displaying multi-dimensional arrays.
Mon, 14 Jun 2010 14:53:11 +0200 Jaroslav Hajek fix sort and nth_element when trailing singleton dim is specified
Sat, 12 Jun 2010 12:55:03 -0400 Ben Abbott gammainc.cc: Fix doc-string typo.
Sat, 12 Jun 2010 01:01:39 +0200 David Bateman Implementary complementary incomplete gamma function (bug #30088)
Thu, 10 Jun 2010 19:09:41 -0400 Ben Abbott data.cc: Fix test for concatentating empty nd-arrays.
Thu, 10 Jun 2010 08:20:39 +0200 Jaroslav Hajek implement built-in vec()
Wed, 09 Jun 2010 21:44:21 +0200 Jaroslav Hajek improve reshape
Wed, 09 Jun 2010 15:14:31 +0200 David Grundberg Fisfield: Accept cell arrays as name argument.
Tue, 08 Jun 2010 20:22:38 -0700 Rik Improve documentation strings.
Sun, 06 Jun 2010 16:52:01 +0100 Michael Goffioul Specify template arguments explicitely [MSVC].
Wed, 02 Jun 2010 10:12:47 +0200 Jaroslav Hajek make strrep not skipping overlaps by default, allow an option in both strfind/strrep
Fri, 28 May 2010 12:28:06 +0200 Jaroslav Hajek make cellfun's fast scalar collection mechanism public
Thu, 27 May 2010 10:56:45 -0700 Rik eigs.cc: Improve documentation string.
Thu, 27 May 2010 08:54:44 +0200 Jaroslav Hajek implement octave_base_matrix::matrix_ref const
Wed, 26 May 2010 12:03:45 +0200 Jaroslav Hajek fix slicing value lists with name tags (bug #29960)
Tue, 25 May 2010 08:55:23 +0200 Jaroslav Hajek simplify octave_value::length
Tue, 25 May 2010 08:53:58 +0200 Jaroslav Hajek override ndims and numel for scalars and matrices