log liboctave/util/cmd-edit.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
Sat, 19 Nov 2022 00:01:26 -0500 John W. Eaton adapt to rl_completer_word_break_characters being declared const stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 10 Sep 2021 07:27:32 -0700 Rik maint: use "m_" prefix for member variables in class gnu_readline.
Thu, 09 Sep 2021 21:08:44 -0700 Rik maint: use "m_" prefix for member variables in class default_command_editor.
Thu, 09 Sep 2021 20:51:08 -0700 Rik maint: use "m_" prefix for member variables in class command_editor.
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility functions inside octave namespace
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)
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
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
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
Mon, 09 Sep 2019 16:15:40 -0400 John W. Eaton use m_ prefix for data members in most liboctave/util classes
Wed, 14 Aug 2019 00:19:34 -0400 John W. Eaton use separate variable for interrupting command editor event loop (bug #56738)
Tue, 13 Aug 2019 19:13:46 -0400 John W. Eaton allow gui events to interrupt readline event processing (bug #56738)
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 19 Jul 2019 14:15:04 -0400 John W. Eaton style fixes: avoid breaking lines immediately after '('
Mon, 07 Jan 2019 17:29:54 -0800 Rik cmd-edit.cc: Fix static analyzer detected issues (bug #55347). stable
Mon, 07 Jan 2019 16:51:40 -0500 John W. Eaton avoid possible crash while executing readline hook function (bug #55391) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 22 Sep 2018 22:29:15 +0200 Markus Mützel Fix pasting some UTF-8 characters (bug #54391)
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 08 Jan 2018 20:01:13 -0500 John W. Eaton don't trap the user in the readline loop (bug #52757)
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)
Wed, 02 Aug 2017 12:04:45 -0700 Rik Miscellaneous cleanups of C++11 std::string code.
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
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
Tue, 17 Jan 2017 11:19:44 -0500 John W. Eaton move mutex classes inside octave namespace
Thu, 08 Dec 2016 15:22:58 -0800 Rik maint: Fix up more for loops with range operators in liboctave.
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 30 Jun 2016 18:19:37 +1000 Lachlan Andrew Allow tab completion of arrays of structures.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Fri, 17 Jun 2016 16:51:09 -0400 John W. Eaton provide wrapper for strdup
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Sun, 12 Jun 2016 10:54:42 -0700 Rik maint: Clean up for-range usage in liboctave in cset 5c67b16acc4a.
Sat, 11 Jun 2016 15:32:31 -0700 Rik maint: Use C++ 'auto' keyword in some instances in liboctave.
Tue, 31 May 2016 12:51:52 +1000 Lachlan Andrew Tab completion of multiple directory levels. (bug #44095)
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes