log

age author description
Wed, 12 Jul 2023 09:18:37 -0700 Rik Remove obsolete callback constructor code for @audioplayer, @audiorecorder (bug #64379)
Wed, 31 May 2023 16:29:09 -0400 John Donoghue Add isenv function (patch #10354).
Tue, 11 Jul 2023 19:43:03 +0200 Markus Mützel Use same destructor order in std::vector unconditionally (patch #10366).
Tue, 11 Jul 2023 18:32:20 +0200 Markus Mützel maint: Merge stable to default.
Tue, 11 Jul 2023 18:19:52 +0200 Markus Mützel savepath.m: Generalize filter for folders belonging to packages.
Tue, 11 Jul 2023 09:22:40 -0700 Rik corr.m: Adjust messages in BIST tests for changes in cset e4e7bc93f5f7.
Mon, 10 Jul 2023 17:01:13 -0700 Rik corr.m: small changes to match Octave coding style.
Sun, 09 Jul 2023 18:13:49 -0400 Nicholas R. Jankowski corr: Avoid error with row vector inputs (bug #64395)
Sat, 08 Jul 2023 22:30:12 -0700 Rik audioplayer.m: Emit error if input data Y is empty (bug #64379). stable
Fri, 07 Jul 2023 13:37:43 -0400 Arun Giridhar NEWS.9.md: Update list of bug fixes and changes
Wed, 05 Jul 2023 19:59:50 +0200 Markus Mützel Use void in definition of function with no argument for strict C compatibility.
Sun, 25 Jun 2023 00:56:43 +0200 Petter T. Same destructor order in frame in std::vector for libstdc++ and libc++ (patch #10366).
Mon, 03 Jul 2023 21:49:07 +0200 Markus Mützel maint: Merge stable to default.
Mon, 03 Jul 2023 21:23:07 +0200 Markus Mützel sparse-qr.cc: Fix compatibility with SuiteSparse 7.1.0 / CXSparse 4.0.4. stable
Mon, 03 Jul 2023 18:46:54 +0200 Markus Mützel maint: Merge stable to default.
Mon, 03 Jul 2023 18:43:40 +0200 Markus Mützel fullfile.m: Return empty cell for input with empty cell (bug #64377). stable
Wed, 28 Jun 2023 11:11:02 +0200 Markus Mützel etc/NEWS.9.md: Fix typo in previous commit 71a792dfb05a.
Tue, 27 Jun 2023 12:09:56 -0700 Rik Emit warning about use of FLTK toolkit.
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
Mon, 19 Jun 2023 13:13:03 -0400 Petter T. new value class to manage references to octave_value objects
Mon, 19 Jun 2023 12:01:24 -0400 John W. Eaton remove functions accidentally included in changeset f31cbed22bf6
Mon, 19 Jun 2023 11:36:39 -0400 Petter T. octave_trivial_range functions omitted from changeset f31cbed22bf6
Mon, 19 Jun 2023 11:17:32 -0400 Petter T. new functions for accessing double values
Mon, 19 Jun 2023 10:45:49 -0400 Petter T. new function to call object destructor if only one reference remains
Mon, 19 Jun 2023 10:27:30 -0400 Petter T. new octave_base_value functions to create storable values
Mon, 19 Jun 2023 10:27:27 -0400 Petter T. new function to access evaluator debug state
Mon, 19 Jun 2023 10:27:25 -0400 Petter T. new convenience function to access parent stack frame index
Mon, 19 Jun 2023 09:55:13 -0400 Petter T. new functions to identify and extract elements from full numeric matrices
Sun, 18 Jun 2023 20:24:54 +0200 Markus Mützel maint: Adjust copyright year for newly added file.
Sat, 17 Jun 2023 10:19:33 -0400 Petter T. function cache to improve performance of function resolution
Fri, 16 Jun 2023 15:04:39 -0400 John W. Eaton allow octave_value_factory functions to work
Thu, 15 Jun 2023 14:08:45 -0400 Petter T. new functions to initialize a tree_matrix matrix object
Thu, 15 Jun 2023 15:46:59 -0400 Petter T. new function to duplicate index_exception objects
Thu, 15 Jun 2023 12:26:25 -0400 Petter T. new simple_numeric_assign function to handle simple case
Thu, 15 Jun 2023 11:28:16 -0400 Petter T. new subsref and subsasgn functions to handle simple case
Thu, 15 Jun 2023 10:53:23 -0400 Petter T. new set_nargin and set_nargout functions for evaluator
Thu, 15 Jun 2023 10:51:50 -0400 Petter T. * stack-frame.h (stack_frame::line, stack_frame::column): Now virtual.
Wed, 14 Jun 2023 16:12:12 -0400 Petter T. new octave_trivial_range class for fast ranges that can be stored as ints
Wed, 14 Jun 2023 16:11:54 -0400 Petter T. new octave_value_factory class
Wed, 14 Jun 2023 16:09:36 -0400 Petter T. new function to get first element or undefined value from octave_value_list
Wed, 14 Jun 2023 16:07:47 -0400 Petter T. allow symbol scopes to be created without "ans" symbol
Wed, 14 Jun 2023 16:07:25 -0400 Petter T. new predicate to identify braindead short circuit parse tree elements
Wed, 14 Jun 2023 16:02:51 -0400 Petter T. new OCTAVE_LIKELY and OCTAVE_UNLIKELY macros
Wed, 14 Jun 2023 16:02:37 -0400 Petter T. new high resolution timer function
Mon, 12 Jun 2023 14:18:08 -0700 Rik Add support for "none" option to axes graphic property "TickDir".
Sun, 11 Jun 2023 21:32:21 -0700 Rik maint: merge stable to default
Sun, 11 Jun 2023 21:30:23 -0700 Rik Reset all axes properties except Units, Position with "cla ('reset')" stable
Sun, 11 Jun 2023 16:10:57 -0700 Rik maint: merge stable to default
Sun, 11 Jun 2023 16:09:45 -0700 Rik colorbar.m: Tag BIST test with bug number (bug #64287) stable
Sun, 11 Jun 2023 07:57:35 -0400 Arun Giridhar maint: Merge stable to default
Sun, 11 Jun 2023 07:56:15 -0400 Arun Giridhar colorbar.m: Add BIST (bug #64287) stable
Sat, 10 Jun 2023 08:38:17 -0400 Arun Giridhar type.m: Identify file type correctly (bug #64286)
Fri, 09 Jun 2023 19:57:20 -0700 Rik [xyz]lim.m: Add ability to query/set limit calculation method.
Thu, 08 Jun 2023 20:25:35 -0400 Arun Giridhar maint: Merge stable to default
Thu, 08 Jun 2023 20:24:36 -0400 Arun Giridhar colorbar.m: Fix undefined variable `d` (Bug #64287) stable
Sat, 03 Jun 2023 20:28:49 -0700 Rik maint: merge stable to default
Sat, 03 Jun 2023 20:28:33 -0700 Rik Fix restoring breakpoints from dbstatus breakpoint structure (bug #64271) stable
Wed, 31 May 2023 10:44:35 -0700 Rik Don't use 2-digit exponent format for ticklabels when unnecessary.
Wed, 31 May 2023 10:12:26 -0700 Rik Display 5 digits when setting "xtick", "xticklabel" graphics properties (bug #64625)
Tue, 30 May 2023 20:52:07 -0700 Rik Identify only full-line or block comments as help text (bug #64065)
Tue, 30 May 2023 17:04:52 -0700 Rik Set "tight" axes limits by default for pcolor() plot (bug #64244)
Mon, 22 May 2023 16:22:42 -0700 Rik maint: merge stable to default
Mon, 22 May 2023 16:20:51 -0700 Rik Fix segfault when saveobj() used with old-style class files (bug #64220) stable
Mon, 22 May 2023 17:09:25 +0200 Markus Mützel file_time: Notice file updates of files in root directory on Windows (bug #59711).
Sun, 21 May 2023 12:15:37 +0200 Markus Mützel octave_gettimeofday_wrapper: Use NULL for pointer type argument.
Wed, 17 May 2023 20:29:17 -0700 Rik Emit warning about infinite loop if for loop range starts with infinite value.
Sat, 13 May 2023 15:15:51 +0200 Markus Mützel lo-regexp.cc: Avoid unused variable warning with PCRE2.
Sat, 13 May 2023 14:26:55 +0200 Markus Mützel iconv-wrappers.c: Avoid unused parameter warning.
Sat, 13 May 2023 13:57:46 +0200 Markus Mützel maint: Merge stable to default.
Sat, 13 May 2023 13:57:14 +0200 Markus Mützel lo-regexp.cc: Only include PCRE2/PCRE headers if feature test succeeded (bug #64172). stable
Sat, 13 May 2023 13:33:57 +0200 Markus Mützel load-path: Avoid using file_stat on Windows (bug #59711).
Fri, 12 May 2023 08:03:14 +0200 Markus Mützel maint: Merge stable to default.
Fri, 12 May 2023 08:00:41 +0200 Markus Mützel uniconv-wrappers: Avoid freeing uninitialized pointer (bug #64182). stable
Sat, 06 May 2023 18:12:59 +0200 Markus Mützel rename: Consistent behavior cross-platform for existing target file (bug #63803).
Sat, 06 May 2023 17:48:27 +0200 Markus Mützel Move "same_file" from liboctinterp to liboctave (bug #63803).
Tue, 09 May 2023 18:25:45 +0200 Markus Mützel octave-svgconvert: Fix parsing of fields.
Mon, 08 May 2023 11:49:41 -0400 Nicholas R. Jankowski quiver: Marker & arrowhead name/value property style consistency (bug #64134)
Sun, 07 May 2023 18:15:23 +0200 Markus Mützel maint: Merge stable to default.
Sun, 07 May 2023 18:13:19 +0200 Markus Mützel memory: Fix execution on Cygwin. stable
Sat, 06 May 2023 18:43:46 +0200 Markus Mützel fileread: Run test only with working encoding facet (bug #64139).
Sat, 06 May 2023 13:08:38 +0200 Markus Mützel Avoid using file_stat in libinterp/corefcn (bug #59711).
Sat, 06 May 2023 12:57:46 +0200 Markus Mützel oct-glob.cc: Include "lo-sysdep.h" on all platforms (bug #59711).
Sat, 06 May 2023 10:56:33 +0200 Markus Mützel Avoid using file_stat in liboctave/util (bug #59711).
Fri, 05 May 2023 19:49:23 +0200 Markus Mützel Add more efficient functions to check for files or directories on Windows (bug #59711).
Fri, 05 May 2023 10:24:17 +0100 Guillaume Flandin fileread.m: Add encoding parameter (bug #64139).
Thu, 04 May 2023 18:06:08 +0200 Markus Mützel mfile_encoding: Add to officially documented functions.
Wed, 03 May 2023 22:52:33 -0400 Nicholas R. Jankowski quiver/quiver3: Overhaul input processing, validation, and add BISTs.
Wed, 03 May 2023 20:45:33 +0200 Markus Mützel maint: Merge stable to default.
Wed, 03 May 2023 20:43:36 +0200 Markus Mützel unicode2native: Fix conversion to UTF-16 (bug #64139). stable
Tue, 02 May 2023 11:38:56 +0200 Markus Mützel maint: Merge stable to default.
Tue, 02 May 2023 11:38:24 +0200 Markus Mützel GitHub-CI (macos): Fail job if test suite doesn't pass. stable