log test/parser.tst @ 32068:13362cd35b72

age author description
Sun, 30 Apr 2023 15:44:32 -0700 Rik Suppress unexpected warning messages when running .tst files in test/ dir (bug #64123)
Sat, 25 Mar 2023 14:06:56 -0700 Rik maint: replace double semicolon ';;' line ending with just ';'. stable
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 24 Aug 2021 12:16:12 -0700 Rik Start deprecation of Fortran exponentiation operator.
Wed, 21 Jul 2021 09:49:09 -0400 John W. Eaton handle all binary operators the same when detecting command syntax (bug #60882)
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
Tue, 13 Oct 2020 19:56:23 -0700 Rik maint: Use Octave convention of space after function name in test/.
Thu, 16 Jul 2020 18:27:39 -0400 John W. Eaton improve Matlab compatibility for binary and hexadecimal constants
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
Sun, 13 Oct 2019 09:30:52 -0700 Rik More informative warning message when range expression has a complex number (bug #56959).
Sat, 12 Oct 2019 17:33:28 -0700 Rik Issue warning when range expression contains a complex number (bug #56959).
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 09 Aug 2018 12:19:07 -0400 John W. Eaton disable compound binary operator optimization (bug #54465) stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 30 Nov 2017 10:11:11 -0800 Rik maint: merge of stable to default.
Thu, 30 Nov 2017 09:13:07 -0800 Rik Fix concatenation of empty char matrices with other strings (bug #52542). stable
Mon, 24 Jul 2017 08:55:33 -0400 John W. Eaton restore parse tree dup function delete in changeset 214cb58ccc1c
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 20 Apr 2016 15:29:35 -0700 Mike Miller * parser.tst: Add BIST tests for 64-bit integer literal support (bug #47690)
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Fri, 15 Jan 2016 12:46:58 -0500 John W. Eaton strip trailing whitespace from files
Sun, 29 Nov 2015 09:31:32 -0800 Rik parser.tst: Add test for resolved bug #46534.
Fri, 09 Oct 2015 18:52:58 -0700 Rik Extend parser to accept binary constants that begin with '0b' or '0B'.
Mon, 05 Oct 2015 14:05:58 -0700 Rik Extend parser to accept '_' in numbers.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sat, 07 Feb 2015 20:55:39 -0800 Rik Silence warning messages in %!test code.
Wed, 31 Dec 2014 10:40:18 -0800 Rik Allow empty comma-separated lists in cell { } constructor (bug #43113).
Thu, 20 Feb 2014 09:24:59 -0500 Mike Miller Fix regression, allow space-separated cell array of function handles (bug #41569) stable
Wed, 08 Jan 2014 01:26:49 -0500 John W. Eaton fix parsing of single quote after continuation and comment (bug #41048) stable
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Thu, 10 Oct 2013 14:52:47 -0700 Rik parser.tst: Remove comments about bug #33304 which has been fixed.
Thu, 10 Oct 2013 12:15:18 -0400 Axel Mathéi compatibility for power operator precedence and direction (bug #33304)
Sat, 14 Sep 2013 17:07:05 -0700 Rik maint: Backed out changeset f81401b6b1f7.
Sat, 14 Sep 2013 11:42:39 +0200 Andreas Weber parser.tst: known bug #33304 as xtest
Wed, 21 Aug 2013 20:23:03 -0700 Rik parser.tst: Re-indent and add tests for bug #33304.
Wed, 12 Jun 2013 10:50:29 -0400 John W. Eaton tag symbols in indexed assignments as variables (bug #39240)
Sat, 09 Feb 2013 21:35:55 -0500 John W. Eaton rename all test files in the test directory from test_X.m to X.tst base test/test_parser.m@4a9b5b7f7044