log libinterp/corefcn/pr-output.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sun, 30 Oct 2022 21:58:36 -0700 Rik doc: grammar check documentation ahead of 8.1 release.
Sun, 22 May 2022 19:36:01 +0200 Markus Mützel maint: Merge stable to default.
Sun, 22 May 2022 19:34:03 +0200 Markus Mützel doc: Document contracted format arguments (bug #62417). stable
Mon, 09 May 2022 13:58:46 -0400 Nicholas R. Jankowski format: Add 'default' format option (bug #62430)
Mon, 04 Apr 2022 11:11:01 -0700 Rik Ffdisp: Place validation/error code before normal code.
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Fri, 24 Sep 2021 16:34:42 -0500 Gene Harvey pr-output.cc: Remove redundant visibility specifications.
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Mon, 27 Sep 2021 20:30:57 -0700 Rik maint: use ALL_CAPS for static const variables used as constants.
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 06 Aug 2020 15:36:30 -0400 John W. Eaton new Range::final_value function
Thu, 06 Aug 2020 15:09:30 -0400 John W. Eaton use Range::increment instead of Range::inc
Thu, 30 Jan 2020 18:07:29 -0800 Rik Segregate remaining failing rats() tests in to BIST test for bug #57704.
Sun, 26 Jan 2020 23:16:24 -0500 John W. Eaton update bug status for tests
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Fri, 18 Oct 2019 07:51:46 -0700 Rik doc: Use "rightmost" to describe how format() behaves with multiple arguments.
Fri, 18 Oct 2019 13:26:22 +0900 Kai T. Ohlhus doc: improve format() docstring and NEWS announcement.
Wed, 16 Oct 2019 14:35:03 -0700 Rik Don't change anything if format() fails during parsing of multiple arguments.
Tue, 15 Oct 2019 21:29:41 -0700 Rik Allow multiple arguments to format().
Tue, 15 Oct 2019 18:30:29 -0700 Rik Set format to lowercase when called with no arguments.
Mon, 14 Oct 2019 09:27:10 -0700 Rik Add new options "uppercase", "lowercase" to format() command.
Thu, 10 Oct 2019 09:13:54 -0700 Rik maint: merge stable to default.
Sat, 05 Oct 2019 14:04:36 -0700 Rik Return an empty string from rats when input is empty (bug #57004).
Sat, 05 Oct 2019 13:52:40 -0700 Rik Reshape N-D arrays to 2-D arrays within rats() (bug #57003).
Fri, 04 Oct 2019 20:09:44 -0700 Rik Mark rats BIST test with bug #56941.
Fri, 04 Oct 2019 13:51:47 -0700 Rik Display '*' rather than '0' for small rational approximations (bug #56941)
Tue, 01 Oct 2019 22:06:01 -0700 Rik Switch to scientific notation for format short when values are large or small (bug #56971).
Sun, 29 Sep 2019 20:22:12 -0700 Rik Correctly display integer types with format hex (bug #56966). stable
Sun, 29 Sep 2019 20:22:12 -0700 Rik Correctly display integer types with format hex (bug #56966).
Sun, 29 Sep 2019 17:50:52 -0700 Rik Don't print leading spaces before scalar values in interpeter (bug #56939)
Sat, 28 Sep 2019 05:19:40 -0700 Rik Fix display of complex values when fixed_point_format is true (bug #56961).
Sat, 28 Sep 2019 04:20:49 -0700 Rik Display correct number of digits with "format long" and fixed_point_format (bug #56938).
Fri, 27 Sep 2019 13:57:11 -0700 Rik Display only 5 significant digits for "format short" at all times (bug #56936).
Mon, 23 Sep 2019 13:51:17 -0700 Rik Align negative numbers correctly with g format (bug #56940).
Sat, 21 Sep 2019 17:17:02 -0700 Rik Disallow exponential format in combination with fixed_point_format.
Fri, 20 Sep 2019 21:47:53 -0700 Rik Display "0" for true zeros rather than "0.0000" (bug #53083).
Fri, 20 Sep 2019 13:19:11 -0700 Rik Correctly print "format g" when variable is of single type (bug #56926).
Fri, 20 Sep 2019 11:44:44 -0700 Rik Fix regression with display of "format g" (bug #55919).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
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)
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)