log

age author description
Wed, 19 Aug 2009 07:55:31 +0200 Jaroslav Hajek cache/use cached index vector on full find in logical masks
Tue, 18 Aug 2009 15:28:55 -0400 John W. Eaton tweaks for HDF5 library check
Tue, 18 Aug 2009 13:05:14 -0400 John W. Eaton use OCTAVE_CHECK_LIBRARY to check for HDF5
Tue, 18 Aug 2009 12:11:49 -0400 John W. Eaton acx_blas_f77_func.m4 (ACX_BLAS_F77_FUNC): Save and restore LIBS
Tue, 18 Aug 2009 12:10:16 -0400 John W. Eaton use Z_LIBS in checks for curl and glpk libraries
Tue, 18 Aug 2009 11:23:03 -0400 David Grundberg Clear QHULL_LIBS etc on errors. Interpret --without-qhull etc correctly.
Mon, 17 Aug 2009 19:52:18 -0400 John W. Eaton use OCTAVE_CHECK_LIB to check for zlib
Mon, 17 Aug 2009 18:57:48 -0400 John W. Eaton src/Makefile.in: more linking tweaks
Mon, 17 Aug 2009 17:24:21 -0400 John W. Eaton octave-bug.in, octave-bug.cc.in: update for recent configure changes
Mon, 17 Aug 2009 14:53:48 -0400 John W. Eaton print_usage: make it work again if an argument is given
Mon, 17 Aug 2009 12:45:02 -0400 John W. Eaton liboctave/Makefile.in (LINK_DEPS): list LIBS last
Mon, 17 Aug 2009 12:38:25 -0400 John W. Eaton more library-specific flags for various .oct files.
Mon, 17 Aug 2009 12:25:34 -0400 John W. Eaton list LIBS last in OCTINTERP_LINK_DEPS
Mon, 17 Aug 2009 12:19:33 -0400 Michael Goffioul configure and Makefile fixes for Windows
Mon, 17 Aug 2009 13:59:26 +0200 Jaroslav Hajek print_usage: support calling from methods
Mon, 17 Aug 2009 13:09:12 +0200 Jaroslav Hajek partially revert e79470be3ecb
Sun, 16 Aug 2009 08:25:24 +0200 Jaroslav Hajek more fixes & tests for matrix multiply
Sun, 16 Aug 2009 07:04:40 +0200 Jaroslav Hajek make single prec. matrix mutliply tests really single
Sun, 16 Aug 2009 06:55:15 +0200 Jaroslav Hajek fix typos in complex xgemm
Sat, 15 Aug 2009 06:54:29 +0200 Jaroslav Hajek compatibility for earlier autoconfs
Fri, 14 Aug 2009 10:03:12 -0400 John W. Eaton link liboctave with blas libs
Thu, 13 Aug 2009 18:20:31 -0400 John W. Eaton more configure changes for libraries
Thu, 13 Aug 2009 15:51:57 +0200 Jaroslav Hajek implement subsasgn this-arg optimization
Thu, 13 Aug 2009 11:52:07 +0200 Jaroslav Hajek simplify cloning
Thu, 13 Aug 2009 08:25:02 +0200 Jaroslav Hajek fix OCTAVE_CHECK_LIBRARY
Thu, 13 Aug 2009 00:41:07 -0400 John W. Eaton improve configure checks for qhull and curl libs
Wed, 12 Aug 2009 15:26:07 +0200 Jaroslav Hajek include LDFLAGS for shared liboctave and liboctinterp
Wed, 12 Aug 2009 07:20:47 +0200 Jaroslav Hajek fix some functions help markup
Tue, 11 Aug 2009 23:52:20 -0400 John W. Eaton convert fftw planner classes to singleton objects
Tue, 11 Aug 2009 19:30:37 -0400 John W. Eaton more configure tweaks
Tue, 11 Aug 2009 16:06:01 -0400 John W. Eaton configure tweaks
Tue, 11 Aug 2009 09:08:12 +0200 Jaroslav Hajek implement built-in diff
Mon, 10 Aug 2009 15:18:41 -0400 John W. Eaton dlmread: perform tilde expansion to filename argument
Mon, 10 Aug 2009 14:20:48 +0200 Jaroslav Hajek implement dim_vector::first_non_singleton
Mon, 10 Aug 2009 11:35:59 +0200 Jaroslav Hajek add omitted check in flipdim
Mon, 10 Aug 2009 10:08:10 +0200 Jaroslav Hajek fix handles to private functions, simplify out-of-date checks in symtab
Fri, 07 Aug 2009 08:46:51 +0200 Jaroslav Hajek simplify flipdim
Fri, 07 Aug 2009 08:21:39 +0200 Jaroslav Hajek dim_vector improvements
Sun, 09 Aug 2009 06:39:19 -0400 John W. Eaton parse.y (Fevalin): also return output from CATCH expression
Sat, 08 Aug 2009 08:41:18 +0200 Jaroslav Hajek make ifelse an alias or merge
Fri, 07 Aug 2009 13:46:28 -0400 Olli Saarela __gnuplot_ginput__: if read fails to return data, sleep before trying again
Thu, 06 Aug 2009 21:22:48 +0200 Jaroslav Hajek complete change d5570d4b1116
Thu, 06 Aug 2009 15:09:53 -0400 John W. Eaton compass.m, feather.m: simplify argument processing
Thu, 06 Aug 2009 14:41:24 -0400 John W. Eaton ChangeLog and style fixes
Thu, 06 Aug 2009 14:28:56 -0400 John W. Eaton std.m: correctly work along singleton dimension
Thu, 06 Aug 2009 13:42:17 -0400 John W. Eaton handle null matrix assignment for diagonal and permutation matrices
Thu, 06 Aug 2009 14:39:02 +0200 Pieter Eendebak Added test for setxor
Thu, 06 Aug 2009 10:57:11 +0200 Jaroslav Hajek add missing file
Thu, 06 Aug 2009 07:56:18 +0200 Jaroslav Hajek optimize griddata
Thu, 06 Aug 2009 07:48:11 +0200 Olaf Till fix griddata
Wed, 05 Aug 2009 22:11:05 -0400 John W. Eaton use key list order for iterating through map with for loop
Wed, 05 Aug 2009 20:19:47 -0400 John W. Eaton dynamic linker tweaks
Wed, 05 Aug 2009 20:16:24 -0400 John W. Eaton include RLD_FLAG in OCT_LINK_DEPS
Wed, 05 Aug 2009 16:35:10 -0400 Olli Saarela __gnuplot_get_var__: if read fails to return data, sleep before trying again
Wed, 05 Aug 2009 16:11:06 -0400 John W. Eaton clean up linker options
Wed, 05 Aug 2009 13:31:01 -0400 John W. Eaton ChangeLog fix
Wed, 05 Aug 2009 13:27:58 -0400 John W. Eaton add configure checks for pthread library and compiler flags
Wed, 05 Aug 2009 09:56:44 +0200 Jaroslav Hajek implement isindex function
Wed, 05 Aug 2009 08:47:48 +0200 Jaroslav Hajek update coding tips
Tue, 04 Aug 2009 16:31:15 -0400 John W. Eaton selectively complete filenames in some cases