log libinterp/corefcn/pr-output.cc @ 27183:2d9decd77e58

age author description
Thu, 13 Jun 2019 17:40:36 -0500 John W. Eaton revamp float_format object
Thu, 06 Jun 2019 14:16:40 -0700 Rik maint: merge stable to default.
Thu, 06 Jun 2019 09:09:55 -0700 Rik doc: Redo documentation for rats() function. stable
Sun, 10 Feb 2019 08:39:30 -0800 Rik Harden BIST tests against changes in format().
Mon, 21 Jan 2019 13:27:28 -0800 Mike Miller test: use "format short" in tests depending on output format (bug #55539) stable
Tue, 08 Jan 2019 17:13:20 -0800 Rik pr-output.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 11 Dec 2018 15:38:55 -0800 Rik doc: Clarify example code in fixed_point_format documentation (bug #55208).
Sun, 18 Nov 2018 15:50:01 +0100 Markus Mützel Move rational_approx to liboctave (patch #9084).
Thu, 01 Nov 2018 18:08:27 -0400 John W. Eaton where possible, use octave_stdout and avoid including <iostream>
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Mon, 09 Jul 2018 19:11:23 -0700 Mike Miller build: avoid compiler warning about unused function 'abs' (bug #54237) stable
Tue, 03 Apr 2018 22:20:20 -0700 Rik pr-output.cc: Fix BIST tests so that display format is saved & restored. stable
Tue, 03 Apr 2018 22:12:05 -0700 Rik Don't reset compact/loose spacing when changing numerical format (Bug #53427). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 22 Feb 2018 15:52:38 -0500 John W. Eaton improve formatting of large values in pr-output functions
Thu, 22 Feb 2018 00:07:37 -0500 John W. Eaton use templates to eliminate more nearly duplicate pr-output code
Wed, 21 Feb 2018 22:32:55 -0500 John W. Eaton store scale factor in float_display_format object
Wed, 21 Feb 2018 17:11:05 -0500 John W. Eaton don't pass field width as separate argument in pr-output functions
Wed, 21 Feb 2018 15:41:52 -0500 John W. Eaton restore auto switch to E formats octave_print_internal functions
Wed, 21 Feb 2018 08:24:41 -0500 John W. Eaton eliminate output_max_field width; limit output precision (bug #53167)
Sun, 18 Feb 2018 14:32:36 -0600 John W. Eaton more templates for pr-output.cc functions
Wed, 21 Feb 2018 09:17:05 -0500 John W. Eaton use template for printing matrices in plus format
Fri, 16 Feb 2018 08:44:06 -0800 Rik doc: Update format() documentation for "free", "+", "bank" formats (bug #53169).
Fri, 16 Feb 2018 02:46:21 -0500 John W. Eaton preparing for a brave new future, use templates in some pr-output functions
Fri, 16 Feb 2018 00:42:39 -0500 John W. Eaton don't print extra newline after matrices with format free (bug #53168)
Thu, 15 Feb 2018 16:32:01 -0800 Rik maint: merge stable to default.
Thu, 15 Feb 2018 11:41:56 -0800 Rik Document second calling form of disp(). stable
Wed, 14 Feb 2018 23:46:41 -0500 John W. Eaton eliminate file-scope static variable in pr-output.cc
Wed, 14 Feb 2018 23:28:40 -0500 John W. Eaton fix printing of logical values (bug #53160)