log libinterp/corefcn/input.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
Wed, 13 Jul 2022 13:20:48 +0200 Markus Mützel dir_encoding: Use encoding from .oct-config file in current directory (bug #62761).
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/
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
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
Fri, 26 Nov 2021 18:13:42 -0800 Rik maint: merge stable to default.
Fri, 26 Nov 2021 18:13:08 -0800 Rik doc: Use consistent styling for @ref, @xref, @pxref statements. stable
Wed, 24 Nov 2021 20:26:59 -0800 Rik maint: merge stable to default.
Wed, 24 Nov 2021 19:42:29 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Wed, 24 Nov 2021 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Mon, 01 Nov 2021 11:36:08 +0900 Kai T. Ohlhus input.cc: throw error if second argument does not equal 's'
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Fri, 13 Aug 2021 14:08:16 -0400 John W. Eaton eliminate some unnecessary octave:: namespace tags
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)
Tue, 27 Apr 2021 13:42:36 -0400 John W. Eaton move hook function classes inside octave namespace
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, 27 Jan 2021 09:44:59 -0500 John W. Eaton maint: merge stable to default.
Wed, 27 Jan 2021 06:42:38 -0500 John W. Eaton line buffer input in terminal_reader class 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.
Wed, 02 Dec 2020 09:02:37 -0800 Rik maint: strip trailing spaces from code base.
Thu, 12 Nov 2020 18:15:52 +0100 Markus Mützel Use UTF-8 encoding for .m files by default (bug #59387).
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
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
Tue, 20 Oct 2020 16:02:07 -0400 John W. Eaton maint: rename .oct_config files to .oct-config
Fri, 18 Sep 2020 17:15:32 +0200 Markus Mützel Add function "dir_encoding" to set a file encoding per directory (bug #49685).
Tue, 13 Oct 2020 13:47:55 -0700 Rik maint: Use Octave convention that error() messages don't end with a period.
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.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
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 04:55:19 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
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, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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, 04 Dec 2019 22:42:47 +0100 Markus Mützel Create valid UTF-8 from .m file content (bug #57341).
Tue, 26 Nov 2019 20:28:28 +0100 Markus Mützel Compare locale charset name in lower case (bug #57304).
Fri, 18 Oct 2019 11:57:40 -0400 John W. Eaton only increment command number when complete block of code is parsed
Fri, 18 Oct 2019 09:08:06 -0400 John W. Eaton refactor input_reader class and its use in lexer
Wed, 16 Oct 2019 08:45:39 -0400 John W. Eaton in base_reader, store reference to interpreter instead of lexer
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Wed, 25 Sep 2019 13:49:37 -0400 John W. Eaton eliminate some calls to global __get_SUBSYSTEM__ functions
Thu, 13 Jun 2019 08:00:41 -0600 Anthony Morast Increment command number even when command is interrupted. (bug #55819).
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class