log libinterp/corefcn/load-path.cc @ 21301:40de9f8f23a6

age author description
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.
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 20 Jan 2016 22:19:02 -0800 Rik maint: change "return octave_value ()" to "return ovl ()".
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
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 14:29:39 -0500 John W. Eaton always return value from DEFUN functions
Mon, 07 Dec 2015 09:32:33 -0800 Rik Use variable name nargin consistently in C++ code.
Mon, 07 Dec 2015 08:30:51 -0800 Rik Use int rather than octave_idx_type for nargin data type.
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Fri, 04 Dec 2015 14:06:41 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 27 Nov 2015 14:10:35 -0500 John W. Eaton warn about shadowed built ins with addpath -end (bug #46553)
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Sat, 14 Nov 2015 15:18:05 -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
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() 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
Sun, 19 Apr 2015 18:41:08 -0400 Michael Goffioul Fix nested classdef package lookup (bug #44856)
Thu, 02 Apr 2015 17:16:03 -0400 John W. Eaton only insert package names into loader map if package dir exists (bug #43769)
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.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Wed, 07 Jan 2015 18:12:01 -0500 John W. Eaton avoid indexing before beginning of string
Wed, 07 Jan 2015 18:11:05 -0500 John W. Eaton Backed out changeset 5f313345912f
Wed, 07 Jan 2015 18:07:12 -0500 John W. Eaton avoid indexing before beginning of string
Wed, 07 Jan 2015 18:02:17 -0500 John W. Eaton avoid indexing before beginning of string
Tue, 16 Dec 2014 12:07:32 -0800 Rik A few more instances of stricter input validation for strings (bug #42651).
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Tue, 19 Aug 2014 05:41:06 -0400 John W. Eaton new data directory for storing data files we distribute
Wed, 16 Jul 2014 18:38:55 -0400 John W. Eaton exist: don't search path for absolute or rooted relative file names
Wed, 04 Jun 2014 17:16:03 -0400 John W. Eaton load files in private directories from private functions (bug #42500)
Fri, 03 Jan 2014 14:34:47 -0500 John W. Eaton find load file in private directories (bug #35697)
Sun, 15 Dec 2013 15:08:34 -0800 Rik Sort result of genpath() for matlab compatibility (bug #40903).
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 14 Oct 2013 11:28:29 -0400 Michael Goffioul Fix invalid memory read in rmpath. classdef
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 12 Sep 2013 21:08:07 -0400 Michael Goffioul * libinterp/corefcn/load-path.cc (genpath): Ignore package dirs. classdef
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Thu, 04 Jul 2013 10:09:58 -0400 John W. Eaton periodic merge of default to classdef classdef base libinterp/interpfcn/load-path.cc@091e49cee536
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interpfcn/load-path.cc@f017c95d3eda