log

age author description
Wed, 22 Apr 2009 11:05:55 +0200 Jaroslav Hajek support range->string conversions
Wed, 22 Apr 2009 10:54:53 +0200 Jaroslav Hajek fix concatenation with all-zero matrices
Tue, 21 Apr 2009 15:39:57 -0400 John W. Eaton eliminate symbol_table::scope_stack; fix scoping issue with evalin
Tue, 21 Apr 2009 10:00:11 -0700 Rik Eliminate 'unbalanced parentheses in @def...' error during texi2pdf.
Mon, 20 Apr 2009 17:30:16 -0700 Rik Remove trailing space from two doc strings to eliminate compile warning
Mon, 20 Apr 2009 17:16:09 -0700 Rik Update section 17.1 (Utility Functions) of arith.txi
Mon, 20 Apr 2009 12:21:34 -0400 John W. Eaton vander.m: update tests
Mon, 20 Apr 2009 11:51:23 +0200 Jaroslav Hajek missing ChangeLog entry
Mon, 20 Apr 2009 11:45:00 +0200 Jaroslav Hajek simplify polyfit
Mon, 20 Apr 2009 11:43:14 +0200 Jaroslav Hajek extend vander to allow specified number of columns
Sun, 19 Apr 2009 15:30:12 +0200 Ansgar Burchard Fix small mistake in example.
Sat, 18 Apr 2009 07:54:44 -0700 Rik Update sections 2.5, 2.6, 2.7 of basics.txi
Fri, 17 Apr 2009 16:38:34 -0700 Rik Update section 2.4 of basics.txi
Fri, 17 Apr 2009 15:16:33 -0700 Rik Update help text for sections 2.2 and 2.3 of basics.txi
Fri, 17 Apr 2009 14:53:17 -0700 Rik Update help strings for command line options
Fri, 17 Apr 2009 14:53:05 -0700 Rik Correct Texinfo for __marching_cube.m__ so manual will compile
Fri, 17 Apr 2009 21:43:05 +0200 Thorsten Meyer Add test to prevent regression of empty struct assignment bug
Fri, 17 Apr 2009 12:38:33 +0200 Jaroslav Hajek avoid double lookups when iterating Octave_map
Fri, 17 Apr 2009 11:47:02 +0200 Jaroslav Hajek small NEWS update
Fri, 17 Apr 2009 11:07:00 +0200 Jaroslav Hajek fix empty struct indexed assignment
Thu, 16 Apr 2009 11:20:49 +0200 Jaroslav Hajek optimize toeplitz for sparse args
Thu, 16 Apr 2009 09:25:22 +0200 Jaroslav Hajek gripe on magic end query for undefined variable
Thu, 16 Apr 2009 08:06:38 +0200 Jaroslav Hajek fix checking valid range subscripts
Thu, 16 Apr 2009 07:02:31 +0200 Jaroslav Hajek use more robust and less aggressive scalar .^ range optimization
Wed, 15 Apr 2009 12:29:31 +0200 Thorsten Meyer test lazy copying in structures
Wed, 15 Apr 2009 09:40:49 +0200 Jaroslav Hajek reuse fast blocked transpose implementation from rec_permute_helper in Array<T>::transpose
Tue, 14 Apr 2009 23:03:15 +0200 David Bateman Keep __marching_cube__ undocumented for now
Tue, 14 Apr 2009 22:02:05 +0200 Thomas Treichl Added help texts and tests.
Tue, 14 Apr 2009 21:22:24 +0200 David Bateman Explicitly set the default facecolor of patches
Tue, 14 Apr 2009 07:54:38 +0200 Aravindh Krishnamoorthy minor fix to documentation of hadamard function