log liboctave/ChangeLog @ 11586:12df7854fa7c

age author description
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 00:12:05 -0500 John W. Eaton attempt better backward compatibility for Array resize functions
Thu, 20 Jan 2011 02:46:51 +0100 David Bateman Fix indexing error in the construction of sparse matrices
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Wed, 19 Jan 2011 15:12:59 -0500 John W. Eaton allocate sufficient space for strmode
Fri, 14 Jan 2011 21:04:02 +0100 David Grundberg Build successfully without HAVE_CXSPARSE
Fri, 14 Jan 2011 06:20:06 -0500 John W. Eaton avoid exposing gnulib:: in header files
Fri, 14 Jan 2011 06:18:51 -0500 John W. Eaton use gnulib filemode module
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 16:52:30 -0500 John W. Eaton style fixes
Thu, 13 Jan 2011 15:40:14 -0500 John W. Eaton avoid GCC warnings
Thu, 13 Jan 2011 07:23:36 -0500 John W. Eaton prototype fixes for C language files
Thu, 13 Jan 2011 06:31:32 -0500 John W. Eaton SparseQR.cc, SparseCmplxQR.cc: fix member initialization order
Thu, 13 Jan 2011 06:20:33 -0500 John W. Eaton oct-fftw.cc: more constructor tweaks
Thu, 13 Jan 2011 06:02:52 -0500 John W. Eaton Sparse.cc: more constructor fixes
Thu, 13 Jan 2011 06:01:08 -0500 John W. Eaton Array.h, Array.cc: more constructor fixes
Thu, 13 Jan 2011 05:42:24 -0500 John W. Eaton more constructor/destructor fixes
Thu, 13 Jan 2011 03:57:11 -0500 John W. Eaton more data member initialization fixes
Thu, 13 Jan 2011 03:28:21 -0500 John W. Eaton really make destuctors virtual in ODE/DAE base classes
Thu, 13 Jan 2011 03:27:29 -0500 John W. Eaton idx-vector.h, idx-vector.cc: data member initialization and constructor fixes
Thu, 13 Jan 2011 03:16:40 -0500 John W. Eaton delete data pointer members from liboctave ODE/DAE classes; make destuctors virtual in ODE/DAE base classes
Thu, 13 Jan 2011 03:04:51 -0500 John W. Eaton data member initialization fixes
Thu, 13 Jan 2011 02:48:07 -0500 John W. Eaton cmd-hist.h, cmd-hist.cc: sprinkle with const
Thu, 13 Jan 2011 02:37:45 -0500 John W. Eaton data member initialization fixes
Thu, 13 Jan 2011 02:19:50 -0500 John W. Eaton ChangeLog fix
Thu, 13 Jan 2011 02:09:02 -0500 John W. Eaton style fixes
Wed, 12 Jan 2011 15:09:05 -0500 John W. Eaton avoid GCC warning for oct-rl-hist.c
Wed, 12 Jan 2011 08:04:14 -0600 Jordi GutiƩrrez Hermoso Replace history control macros with enum
Wed, 12 Jan 2011 03:40:19 -0500 Pascal Dupuis bash-like history control
Thu, 06 Jan 2011 03:10:24 -0500 John W. Eaton substitute and use LAPACK_LIBS in mkoctfile script
Mon, 20 Dec 2010 02:19:04 -0500 John W. Eaton lo-mappers.h (xrem, xmod): prevent use of extra precision
Wed, 15 Dec 2010 03:12:09 -0500 John W. Eaton ChangeLog fixes
Wed, 15 Dec 2010 02:05:27 -0500 John W. Eaton improve handling of exceptions for startup files
Tue, 14 Dec 2010 02:01:59 -0500 John W. Eaton ChangeLog fixes
Tue, 14 Dec 2010 01:55:20 -0500 John W. Eaton use correct types in mod template function
Mon, 13 Dec 2010 21:09:09 -0500 John W. Eaton fix cut and paste error in Matrix by ComplexMatrix multiplication operator
Thu, 09 Dec 2010 19:26:08 -0500 John W. Eaton ChangeLog fixes
Thu, 09 Dec 2010 01:15:30 -0500 Marco Atzeri correctly compute gamma for negative integer values when tgamma is available
Fri, 03 Dec 2010 11:46:09 -0800 Rik Fix bug #31734 where certain indices caused sparse matrices to segfault.
Tue, 23 Nov 2010 03:11:32 -0500 John W. Eaton oct_md5_result_to_str: avoid buffer overrun; replace loop with single call to sprintf
Tue, 23 Nov 2010 02:33:34 -0500 John W. Eaton oct_md5_file: close file after reading
Mon, 22 Nov 2010 03:27:41 -0500 John W. Eaton fixes for --enable-64
Thu, 18 Nov 2010 03:30:53 -0500 John W. Eaton charMatrix::row_as_string: never strip trailing nul characters
Fri, 12 Nov 2010 20:49:02 -0500 John W. Eaton liboctave/Makefile.am: clean up some variables; don't distribute generated files
Fri, 12 Nov 2010 13:19:24 -0500 John W. Eaton simplify special case for concatenation of empty matrices
Thu, 11 Nov 2010 14:53:26 -0500 John W. Eaton special case for concatenation of empty matrices
Thu, 11 Nov 2010 02:26:37 -0500 John W. Eaton keep gnulib out of lo-mappers.h
Wed, 10 Nov 2010 22:39:27 -0500 John W. Eaton kpse cleanups
Wed, 10 Nov 2010 22:09:25 -0500 John W. Eaton eliminate additional special cases for SCO systems
Wed, 10 Nov 2010 21:52:51 -0500 John W. Eaton IEEE math initialization tweaks
Wed, 10 Nov 2010 21:01:54 -0500 John W. Eaton eliminate special cases for NeXT systems
Wed, 10 Nov 2010 20:55:32 -0500 John W. Eaton eliminate special cases for __EMX__ systems
Wed, 10 Nov 2010 20:36:16 -0500 John W. Eaton eliminate special cases for SCO systems
Wed, 10 Nov 2010 01:35:50 -0500 John W. Eaton changelog fixes
Tue, 09 Nov 2010 13:21:15 -0500 John W. Eaton lo-mappers.cc (xmod, xrem): don't copy sign if result is zero
Tue, 09 Nov 2010 04:24:26 -0500 John W. Eaton use templates and inline for more lo-mappers functionos
Tue, 09 Nov 2010 03:24:18 -0500 John W. Eaton use templates for some lo-mappers functions
Tue, 09 Nov 2010 01:28:45 -0500 John W. Eaton Array.cc: use comparisons to sortmode values instead of testing mode directly
Tue, 09 Nov 2010 00:57:49 -0500 John W. Eaton improve Matlab compatibility of rem and mod
Sun, 31 Oct 2010 16:48:51 +0000 Michael Goffioul Additional exported symbols [MSVC]