log libinterp/corefcn/utils.cc @ 21526:b76d1de20f9a

age author description
Tue, 22 Mar 2016 14:36:15 -0700 Rik Deprecate unused C++ functions oct_file_in_path, mex_file_in_path.
Sun, 28 Feb 2016 19:07:24 +0000 Carnë Draug Handle empty vectors for size of ones(), zeros(), inf(), etc... (bug #47298)
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.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 06 Jan 2016 18:04:02 +0100 Kai T. Ohlhus Usage of corresponding value extractor for octave_idx_type. Improves support
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.
Wed, 23 Dec 2015 20:45:02 -0800 Rik maint: utils.cc: Clean up code.
Tue, 22 Dec 2015 21:46:07 -0500 Doug Stewart maint: utils.cc: invert if/else/error instances.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
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 11:38:40 -0500 John W. Eaton avoid warning about gnulib::floor
Thu, 17 Dec 2015 16:19:51 +0100 Kai T. Ohlhus Extracted header class octave-preserve-stream-state from utils.{cc/h}.
Thu, 17 Dec 2015 16:04:13 +0100 Kai T. Ohlhus Unified "sleep" functions to "octave_sleep" in C++ and "pause" in Octave.
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
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Thu, 03 Dec 2015 18:33:00 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Tue, 17 Nov 2015 11:46:22 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 12:07:38 -0500 John W. Eaton eliminate more uses of error_state
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Wed, 21 Oct 2015 23:43:46 -0400 John W. Eaton more cleanup of indexing exceptions
Wed, 21 Oct 2015 15:23:08 -0400 John W. Eaton catch index_exception by const reference where possible
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 21:37:03 -0400 John W. Eaton eliminate more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 23 Jul 2015 09:50:10 -0700 Rik maint: Periodic merge of stable to default.
Thu, 09 Jul 2015 21:44:09 -0400 Mike Miller doc: Fix backslash characters in docstrings stable
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Wed, 20 May 2015 17:18:41 -0700 Rik Add support for octal and hex escape sequences in single-quoted *printf arguments (bug #39774).
Thu, 14 May 2015 14:25:37 -0700 Rik doc: Remove extra spaces at start of docstring which show up in Info format. stable
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 19 Apr 2015 17:55:33 -0700 Rik doc: Periodic grammarcheck of documentation.
Fri, 17 Apr 2015 09:09:52 -0700 Rik doc: Explain treatment of strings by isindex() (bug #44855).
Tue, 17 Feb 2015 17:34:48 -0800 Rik Remove unnecessary checking of error_state after is_string validation.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Sun, 19 Oct 2014 08:42:58 -0400 John W. Eaton don't include oct-locbuf.h in header files unnecessarily
Mon, 22 Sep 2014 20:46:54 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 21 Sep 2014 15:42:09 -0400 Mike Miller codesprint: Add tests to various interpreter utility functions
Sun, 21 Sep 2014 14:21:04 -0400 John W. Eaton new function, isstudent (bug #43155)
Tue, 19 Aug 2014 06:40:53 -0400 John W. Eaton make "file found in path" warnings consistent
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Thu, 12 Dec 2013 00:24:02 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 11 Dec 2013 23:35:34 -0500 John W. Eaton enable non-integer ranges as indices by default and deprecate preference gui-release
Thu, 05 Dec 2013 15:00:45 -0500 Jordi Gutiérrez Hermoso maint: Dummy merge with gui-release, ignoring all recent backout merges
Thu, 05 Dec 2013 11:36:10 -0800 Rik maint: backout cset ff05d5b70411 on gui-release branch. gui-release
Wed, 04 Dec 2013 08:23:42 -0800 Rik Rename function dir_in_path to dir_in_loadpath.
Tue, 03 Dec 2013 15:59:56 -0800 Rik Deprecate find_dir_in_path in favor of dir_in_path.
Tue, 03 Dec 2013 12:34:13 -0800 Rik doc: Add seealso links to find_dir_in_path function. stable
Mon, 18 Nov 2013 19:12:18 -0500 Michael Goffioul Fix "get_help_text('\')" in Windows.
Thu, 31 Oct 2013 17:26:04 -0400 John W. Eaton attempt to avoid setting persistent state on i/o streams (bug #40396)