log

age author description
Mon, 26 Jun 2023 13:18:15 -0700 Rik test: Rewrite BIST tests incorrectly using %!shared construct (bug #64531)
Mon, 26 Jun 2023 11:44:10 -0700 Rik test.m: pretty print shared variables (bug #64351)
Mon, 26 Jun 2023 08:35:07 -0700 Rik test: Add tests for deletion of non-existent dimensions.
Sun, 25 Jun 2023 17:14:52 -0700 Rik Allow deletion assignments to non-existent dimensions for Matlab compatibility.
Fri, 23 Jun 2023 20:51:51 +0200 Markus Mützel maint: Merge stable to default.
Fri, 23 Jun 2023 20:51:15 +0200 Markus Mützel native2unicode, unicode2native: Support empty second argument (bug #64331). stable
Fri, 23 Jun 2023 20:06:08 +0200 Markus Mützel file editor: Skip encoding conversion if file is empty (bug #64330).
Fri, 23 Jun 2023 19:44:00 +0200 Markus Mützel file editor: Reset wait cursor also when loading file fails (bug #64330).
Fri, 23 Jun 2023 16:20:33 +0200 Markus Mützel maint: Merge stable to default.
Fri, 23 Jun 2023 16:19:46 +0200 Markus Mützel unicode2native.m: Restore support for one input parameter (bug #64331). stable
Wed, 21 Jun 2023 19:39:18 -0700 Rik inputParser.m: Require that VALIDATOR input be a function handle.
Wed, 21 Jun 2023 16:38:17 -0400 Arun Giridhar maint: Merge stable to default
Wed, 21 Jun 2023 16:37:33 -0400 Arun Giridhar doc: Add note to isprime.m on inputs over 2^64. stable
Wed, 21 Jun 2023 11:49:39 -0700 Rik inputParser.m: Fix regression with UsingDefaults (bug #64318)
Wed, 21 Jun 2023 10:47:50 -0700 Rik inputParser.m: streamline code for cset addd99059d4c (bug #64305)
Wed, 21 Jun 2023 13:37:45 -0400 John W. Eaton maint: Fix copyright date for new files.
Tue, 20 Jun 2023 15:57:37 -0400 A.R. Burgers inputParser.m: Fix regression with empty cell array default (Bug #64305)
Tue, 20 Jun 2023 01:01:56 -0400 John W. Eaton add files missing from changeset 6e6e99e8a4de
Tue, 20 Jun 2023 00:53:04 -0400 John W. Eaton * test/compile-bench/module.mk (compile_bench_TEST_FILES): Fix file list.
Mon, 19 Jun 2023 23:29:53 -0400 John W. Eaton maint: Ensure source files end with newline character.
Mon, 19 Jun 2023 23:21:41 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Mon, 19 Jun 2023 20:07:05 -0400 Petter T. update to VM patch from June 7 2023
Mon, 19 Jun 2023 16:35:32 -0400 Petter T. tests for the new VM
Mon, 24 Apr 2023 20:34:39 +0200 Petter T. experimental stack-based virtual machine
Mon, 19 Jun 2023 17:27:37 -0400 Petter T. new octave_value member function to compute end index for object
Mon, 19 Jun 2023 17:01:18 -0400 Petter T. new function to pop and return top of call stack
Mon, 19 Jun 2023 15:28:32 -0400 Petter T. new function to get for loop value from octave_value object
Mon, 19 Jun 2023 14:16:39 -0400 Petter T. new octave_value class that disallows self-assignment
Mon, 19 Jun 2023 14:14:26 -0400 Petter T. new function to access number of symbols in function or script scope
Mon, 19 Jun 2023 13:27:42 -0400 Petter T. allow public access to octave_base_value nil_rep object