log

age author description
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