log

age author description
Fri, 04 Sep 2009 11:30:46 -0400 Marco Atzeri Update README.Cygwin
Fri, 04 Sep 2009 11:25:44 -0400 John W. Eaton attempt to fix LD_PRELOAD for Cygwin
Fri, 04 Sep 2009 11:22:53 +0200 Jaroslav Hajek further liboctave design improvements
Thu, 03 Sep 2009 17:28:58 -0400 John W. Eaton pr-output.cc (set_format (const Complex&, int&, int&)): avoid passing NaN or Inf to log10
Thu, 03 Sep 2009 17:24:06 -0400 John W. Eaton configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB
Thu, 03 Sep 2009 16:19:08 +0200 Jaroslav Hajek update NEWS
Thu, 03 Sep 2009 08:51:45 +0200 Jaroslav Hajek possibly mutate after in-place computed assignment
Thu, 03 Sep 2009 08:48:51 +0200 Jaroslav Hajek reuse temporary arrays in nested expressions
Thu, 03 Sep 2009 06:59:53 +0200 Jaroslav Hajek clear index cache on ++,-- operators
Wed, 02 Sep 2009 13:11:06 -0400 John W. Eaton avoid some gcc warnings
Wed, 02 Sep 2009 14:30:00 +0200 Jaroslav Hajek ChangeLog fix for last change: FLOAT_STORE->FLOAT_TRUNCATE
Wed, 02 Sep 2009 14:18:20 +0200 Jaroslav Hajek implement FLOAT_STORE to allow safer complex comparisons on x87
Wed, 02 Sep 2009 11:56:43 +0200 Jaroslav Hajek document subsasgn optimization in the OOP chapter
Wed, 02 Sep 2009 09:21:36 +0200 Jaroslav Hajek add a couple of missing copyright statements
Wed, 02 Sep 2009 08:35:48 +0200 Jaroslav Hajek BLAS integer size check in acx_blas_f77_func
Tue, 01 Sep 2009 16:50:54 -0400 John W. Eaton update contributors.in
Tue, 01 Sep 2009 16:48:10 -0400 Christophe Tournery wavread.m: rename data_size from obsolete ck_size
Tue, 01 Sep 2009 21:04:15 +0200 David Bateman Minor typo in new eigs.cc test
Tue, 01 Sep 2009 14:36:16 -0400 John W. Eaton configure.in, aclocal.m4: check fortran integer size
Tue, 01 Sep 2009 10:44:39 +0200 Jaroslav Hajek update NEWS
Tue, 01 Sep 2009 08:42:08 +0200 Jaroslav Hajek fix non-strict complex comparisons
Tue, 01 Sep 2009 08:15:59 +0200 David Bateman Fix nesting error in options parsing of eigs
Mon, 31 Aug 2009 19:31:21 -0400 John W. Eaton lo-ieee.cc: include cstdlib, update copyright date
Mon, 31 Aug 2009 19:29:48 -0400 John W. Eaton abort if floating point format is not recognized as IEEE
Mon, 31 Aug 2009 23:24:07 +0200 David Bateman More care with contour integrals in quadgk
Sun, 30 Aug 2009 21:56:18 +0200 Jaroslav Hajek update NEWS
Sun, 30 Aug 2009 21:48:19 +0200 Jaroslav Hajek warn about the complex comparison ops
Sun, 30 Aug 2009 10:32:10 +0200 Jaroslav Hajek remove unused macros from ops.h
Sat, 29 Aug 2009 11:50:59 -0400 John W. Eaton datestr: add missing semicolon
Fri, 28 Aug 2009 18:37:31 -0400 John W. Eaton also handle user-defined graphics properties in new property name validation scheme
Fri, 28 Aug 2009 05:30:29 -0400 John W. Eaton allow abbreviated graphics property names to match, with optional warning
Thu, 27 Aug 2009 15:49:51 -0400 John W. Eaton correctly save and restore LIBS and CPPFLAGS when checking for GraphicsMagick++
Thu, 27 Aug 2009 15:43:09 -0400 John W. Eaton improve error messages for ambiguous graphics property names
Thu, 27 Aug 2009 16:08:23 +0200 Jaroslav Hajek fix previous change, avoid duplicate loads of methods in descendant classes
Thu, 27 Aug 2009 13:46:34 +0200 Jaroslav Hajek fix current class method determination
Thu, 27 Aug 2009 11:58:11 +0200 Jaroslav Hajek make complex scalar cmp ops consistent
Thu, 27 Aug 2009 11:19:33 +0200 Jaroslav Hajek refactor comparison ops implementations
Thu, 27 Aug 2009 08:38:56 +0200 Jaroslav Hajek copyirght & FIXME in aclocal.m4
Thu, 27 Aug 2009 07:54:44 +0200 Jaroslav Hajek fix int2str
Tue, 25 Aug 2009 14:03:30 +0200 David Grundberg Use pkg-config to configure GraphicsMagick++.
Wed, 26 Aug 2009 17:45:31 -0400 E. Joshua Rigler datestr: set tm.isdst to -1 before calling mktime
Wed, 26 Aug 2009 16:42:14 -0400 John W. Eaton configure.in: restore LIBS after checking for ARPACK
Wed, 26 Aug 2009 16:41:38 -0400 John W. Eaton use OCTAVE_CHECK_LIB to check for UMFPACK
Wed, 26 Aug 2009 15:09:03 -0400 John W. Eaton configure.in: style fixes for messages
Wed, 26 Aug 2009 14:59:37 -0400 John W. Eaton use OCTAVE_CHECK_LIBRARY to check for qrupdate library
Wed, 26 Aug 2009 13:45:01 -0400 John W. Eaton octave-bug.in: correct substitutions
Wed, 26 Aug 2009 13:15:40 -0400 John W. Eaton use OCTAVE_CHECK_LIBRARY to check for ARPACK
Wed, 26 Aug 2009 11:44:01 -0400 John W. Eaton src/Makefile.in: another update to list of libraries for linking
Wed, 26 Aug 2009 11:36:32 -0400 John W. Eaton src/Makefile.in: update list of libraries for linking
Wed, 26 Aug 2009 11:31:26 -0400 Benjamin Lindner adapt octave-bug.cc.in and mkoctfile.cc.in to recent configure changes
Wed, 26 Aug 2009 08:55:31 +0200 Jaroslav Hajek fix typo in last patch
Wed, 26 Aug 2009 01:50:59 -0400 Rob Mahurin syscalls.cc: Recommend waitpid() in popen2() documentation.
Wed, 26 Aug 2009 08:02:25 +0200 Jaroslav Hajek fix order of args in fmod
Tue, 25 Aug 2009 17:41:00 -0400 John W. Eaton try to avoid gnuplot zombies
Thu, 13 Aug 2009 20:20:32 +0200 Benjamin Lindner skip double declaration of tztime
Mon, 24 Aug 2009 10:06:52 +0200 Jaroslav Hajek fix typo in acx_blas_f77_func.m4
Mon, 24 Aug 2009 09:59:29 +0200 Jaroslav Hajek update NEWS
Mon, 24 Aug 2009 09:45:34 +0200 Jaroslav Hajek optimize .*=, ./= operators
Sun, 23 Aug 2009 22:00:03 +0200 Jaroslav Hajek make a few Array methods inline
Sun, 23 Aug 2009 05:57:51 +0200 Jaroslav Hajek improve unop/binop implementation in data.cc