log src/pr-output.cc @ 13129:155d7a5e70f5

age author description
Sun, 11 Sep 2011 14:18:20 -0400 Ben Abbott src/pr-output.cc: Test "format compact"
Tue, 06 Sep 2011 21:15:16 -0500 Jordi GutiƩrrez Hermoso Remove all blank lines with "format compact"
Mon, 05 Sep 2011 10:35:09 -0500 Jordi GutiƩrrez Hermoso Change the PRINT_ND_ARRAY macro into a templated function
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Tue, 08 Feb 2011 15:59:37 -0500 John W. Eaton small changes for GCC 4.6
Fri, 28 Jan 2011 05:47:12 -0500 John W. Eaton pr-output.cc (Foutput_max_field_width): fix cut and paste error
Fri, 28 Jan 2011 05:47:02 -0500 John W. Eaton pr-output.cc: fix @seealso lists
Wed, 09 Sep 2009 14:14:32 +0200 John W. Eaton pr-output.cc: new test release-3-2-x
Mon, 07 Sep 2009 08:38:09 +0200 Jaroslav Hajek fix minor typo release-3-2-x
Fri, 04 Sep 2009 06:59:44 +0200 John W. Eaton pr-output.cc (set_format (const Complex&, int&, int&)): avoid passing NaN or Inf to log10 release-3-2-x
Thu, 02 Jul 2009 06:31:29 +0200 David Bateman Fix 'format rat' for values like '1 - eps' release-3-2-x
Wed, 25 Jun 2008 12:46:32 +0200 David Bateman Frats fix for nargin==0 release-3-0-x
Mon, 21 Apr 2008 03:03:40 -0400 John W. Eaton update copyright dates release-3-0-x
Fri, 18 Apr 2008 12:01:53 -0400 John W. Eaton disp: produce sq-string unless arg is a dq-string release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Sat, 15 Jan 2011 10:04:30 -0800 Rik Eliminate @deffn macros.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 10 Jan 2011 14:05:12 -0500 John W. Eaton struct printing changes
Thu, 06 Jan 2011 03:10:24 -0500 John W. Eaton substitute and use LAPACK_LIBS in mkoctfile script
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