log

age author description
Fri, 02 Jul 2010 15:07:58 +0200 Jaroslav Hajek modernize some map usage on toplev.cc and error.cc
Fri, 02 Jul 2010 14:10:57 +0200 Jaroslav Hajek make map constructors from octave_fields public
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
Tue, 29 Jun 2010 09:05:19 +0200 Jaroslav Hajek remove redundant fwd decls of Octave_map from header files
Mon, 28 Jun 2010 12:06:48 +0200 Jaroslav Hajek optimize horzcat/vertcat for scalars, cells and structs
Mon, 28 Jun 2010 09:23:57 +0200 Jaroslav Hajek templated extractors for maps and cells
Fri, 25 Jun 2010 12:48:54 +0200 Jaroslav Hajek optimize num2cell on structs
Fri, 25 Jun 2010 10:47:14 +0200 Jaroslav Hajek more array-like methods in octave_map
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 13:00:11 +0200 Jaroslav Hajek struct rewrite: 4 failures remaining
Thu, 24 Jun 2010 12:43:35 +0200 Jaroslav Hajek important fixes for struct rewrite(1)
Thu, 24 Jun 2010 10:16:23 +0200 Jaroslav Hajek merge with main repo
Thu, 24 Jun 2010 10:14:44 +0200 Jaroslav Hajek fix a showstopping bug in octave_fields reference counting
Thu, 24 Jun 2010 08:02:26 +0200 Jaroslav Hajek more octave_map compatibility
Thu, 24 Jun 2010 07:46:54 +0200 Jaroslav Hajek add ChangeLog entries for changes
Wed, 23 Jun 2010 13:58:04 +0200 Jaroslav Hajek fix octave_map::extract_scalar
Wed, 23 Jun 2010 12:21:49 +0200 Jaroslav Hajek make the new interface more backward compatible
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Tue, 06 Jul 2010 21:05:09 +0200 David Bateman Add engineering formats. eg 'fomat short eng' (Feature Request #30163)
Sun, 04 Jul 2010 12:38:40 +0200 Soren Hauberg scripts/polynomial/deconv.m: ensure that the orientation of the third input to 'filter' matches the orientation of 'y'.
Sun, 04 Jul 2010 11:44:50 +0200 Soren Hauberg src/DLD_FUNCTIONS/__magick_read__.cc: restore locale after GraphicsMagick initialisation
Fri, 02 Jul 2010 14:28:39 -0700 Rik wavread.m: Correctly handle non-word aligned chunks (bug #30309).