log

age author description
Sat, 02 Mar 2024 15:36:26 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 02 Mar 2024 15:32:36 -0500 John W. Eaton eliminate some code duplication in the lexer
Sat, 02 Mar 2024 15:15:12 -0500 John W. Eaton revamp handling meta and fully-qualified identifiers in the lexer
Sat, 02 Mar 2024 15:00:54 -0500 John W. Eaton return token instead of token ID from make_keyword_token
Sat, 02 Mar 2024 14:27:30 -0500 John W. Eaton use more consistent naming in the lexer and parser for token IDs and values
Sat, 02 Mar 2024 12:07:44 -0500 John W. Eaton allow comment lists to be stored in token objects
Sat, 02 Mar 2024 11:17:19 -0500 John W. Eaton rename methods in lexer classes for accessing comment lists
Thu, 29 Feb 2024 15:32:28 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Thu, 29 Feb 2024 15:32:06 -0500 John W. Eaton maint: style fixes for lex.ll
Thu, 29 Feb 2024 15:00:40 -0500 John W. Eaton * token.h (class token): Use member initializers where possible.
Thu, 29 Feb 2024 14:02:41 -0500 John W. Eaton use std::variant object as data member instead of inheriting from it
Thu, 29 Feb 2024 13:55:38 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Thu, 29 Feb 2024 13:55:17 -0500 John W. Eaton maint: merge stable to default
Thu, 29 Feb 2024 13:46:26 -0500 John W. Eaton use std::variant to manage token info for the lexer
Thu, 29 Feb 2024 08:18:25 -0500 Nicholas R. Jankowski doc: correct typo in genpropdoc.m from cset f3c6badd9dd4 (bug #56175) stable
Thu, 29 Feb 2024 01:40:25 -0500 Nicholas R. Jankowski maint: Merge default to bytecode-interpreter. bytecode-interpreter
Thu, 29 Feb 2024 01:39:57 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Thu, 29 Feb 2024 01:37:05 -0500 Nicholas R. Jankowski doc: Document cdata image property class dependence. (bug #56175) stable
Wed, 28 Feb 2024 11:59:31 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Wed, 28 Feb 2024 10:12:08 -0500 John W. Eaton * oct-parse.yy (file): Eliminate code duplication.
Wed, 28 Feb 2024 10:11:31 -0500 John W. Eaton fix grammar to explicitly disallow 'file' inside other statement lists
Tue, 27 Feb 2024 23:52:30 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Tue, 27 Feb 2024 23:51:59 -0500 John W. Eaton maint: merge stable to default
Tue, 27 Feb 2024 23:48:37 -0500 John W. Eaton display total time to execute test suite stable
Tue, 27 Feb 2024 20:32:13 -0800 Rik Emit error, not warning, when unterminated block comment found (bug #59784)
Tue, 27 Feb 2024 16:45:04 -0500 Nicholas R. Jankowski maint: merge default to bytecode-interpreter. bytecode-interpreter
Tue, 27 Feb 2024 16:43:26 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Tue, 27 Feb 2024 16:40:49 -0500 Nicholas R. Jankowski doc: update save and load docstring options for hdf5 formats (bug #42530) stable
Tue, 27 Feb 2024 11:03:28 -0800 Rik maint: merge stable to default
Fri, 16 Feb 2024 18:01:09 +0100 Markus Mützel GUI: Cache file icons for file browser (bug #65312). stable