log libinterp/corefcn/input.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
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 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
Mon, 10 May 2021 14:58:19 -0400 John W. Eaton * input.h (Vlast_prompt_time): Export symbol.
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
Wed, 21 Oct 2020 15:03:16 -0400 John W. Eaton maint: merge stable to default.
Wed, 21 Oct 2020 14:45:40 -0400 John W. Eaton allow auto repeat of debug commands to be disabled stable
Fri, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Thu, 10 Sep 2020 11:46:41 -0400 John W. Eaton maint: merge stable to default.
Wed, 09 Sep 2020 23:57:20 -0400 John W. Eaton respond to signals when readline is waiting for input (bug #54444) stable
Mon, 17 Feb 2020 15:47:35 -0500 John W. Eaton remove functions deprecated in version 5
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
Mon, 21 Oct 2019 16:08:32 -0400 John W. Eaton deprecate unecessary global variable Vtrack_line_num
Fri, 18 Oct 2019 11:06:11 -0400 John W. Eaton eliminate promptflag from the lexer and input reader classes
Fri, 18 Oct 2019 09:08:06 -0400 John W. Eaton refactor input_reader class and its use in lexer
Wed, 16 Oct 2019 10:56:10 -0400 John W. Eaton use shared_ptr to manage base_reader object
Wed, 16 Oct 2019 08:45:39 -0400 John W. Eaton in base_reader, store reference to interpreter instead of lexer
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Fri, 07 Jun 2019 16:53:09 -0400 John W. Eaton store reference to lexer in reader instead of pointer
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 23 Jul 2018 10:15:26 -0400 John W. Eaton always provide definitions for deprecated functions
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 03 Mar 2018 09:34:16 -0500 John W. Eaton use m_ prefix for data members in more classes
Mon, 12 Feb 2018 10:18:12 -0500 John W. Eaton * input.h: Don't provide typedefs for old function names (bug #53123).
Sat, 10 Feb 2018 23:32:04 -0500 John W. Eaton move internal input reader classes out of header file
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Sun, 19 Nov 2017 09:51:19 -0500 John W. Eaton delete filemarker function and corresponding internal variable
Fri, 30 Jun 2017 20:59:54 -0400 John W. Eaton revamp echo command and move related variables inside tree_evaluator class
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
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 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 14:40:40 -0500 John W. Eaton move input reader classes into octave namespace
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
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/.
Thu, 25 Aug 2016 06:23:44 -0400 John W. Eaton use octave_refcount class for reference counts
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 12 Jul 2016 14:28:07 -0400 John W. Eaton put parser, lexer, and evaluator in namespace; interpreter now owns evaluator
Thu, 30 Jun 2016 18:19:37 +1000 Lachlan Andrew Allow tab completion of arrays of structures.
Thu, 30 Jun 2016 18:17:26 +1000 Lachlan Andrew Track line numbers when in debug mode (bug #45764)
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.