log

age author description
Mon, 12 Jul 2010 09:53:28 -0400 John W. Eaton display.m: print usage message if nargin != 1
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
Fri, 09 Jul 2010 19:56:21 +0200 Thorsten Meyer Fix bugs in interp2 (bug #29601)
Fri, 09 Jul 2010 14:12:59 +0200 Jaroslav Hajek implement proper CGELSD/ZGELSD RWORK size formulas, as found in lapack SVN
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 09:11:32 -0700 Rik Update NEWS with description of new engineering format for numbers.
Thu, 08 Jul 2010 13:51:37 +0200 Jaroslav Hajek fix bug in accumarray
Thu, 08 Jul 2010 10:00:48 +0200 Jaroslav Hajek update NEWS
Thu, 08 Jul 2010 09:47:26 +0200 Jaroslav Hajek fix F77_INTEGER_8_FLAG problem in mkoctfile.in
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 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