log libinterp/corefcn/ls-mat5.cc @ 29931:7faff48840eb

age author description
Fri, 30 Jul 2021 11:46:05 -0400 John W. Eaton prefer data over fortran_vec for read-only access to data
Thu, 01 Jul 2021 15:28:17 +0200 Markus Mützel maint: Merge stable to default.
Thu, 01 Jul 2021 13:24:03 +0200 Markus Mützel ls-mat5.cc: Avoid integer overflow in calculation of buffer size for zlib (bug #55427). stable
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Sat, 24 Apr 2021 08:29:22 -0400 John W. Eaton ignore spurious error from zlib (bug #60450)
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
Wed, 02 Dec 2020 20:05:12 +0100 Markus Mützel Correctly handle short strings when saving to .mat files (-v6 or -v7) (bug #59591).
Thu, 22 Oct 2020 18:59:34 +0200 Markus Mützel maint: merge stable to default.
Wed, 21 Oct 2020 22:26:43 +0200 Markus Mützel Fix loading anonymous function handles with empty local vars (bug #59316). stable
Thu, 11 Jun 2020 01:22:45 -0400 John W. Eaton maint: merge stable to default.
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Wed, 15 Apr 2020 23:14:06 -0400 John W. Eaton move make_fcn_handle to tree_evaluator class stable
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Fri, 15 May 2020 23:03:24 +0200 Markus Mützel Store character vectors in .mat files (-v6 or -v7) as UTF-16 (bug #58368).
Wed, 26 Feb 2020 13:28:07 -0500 John W. Eaton * ls-mat5.cc: Use warning_with_id for all warnings. stable
Tue, 21 Jan 2020 12:53:13 -0800 Rik maint: Eliminate single "Author:" lines from code base.
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 29 Mar 2019 18:34:33 +0000 John W. Eaton move toward limiting direct access of call stack
Fri, 22 Feb 2019 16:02:09 +0000 John W. Eaton move classdef classes inside octave namespace
Fri, 08 Feb 2019 17:33:14 -0800 Rik maint: Use bool values true/false rather than 0/1 in C++.
Thu, 07 Feb 2019 18:12:19 +0000 John W. Eaton pass reference to interpreter to make_fcn_handle function
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Sat, 05 Jan 2019 11:10:09 -0800 Rik ls-mat5.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Wed, 18 Jul 2018 12:59:57 -0400 John W. Eaton maint: Merge stable to default.
Wed, 18 Jul 2018 12:58:40 -0400 Sébastien Villemot avoid crash when loading classdef objeccts (bug #54319) stable
Tue, 12 Jun 2018 13:03:04 -0400 John W. Eaton solve installation info initialization problem differently
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Fri, 08 Jun 2018 13:42:34 -0400 John W. Eaton move some static configuration variables inside a class
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. 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.
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 24 Jul 2017 14:08:37 -0400 John W. Eaton don't use bitwise xor operator for logical xor operation
Mon, 24 Jul 2017 12:42:23 -0400 John W. Eaton use mach_info class instead of custom test for endianness
Sun, 23 Jul 2017 10:33:40 -0700 Rik Use endianness detection that doesn't produce compiler warning.
Sun, 23 Jul 2017 08:04:46 -0700 Rik Fix load on misaligned address detected by -fsanitize=undefined (bug #51530).
Thu, 29 Jun 2017 02:33:19 -0400 John W. Eaton move configuration variables inside octave::config namespace
Wed, 28 Jun 2017 15:20:02 -0400 John W. Eaton revamp insertion of config variables into binaries and eliminate some macros
Tue, 27 Jun 2017 09:24:08 -0700 Rik Use imag, real, arg from std library for Complex types.
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Tue, 20 Jun 2017 06:57:59 -0400 John W. Eaton avoid possible memory errors when parsing function files
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Tue, 13 Jun 2017 11:25:31 -0700 Rik maint: Deprecate is_object and replace with isobject.