log libinterp/corefcn/help.cc @ 22295:12f1d273d22a

age author description
Sun, 14 Aug 2016 20:16:09 -0700 Rik maint: Remove trailing spaces from code.
Tue, 02 Aug 2016 03:40:02 -0400 John W. Eaton get help text for operators and keywords from docstrings file
Tue, 02 Aug 2016 03:10:51 -0400 John W. Eaton search docstrings file for built-in and dld function help text (bug #48554)
Sat, 23 Jul 2016 18:39:07 -0400 Lachlan Andrew Allow TAB autocompletion of local functions in debug mode (bug #48317)
Thu, 21 Jul 2016 18:11:06 -0400 John W. Eaton build doc-cache without running Octave (bug #48508)
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Thu, 30 Jun 2016 17:28:09 -0700 Mike Miller Clean up localfunctions BIST test
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Thu, 16 Jun 2016 01:00:20 -0400 John W. Eaton hide sys/wait.h header and provide wrappers for waitpid macros
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Sat, 21 May 2016 15:00:14 +1000 Lachlan Andrew Implement localfunctions Matlab command (bug #47705).
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
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 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Sun, 27 Dec 2015 12:25:03 -0800 Rik Clean up instances of make_argv().
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.
Wed, 16 Dec 2015 16:47:18 -0800 Rik Eliminate duplicate input arg checking in which.m and __which__.
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.
Fri, 04 Dec 2015 14:06:41 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 18 Nov 2015 16:12:41 -0800 Rik Cuddle increment (++) and decrement (--) operators with variable in question.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
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
Mon, 27 Apr 2015 09:03:31 -0700 Rik Check error_state before searching for help text (bug #44934).
Fri, 27 Feb 2015 15:51:12 -0800 Rik Replace std::size_t with bare size_t for conformity to rest of code.
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, 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.
Fri, 25 Apr 2014 13:25:25 -0700 Rik maint: Clean up extra spaces before/after parentheses.
Tue, 07 Jan 2014 13:20:28 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 05 Jan 2014 15:37:51 -0200 Felipe G. Nievinski doc: Minor updates to help for Octave keywords (bug #41108) stable
Thu, 05 Dec 2013 16:11:14 -0800 Rik maint: Don't use space between 'args' and '(' when doing indexing.
Sat, 02 Nov 2013 14:46:43 -0400 Mike Miller which: return the full path to a regular file (bug #40332)
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 21 Aug 2013 19:39:56 -0700 Rik Correct parfor keyword documentation and add some %!tests.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Thu, 15 Aug 2013 12:31:22 -0700 Rik doc: Use 0x1d as record separator for joint compatibility with Texinfo 4.x and 5.x.
Tue, 13 Aug 2013 23:42:30 -0400 Mike Miller doc: Update doc cache delimiter to work with Texinfo 5.0 (bug #39778)
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interpfcn/help.cc@1c7d607058a3