log liboctave/ChangeLog @ 11504:81ff63e43f54

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