log libinterp/parse-tree/pt-anon-scopes.cc @ 33634:4a70f390c85e default tip @

age author description
Fri, 12 Apr 2024 11:15:32 -0400 John W. Eaton replace nearly all remaining uses of panic_impossible with error
Thu, 07 Mar 2024 13:55:46 -0500 John W. Eaton for consistent coding style, use #if defined, not #ifdef or #ifndef
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Sat, 21 Oct 2023 20:51:54 -0400 John W. Eaton maint: ensure that source files end with a single newline character
Wed, 16 Aug 2023 16:57:52 +0200 Markus Mützel Consistently use double quotes to include "config.h".
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 10 Jan 2020 12:10:13 -0800 Rik maint: Use two spaces between sentences in code comments.
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, 20 Nov 2019 00:01:18 -0600 John W. Eaton move some common actions into tree_walker base class
Thu, 07 Feb 2019 00:03:55 +0000 John W. Eaton eliminate unnecessary tree_funcall class
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
Thu, 06 Dec 2018 22:05:05 -0800 Rik maint: Use standard copyright phrasing in all files.
Sat, 18 Aug 2018 23:05:41 +0200 Olaf Till Save all scopes of nested anonymous functions (bug #45969).