log libinterp/corefcn/defaults.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 24 Nov 2021 19:42:29 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory ahead of 7.1 release. stable
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sun, 21 Mar 2021 18:10:14 +0100 Markus Mützel pkg.m: Install local packages in version dependent path (bug #58299).
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 11 Jul 2018 08:41:10 -0700 Rik maint: merge stable to default.
Wed, 11 Jul 2018 08:40:07 -0700 Rik doc: Miscellaneous documentation fixes all over the manual (bug #54288). stable
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Fri, 23 Mar 2018 10:29:45 -0700 Rik doc: grammarcheck docstrings in C++ files ahead of 4.4 release. stable
Fri, 16 Mar 2018 15:28:34 -0700 Mike Miller include a proper definition of Octave's private font fallback directory stable
Wed, 14 Mar 2018 12:46:27 -0500 John W. Eaton merge default to stable in preparation for upcoming 4.4 release stable
Mon, 12 Feb 2018 23:53:16 +0100 Pantxo Diribarne Generate Qt compressed help and collection files for the manual (bug #53006)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Thu, 29 Jun 2017 16:44:47 -0400 John W. Eaton move config macros from defaults.cc to a separate file base libinterp/corefcn/defaults.in.cc@c3440eb8c375
Wed, 28 Jun 2017 15:20:02 -0400 John W. Eaton revamp insertion of config variables into binaries and eliminate some macros
Wed, 03 May 2017 15:22:21 -0400 John W. Eaton use "" instead of <> for including defaults.h and version.h
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 12:31:17 -0400 John W. Eaton move load_path class to octave namespace
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
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, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Tue, 21 Jun 2016 14:23:45 -0400 John W. Eaton * defaults.cc (subst_octave_home): String length is size_t.
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 13:59:28 -0400 John W. Eaton use namespace for dir_path class
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.
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.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
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 12:03:44 -0500 John W. Eaton eliminate return statements after calls to print_usage
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 30 Sep 2014 11:37:57 -0700 Rik Improve docstrings and mark documentation m-files as tested in miscellaneous/ dir.
Tue, 19 Aug 2014 05:41:06 -0400 John W. Eaton new data directory for storing data files we distribute
Sat, 23 Nov 2013 23:01:13 +0000 Carnë Draug Remove editor option from edit() and use only EDITOR() (bug #40600)