log test/module.mk @ 30203:75fb18f0469a

age author description
Wed, 22 Sep 2021 23:17:42 -0400 John W. Eaton fix file position info for errors in conditional expressions (bug #61201)
Tue, 21 Sep 2021 13:32:41 -0400 John W. Eaton maint: merge stable to default.
Tue, 21 Sep 2021 13:14:31 -0400 John W. Eaton avoid internal error and segfault with eval and scripts (bug #61191) stable
Tue, 14 Sep 2021 17:54:04 +0900 Abdallah Elshamy New class for filling and running Jupyter Notebooks.
Wed, 01 Sep 2021 16:57:05 -0400 John W. Eaton maint: merge stable to default.
Wed, 01 Sep 2021 16:19:09 -0400 John W. Eaton store parent name in function object when caching parents in scope (bug #61105) stable
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Tue, 06 Jul 2021 23:16:14 -0400 John W. Eaton fix command syntax parsing error (bug #60882)
Wed, 30 Jun 2021 17:52:03 -0400 John W. Eaton allow more mixed-type assignments to work for sparse matrices (bug #60859)
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Tue, 09 Feb 2021 12:18:31 -0500 John W. Eaton compatibility with undocumented Matlab behavior for exist function (bug #59950)
Sat, 30 Jan 2021 12:28:43 +0100 Markus Mützel tests: Add test case for echo behavior (bug #56068).
Mon, 25 Jan 2021 15:17:45 -0500 John W. Eaton maint: merge stable to default.
Mon, 25 Jan 2021 15:13:06 -0500 John W. Eaton avoid crash when evaling global variables into existence in script (bug #59937) stable
Sat, 23 Jan 2021 14:30:55 +0100 Markus Mützel maint: merge stable to default.
Mon, 28 Dec 2020 18:24:04 +0100 Fernando Alvarruiz Temporarily set lvalue list to null (bug #59704). stable
Sun, 20 Dec 2020 18:48:41 +0100 Markus Mützel maint: merge stable to default.
Tue, 15 Dec 2020 19:23:35 +0100 Markus Mützel Add test case for bug #59661. stable
Mon, 14 Dec 2020 13:57:45 -0500 John W. Eaton maint: merge stable to default.
Mon, 14 Dec 2020 13:55:10 -0500 John W. Eaton avoid dispatch error if methdo argument is a function handle (bug #59617) stable
Sat, 14 Nov 2020 09:54:31 +0100 Markus Mützel maint: merge stable to default.
Sat, 14 Nov 2020 09:47:41 +0100 Markus Mützel test: Add BIST for bug #59451. stable
Mon, 28 Sep 2020 12:31:35 -0400 John W. Eaton maint: merge stable to default.
Mon, 21 Sep 2020 10:45:18 -0400 John W. Eaton refactor implementation of END indexing in interpreter (bug #58953) stable
Thu, 10 Sep 2020 11:36:50 -0400 John W. Eaton check and mark private status when reloading functions (bug #40117)
Wed, 09 Sep 2020 13:45:32 -0400 John W. Eaton maint: merge stable to default.
Wed, 09 Sep 2020 13:41:46 -0400 John W. Eaton allow functions to be redefined in scripts (bug #52851) stable
Thu, 13 Aug 2020 23:57:07 +0900 Abdallah Elshamy New functions jsondecode and jsonencode (bug #53100).
Mon, 29 Jun 2020 23:45:19 -0400 John W. Eaton handle all dispatching for colon operator in do_colon_op function
Mon, 15 Jun 2020 16:43:09 -0400 John W. Eaton fix dispatch error with classsimple function handle (bug #58572) stable
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Fri, 27 Mar 2020 13:11:46 -0700 Mike Miller build: include tests for bug #50831 in the build system stable
Sun, 24 Nov 2019 14:01:16 -0600 John W. Eaton allow private scripts to be called from other private scripts
Thu, 21 Mar 2019 19:06:09 +0000 John W. Eaton new tests for functions in package directories (bug #51709, bug #55975)
Fri, 15 Mar 2019 21:09:19 +0000 John W. Eaton don't call inherited delete methods (bug #53956)
Fri, 15 Mar 2019 17:26:12 +0000 John W. Eaton ensure classdef dtor doesn't wipe out expression value (bug #53844, bug #55758)
Mon, 25 Feb 2019 20:27:38 +0000 John W. Eaton allow handles to methods created inside method or ctor to work (bug #45351)
Thu, 21 Feb 2019 15:08:27 +0100 Kai T. Ohlhus maint: Merge stable to default.
Thu, 21 Feb 2019 14:53:30 +0100 Kai T. Ohlhus Overhaul classdef tests (bug #54783, bug #54966, bug #55223). stable
Thu, 21 Feb 2019 07:18:26 +0000 John W. Eaton maint: Merge stable to default.
Thu, 21 Feb 2019 01:10:20 -0500 S?bastien Villemot fix overloaded classdef subsasgn with curly braces (bug #55223, bug #54783) stable
Wed, 13 Feb 2019 15:38:23 +0000 John W. Eaton maint: Merge stable to default.
Mon, 11 Feb 2019 20:56:27 +0000 John W. Eaton allow object.method@superclass (...) to work (bug #47680)
Sat, 09 Feb 2019 21:23:14 +0100 Pantxo Diribarne Properly integrate hgload tests in the build system (bug #53468) stable
Fri, 08 Feb 2019 08:47:36 -0800 Rik Read sitewide init-file when running 'make check'
Thu, 31 Jan 2019 18:45:37 +0000 John W. Eaton update handling of command-style function call syntax in eval
Sat, 12 Jan 2019 08:14:40 -0500 Guillaume Flandin test for bug #54995 stable
Sun, 06 Jan 2019 16:51:15 -0800 Mike Miller maint: move simple fixed test scripts up a level stable
Thu, 03 Jan 2019 17:15:42 -0800 Mike Miller maint: include missing test directories in build system stable
Wed, 29 Aug 2018 15:16:05 -0400 John W. Eaton maint: Merge stable to default.
Wed, 29 Aug 2018 09:26:09 -0700 Rik Add new integer.tst module to test saturation mechanics. stable
Wed, 29 Aug 2018 09:26:09 -0700 Rik Add new integer.tst module to test saturation mechanics.
Wed, 16 Sep 2015 15:13:44 +0200 Olaf Till print and save anonymous functions with varargin correctly (bug #45972)
Wed, 15 Aug 2018 09:33:18 -0400 John W. Eaton fix typo in changeset cc9da21511c1
Tue, 14 Aug 2018 15:25:21 -0400 John W. Eaton use consistent eval order in simple and multi assignment (bug #54490)
Thu, 21 Jun 2018 11:06:52 -0400 John W. Eaton maint: Merge stable to default.
Thu, 21 Jun 2018 11:05:33 -0400 John W. Eaton ensure that Make sees Octave exit status when running make check stable
Wed, 13 Jun 2018 03:04:59 -0400 John W. Eaton * test/module.mk (test-clean): Also remove .mex files.
Tue, 12 Jun 2018 00:32:26 -0400 John W. Eaton initial framework for testing MEX files