log

age author description
Wed, 24 Feb 2010 23:54:32 -0500 John W. Eaton __contour__: don't fail if zlevel is a vector with all the same values
Wed, 24 Feb 2010 16:53:46 -0500 John W. Eaton qr.cc: increase tolerance for test
Tue, 23 Feb 2010 16:12:27 +0100 Jaroslav Hajek remove Array2
Tue, 23 Feb 2010 14:15:34 +0100 Jaroslav Hajek base charMatrix and boolMatrix on Array<char>
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Mon, 22 Feb 2010 23:07:21 -0500 John W. Eaton make load-save to matlab format work when using --enable-64
Mon, 22 Feb 2010 21:21:49 +0100 Carlo de Falco Make test of glob function more robust.
Mon, 22 Feb 2010 14:59:55 -0500 John W. Eaton update bootstrap script from gnulib/build-aux/bootstrap
Sun, 21 Feb 2010 18:04:59 +0000 Michael Goffioul Reduce the amount of stuff included by windows.h and avoid min/max being #define-d
Sun, 21 Feb 2010 17:46:30 +0000 Michael Goffioul Convert between back and forward slashes before and after calling glob.
Sun, 21 Feb 2010 17:40:13 +0000 Michael Goffioul Do not use SIGALRM unconditinally.
Sun, 21 Feb 2010 17:37:06 +0000 Michael Goffioul Add few OCTINTERP_API tags.
Sun, 21 Feb 2010 17:33:58 +0000 Michael Goffioul Add -bindir flags to _LDFLAGS variables.
Sun, 21 Feb 2010 17:27:57 +0000 Michael Goffioul Move $(pcre_config --cflags) from CPPFLAGS to XTRA_CXXFLAGS
Fri, 19 Feb 2010 16:31:31 -0500 John W. Eaton qr.cc: increase tolerance for test result
Fri, 19 Feb 2010 11:47:47 +0100 Jaroslav Hajek optimize some lazy index operations
Fri, 19 Feb 2010 10:44:27 +0100 Jaroslav Hajek fix unsafe conversion in find
Fri, 19 Feb 2010 07:06:36 +0100 Rik check for discontinuities in fzero
Fri, 19 Feb 2010 06:58:13 +0100 Jaroslav Hajek obsolete fstat, handle the functionality by stat
Thu, 18 Feb 2010 22:45:40 +0100 Thorsten Meyer document glob patterns
Thu, 18 Feb 2010 08:40:17 +0100 Jaroslav Hajek improve shadowed function checking
Thu, 18 Feb 2010 01:36:04 -0500 Søren Hauberg imfinfo: support image files with multiple frames
Wed, 17 Feb 2010 14:24:22 -0500 John W. Eaton configure.ac: include colamd and amd libs in LIBS when checking for cholmod library
Wed, 17 Feb 2010 14:46:51 -0500 John W. Eaton never compile ranlib with 8-byte integers
Wed, 17 Feb 2010 13:31:20 +0100 Jaroslav Hajek fix some stat functions with integers
Wed, 17 Feb 2010 10:40:36 +0100 Jaroslav Hajek simplify min/max definitions in liboctave
Wed, 17 Feb 2010 08:43:53 +0100 Jaroslav Hajek further memory optimization in interp2
Wed, 17 Feb 2010 08:29:17 +0100 Jaroslav Hajek take advantage of lazy index optimization in lookup
Wed, 17 Feb 2010 08:19:06 +0100 Jaroslav Hajek slight optimization in interp2
Tue, 16 Feb 2010 15:28:53 +0100 Jaroslav Hajek implement lazy index conversions