log libinterp/corefcn/input.cc @ 27335:50216d7a2f6b

age author description
Fri, 09 Aug 2019 10:36:08 -0400 John W. Eaton eliminate static wrapper functions in gh_manager class
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Sun, 21 Jul 2019 12:43:19 +0200 Markus Mützel Do not ignore user preferences for locale encoding on non-Windows platforms.
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Mon, 01 Apr 2019 17:32:02 +0000 John W. Eaton eliminate direct access to call_stack in input functions
Fri, 07 Jun 2019 16:53:09 -0400 John W. Eaton store reference to lexer in reader instead of pointer
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Tue, 21 May 2019 19:50:59 +0000 John W. Eaton move some static functions inside octave namespace
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 11 Mar 2019 20:45:44 +0000 John W. Eaton maint: Merge stable to default.
Mon, 11 Mar 2019 20:48:07 +0100 Markus Mützel Improve error checking for iconv_open. stable
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 01 Jan 2019 22:02:54 -0800 Rik input.cc: Fix static analyzer detected issues (bug #55347). stable
Mon, 10 Dec 2018 16:33:48 -0500 John W. Eaton * input.cc (looks_like_struct): Delete obsolete commented code.
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Mon, 12 Nov 2018 11:32:29 -0500 John W. Eaton maint: Merge stable to default.
Mon, 12 Nov 2018 11:21:02 -0500 Orion Poplawski avoid assertion failure with -D_GLIBCXX_ASSERTIONS stable
Tue, 14 Aug 2018 09:35:13 -0700 Mike Miller complete only file names for isfile and isfolder commands
Sat, 28 Jul 2018 08:29:34 +0200 Torsten synchronize gui editor encoding when changing __mfile_encdoing__ (bug #54310)
Mon, 23 Jul 2018 10:15:26 -0400 John W. Eaton always provide definitions for deprecated functions
Sat, 14 Jul 2018 14:16:22 +0200 Markus Mützel Strip BOM from UTF-8 encoded .m files (bug #52574).
Fri, 08 Jun 2018 18:27:37 -0400 John W. Eaton store reference instead of pointer to interpreter in lexer
Fri, 25 May 2018 16:30:01 -0400 John W. Eaton eliminate some singletons and static & global variables
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Tue, 22 May 2018 11:39:44 -0400 John W. Eaton eliminate some global variables from tree_evaluator
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Thu, 10 May 2018 21:05:55 +0200 Markus Mützel Always return previous mfile_encoding setting (bug #53842).
Sat, 05 May 2018 20:13:18 +0200 Markus Mützel Add support for arbitrary character encodings in m-files (bug #53842).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 28 Mar 2018 05:37:45 -0400 John W. Eaton enable debugging flag and code echo for command-line functions stable
Sat, 03 Mar 2018 09:34:16 -0500 John W. Eaton use m_ prefix for data members in more classes
Sat, 10 Feb 2018 23:32:04 -0500 John W. Eaton move internal input reader classes out of header file
Sun, 14 Jan 2018 17:14:54 -0800 Rik maint: merge stable to default.
Sun, 14 Jan 2018 17:04:07 -0800 Rik doc: Tweaks to use single quotes instead of double quotes (bug #52870). stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Sun, 19 Nov 2017 09:51:19 -0500 John W. Eaton delete filemarker function and corresponding internal variable
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 11:30:38 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Wed, 05 Jul 2017 09:44:01 -0400 John W. Eaton new class for caching file contents for debug and echo
Fri, 30 Jun 2017 20:59:54 -0400 John W. Eaton revamp echo command and move related variables inside tree_evaluator class
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Mon, 26 Jun 2017 08:06:05 -0400 John W. Eaton use m_ prefix for member variables in parser
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Thu, 25 May 2017 13:13:17 -0400 John W. Eaton pass reference to evaluator to octave_function call methods
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
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
Thu, 02 Feb 2017 16:16:26 -0500 John W. Eaton move bp_table class to separate file
Tue, 31 Jan 2017 17:29:32 -0800 Rik Replace feval calls with direct call to C++ function (bug #50116).
Tue, 31 Jan 2017 18:04:11 -0500 John W. Eaton avoid including parse tree headers in other header files unnecessarily