log libinterp/corefcn/pr-output.cc @ 22881:f84aa17075d4

age author description
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.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Wed, 25 May 2016 16:51:16 -0400 John W. Eaton use namespace for lo-mappers.h functions
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 15:47:24 -0700 Mike Miller rats: Fix round-off corner case for 32-bit systems (bug #47964)
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 02 May 2016 11:13:50 -0700 Rik maint: Octave coding convention cleanups.
Sat, 02 Apr 2016 15:23:56 -0700 Mike Miller Use integer output formatting for logicals (bug #47607)
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Thu, 14 Jan 2016 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Thu, 17 Dec 2015 16:19:51 +0100 Kai T. Ohlhus Extracted header class octave-preserve-stream-state from utils.{cc/h}.
Wed, 16 Dec 2015 17:02:23 -0500 John W. Eaton remove unused nargout variables
Wed, 16 Dec 2015 11:41:11 -0500 John W. Eaton omit unnecessary nargout checks
Mon, 14 Dec 2015 15:34:39 -0800 Rik maint: Replace argc variable name with nargin in C++ code.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Thu, 03 Dec 2015 19:22:54 -0500 John W. Eaton eliminate return statements after calls to print_usage
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 23 Jan 2015 16:40:25 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 23 Jan 2015 16:09:35 -0500 John W. Eaton eliminate some unused variable and typedef warnings gui-release
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 16 Dec 2014 15:36:27 -0800 Rik doc: Periodic grammarcheck of documentation.
Fri, 28 Nov 2014 10:23:03 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 28 Nov 2014 08:22:51 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Thu, 27 Nov 2014 21:07:03 +0100 Andreas Weber pr-output.cc: Fix overflow in rational_approx (bug #43367..43369) stable
Fri, 07 Nov 2014 08:15:55 +0000 Carnë Draug Change inheritance tree so that <T>Matrix inherit from <T>NDArray.
Fri, 24 Oct 2014 01:31:53 +0100 Carnë Draug Change charMatrix to subclass charNDArray rather than be another Array<char>.
Mon, 20 Oct 2014 01:34:52 +0100 Carnë Draug Change boolMatrix to subclass boolNDArray rather than be another Array<bool>.
Wed, 15 Oct 2014 11:54:04 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of gui-release to default
Tue, 07 Oct 2014 14:37:17 +0200 Andreas Weber pr-output.cc: fix default chars for "format +" for Matlab compatibility gui-release
Tue, 07 Oct 2014 12:25:11 +0100 Carnë Draug doc: note that command form "format + abc" requires quotes around the "+".
Wed, 18 Jun 2014 19:38:40 -0600 David Spies make all permutation matrices column permutations (bug #42418)
Mon, 09 Jun 2014 11:19:23 -0700 Rik doc: Periodic spellcheck of documentation.
Mon, 09 Jun 2014 11:03:17 -0700 Rik doc: Periodic grammarcheck of documentation.