log libinterp/corefcn/pr-output.cc @ 25108:7561fb4ab972 stable

age author description
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)
Tue, 13 Feb 2018 13:09:45 -0500 John W. Eaton * pr-output.cc: Move defn of specialized abs before first use (bug #53114)
Tue, 13 Feb 2018 01:54:16 -0500 John W. Eaton enable (or improve) display for more types in the variable editor
Sun, 11 Feb 2018 10:26:22 -0800 Rik Fix alignment of numbers in fixed_point_format display (bug #53083).
Fri, 02 Feb 2018 10:37:20 -0500 John W. Eaton fix regression in formatted output introduced in d4dd741b2794
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Wed, 31 Jan 2018 22:21:51 -0600 John W. Eaton move float_format container to setparate file
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 04 Aug 2017 09:37:04 -0700 Rik Eliminate unnecessary std::string ("...") constructor calls when "..." suffices.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Wed, 26 Jul 2017 21:09:19 -0700 Rik Fix "variable may be used uninitialized" warning reported by gcc.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Thu, 22 Jun 2017 08:19:10 -0400 John W. Eaton move octave_preserve_stream_state to octave namespace
Tue, 20 Jun 2017 18:26:15 -0400 John W. Eaton eliminate obsolete file lo-math.h
Fri, 16 Jun 2017 11:50:50 -0700 Rik maint: Deprecate is_NA and replace with isna.
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Thu, 08 Jun 2017 17:41:32 -0700 Rik doc: Peridoc grammarcheck of documentation.
Thu, 08 Jun 2017 15:56:46 -0700 Rik Deprecate octave::math::finite in favor of octave::math::isfinite.
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Wed, 19 Apr 2017 01:28:07 +0200 Kai T. Ohlhus doc: disp rather than display should be overloaded (bug #50640, bug #50729).
Thu, 13 Apr 2017 14:25:16 -0400 John W. Eaton eliminate some compiler warnings
Wed, 29 Mar 2017 14:25:29 -0400 John W. Eaton don't call display methods with more than one argument (bug #50640)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 13 Feb 2017 23:33:48 +0100 Kai T. Ohlhus doc: Document second input argument of display (bug #49794)
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Mon, 02 Jan 2017 09:33:57 -0500 John W. Eaton * pr-output.cc (Fdisplay): Use octave_value::print_name_tag.
Sat, 17 Dec 2016 11:10:22 -0500 John W. Eaton don't display "ans" for "display (expr)" (bug #49794)
Fri, 16 Dec 2016 00:10:27 -0500 John W. Eaton refactor display and disp functions (bug #49794)
Sun, 11 Dec 2016 20:33:24 -0800 Rik Add Octave-only query mode for format command to find status.
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.