log libinterp/corefcn/toplev.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
Thu, 10 Nov 2022 18:52:19 +0100 Markus Mützel build: Use gnulib module to get readline libraries.
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
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:59:33 -0500 John W. Eaton maint: Merge stable to default.
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 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
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 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Sun, 29 Nov 2020 14:20:08 +0100 Markus Mützel system: Support executing commands with non-ASCII characters on Windows (bug #59572).
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Fri, 02 Oct 2020 12:58:12 -0400 John W. Eaton in unwind_action objects, capture variables in lambda expressions when possible
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Wed, 29 Jul 2020 13:14:40 -0700 Rik doc: Re-order system() docs to match order of parameters. 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
Fri, 18 Oct 2019 16:45:56 -0400 John W. Eaton include ENABLE_COMMAND_LINE_PUSH_PARSER in build info struct
Fri, 11 Oct 2019 16:49:27 -0400 John W. Eaton eliminate --enable-atomic-refcount configure option and macros
Tue, 17 Sep 2019 20:38:02 -0700 Rik Clean up implementation of CXXLD in build scripts (bug #56505).
Fri, 29 Mar 2019 17:06:55 +0000 John W. Eaton eliminate some unnecessary include statements
Sun, 03 Mar 2019 19:20:50 +0000 John W. Eaton fix handling of SIGTSTP (bug #51903)
Tue, 22 Jan 2019 15:41:07 -0800 Mike Miller remove references to obsolete build system variables stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 13 Dec 2018 16:01:37 -0800 Mike Miller remove unsafe "SED" from the build env stored in liboctinterp and mkoctfile
Thu, 06 Dec 2018 22:05:05 -0800 Rik maint: Use standard copyright phrasing in all files.
Fri, 28 Sep 2018 18:18:09 -0400 John W. Eaton dynamically load qt graphics
Thu, 13 Sep 2018 16:24:18 -0400 John W. Eaton require dynamic loading capabilities to build Octave
Wed, 13 Jun 2018 16:22:45 -0700 Rik maint: merge stable to default.
Wed, 13 Jun 2018 16:21:58 -0700 Rik doc: Use @var rather than @code to mark inputs to functions in docstrings. stable
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
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
Thu, 19 Apr 2018 01:58:44 -0400 John W. Eaton unblock async signals before executing subprocess (bug #53635) stable
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, 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 15:42:20 +0100 Pantxo Diribarne Fix misconfigured OCTAVE_DOCDIR (bug #53006)
Tue, 27 Feb 2018 10:39:21 -0800 Rik Change default status of pager to "off" (bug #53217).
Sun, 11 Feb 2018 11:17:34 -0500 John W. Eaton don't use singleton pattern for child_list
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Sep 2017 15:43:40 -0700 Rik Document that the shell for system() differs between OS (bug #49825).
Tue, 05 Sep 2017 11:36:08 -0700 Rik maint: Use same format for Copyright statement throught code base.
Fri, 01 Sep 2017 11:15:55 -0400 John W. Eaton check for suitesparse config library before other suitesparse libraries
Thu, 10 Aug 2017 16:56:05 -0700 Mike Miller maint: eliminate useless if (p) before free (p)
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Wed, 28 Jun 2017 23:50:55 -0400 John W. Eaton * toplev.cc (F__octave_config_info__): Reorganize initialization.