log src/pr-output.cc @ 10987:eec74ee00b32

age author description
Thu, 16 Sep 2010 07:08:02 -0400 John W. Eaton eliminate some GCC warnings
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Wed, 07 Jul 2010 15:27:17 -0700 Rik pr-output.cc: Avoid use of % operator on negative operands
Tue, 06 Jul 2010 21:05:09 +0200 David Bateman Add engineering formats. eg 'fomat short eng' (Feature Request #30163)
Tue, 15 Jun 2010 09:55:00 -0700 Rik Second try at removing extra newlines from NDArrays
Mon, 14 Jun 2010 19:53:19 -0700 Rik Remove extra newlines when displaying multi-dimensional arrays.
Tue, 23 Feb 2010 16:12:27 +0100 Jaroslav Hajek remove Array2
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Fri, 23 Oct 2009 09:28:14 -0700 Rik Periodic grammar check of Octave documentation files to ensure common format
Fri, 16 Oct 2009 13:12:31 +0200 Jaroslav Hajek remove ArrayN<T> + fix nonhom. diag-scalar ops
Tue, 15 Sep 2009 10:00:53 +0200 Jaroslav Hajek avoid returning undefined values from disp & fdisp
Tue, 08 Sep 2009 14:44:55 -0400 John W. Eaton pr-output.cc: new test
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
Wed, 01 Jul 2009 08:37:24 +0200 David Bateman Fix 'format rat' for values like '1 - eps'
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Sat, 06 Jun 2009 07:59:58 -0700 Rik Update documentation for 'format'
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sun, 22 Mar 2009 13:14:15 -0700 Rik Cleanup documentation files errors.texi, debug.texi, io.texi
Sat, 07 Mar 2009 15:12:25 -0500 John W. Eaton pr-output.cc: avoid unused variable warning
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Sun, 01 Mar 2009 09:07:57 +0100 Jaroslav Hajek indicate diag & perm matrices on output
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Thu, 29 Jan 2009 11:49:06 +0100 Jaroslav Hajek special printing of diagonal matrices
Tue, 18 Nov 2008 11:14:31 -0500 John W. Eaton style fixes