log src/main-cli.cc @ 33552:129d335e4b78 bytecode-interpreter tip

age author description
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 03 Dec 2022 13:41:42 +0100 Markus Mützel Windows: Set console input and output codepages to UTF-8 if supported. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 16 Sep 2021 21:51:03 +0200 Markus Mützel Windows: Don't get pointers to C strings while vector is still unstable.
Sun, 15 Aug 2021 15:56:43 +0200 Markus Mützel Use functions moved to octave namespace.
Mon, 24 May 2021 14:27:07 -0400 John W. Eaton avoid possible buffer corruption introduced in b6f80b1d448f
Sat, 17 Apr 2021 12:21:48 +0200 Markus Mützel Windows: Support non-ASCII characters in command line arguments.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year 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
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 07:52:11 -0500 John W. Eaton refactor signal handling (bug #52757)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
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.
Wed, 31 Aug 2016 12:24:38 -0700 Rik maint: Style check C++ code in src/ directory.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 11 Apr 2016 13:53:17 -0400 John W. Eaton store hg id info in libgui and main exe and check for consistency (bug #45659)
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 18 Apr 2013 10:45:14 -0400 John W. Eaton partially undo the changes in 9bc1f8278966
Wed, 17 Apr 2013 00:17:21 -0400 John W. Eaton allow GUI to customize prompts at startup
Thu, 03 Jan 2013 03:05:16 -0500 John W. Eaton do system-specific initialization before installing default variable values
Thu, 30 Aug 2012 12:05:04 -0400 John W. Eaton install default values before initializing interpreter (bug #37161)
Thu, 23 Aug 2012 17:53:42 -0400 John W. Eaton perform fewer actions before starting GUI
Fri, 10 Aug 2012 10:27:32 -0400 John W. Eaton include gui in default Octave binary gui