log libinterp/corefcn/data.cc @ 22197:e43d83253e28

age author description
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Sun, 03 Jul 2016 09:54:43 -0700 Mike Miller provide wrapper for frexp and frexpf (bug #48363)
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sat, 02 Jul 2016 05:11:09 +1000 Lachlan Andrew Check that second argument to size () is a scalar (bug #48368).
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 14:41:49 -0700 Mike Miller maint: Periodic merge of stable to default.
Fri, 17 Jun 2016 14:40:42 -0700 Mike Miller doc: clarify differences between atan and atan2 (bug #48178) stable
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 16 Jun 2016 15:56:00 -0400 John W. Eaton hide sys/time.h, sys/times.h, and sys/resource.h headers
Mon, 13 Jun 2016 09:18:03 -0700 Rik maint: Prefer is_empty() rather than "length () == 0".
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.
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 17 May 2016 11:32:53 -0400 John W. Eaton use namespace for numeric_limits
Tue, 17 May 2016 01:11:27 -0400 John W. Eaton define octave_numeric_limits template methods for Inf and NaN
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Sun, 10 Apr 2016 20:45:01 -0700 Rik maint: Remove extra space between end of statement and semicolon.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Fri, 01 Apr 2016 13:56:09 -0700 Rik maint: Clean up BIST tests so they don't produce warnings.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Thu, 24 Mar 2016 13:35:40 +1100 Lachlan Andrew Make median preserve discrete types (bug #47515).
Wed, 16 Mar 2016 20:52:55 -0700 Mike Miller Fix failing BIST tests on big-endian systems
Sun, 28 Feb 2016 19:07:24 +0000 Carnë Draug Handle empty vectors for size of ones(), zeros(), inf(), etc... (bug #47298)
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
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
Thu, 21 Jan 2016 12:54:17 -0800 Rik maint: Eliminate useless statements after err_XXX.
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 20 Jan 2016 20:57:45 -0800 Rik maint: Remove unused variables.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Wed, 13 Jan 2016 22:30:10 -0800 Rik maint: Eliminate space between variable and decrement '--' operator.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Tue, 12 Jan 2016 10:28:48 -0800 Rik Fix typo in 8190fe6dc3fd.
Fri, 08 Jan 2016 12:49:28 -0500 John W. Eaton * data.cc: Fix typo in previous change.
Fri, 08 Jan 2016 11:38:21 -0500 John W. Eaton * data.cc (Fcumsum, Fcumprod): Provide example in docstring.
Wed, 06 Jan 2016 18:04:02 +0100 Kai T. Ohlhus Usage of corresponding value extractor for octave_idx_type. Improves support
Tue, 29 Dec 2015 12:41:03 -0800 Rik maint: Capitalize D for dimension in messages and comments.
Thu, 24 Dec 2015 13:55:51 -0500 John W. Eaton maint: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 17:17:24 -0800 Rik maint: Eliminate ANY_ALL macro in data.cc
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Thu, 17 Dec 2015 16:04:13 +0100 Kai T. Ohlhus Unified "sleep" functions to "octave_sleep" in C++ and "pause" in Octave.
Wed, 16 Dec 2015 18:21:46 -0500 John W. Eaton eliminate trailing whitespace in source files
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Mon, 14 Dec 2015 12:59:29 -0800 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
Sun, 13 Dec 2015 07:59:40 -0800 José Luis García Pallero 2015 Code Sprint: use ovl () in C++ files.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Sat, 12 Dec 2015 06:56:35 -0800 Rik 2015 Code sprint: data.cc: recode instances of print_usage.
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Mon, 07 Dec 2015 08:30:51 -0800 Rik Use int rather than octave_idx_type for nargin data type.
Sun, 06 Dec 2015 08:19:29 -0800 Rik Fix BIST tests for rows()
Sat, 05 Dec 2015 15:10:49 -0800 Rik Fix BIST tests for rows.
Fri, 04 Dec 2015 19:53:54 -0800 Rik Add BIST tests for rows().
Fri, 04 Dec 2015 17:17:24 -0800 Rik Add more BIST tests for issorted.
Fri, 04 Dec 2015 15:51:30 -0500 John W. Eaton eliminate return statements after calls to print_usage