log liboctave/util/lo-utils.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Fri, 25 Nov 2022 08:30:30 -0800 Rik Fix scanf handling of exceptional values (NA, NaN, Inf) at EOF (bug #63383)
Tue, 22 Nov 2022 08:23:44 -0800 Rik Fix scanf handling of bare '-' character for floating point formats (bug #63383)
Mon, 21 Nov 2022 13:11:26 -0800 Rik Overhaul scanf functionality for correctness and Matlab compatibility (bug #63383, bug #62723)
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility functions inside octave namespace
Tue, 16 Mar 2021 18:17:42 +0100 Markus Mützel Use gnulib macros that account for the output type in integer overflow checks.
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
Fri, 01 Jan 2021 17:33:04 +0100 Markus Mützel lo-utils: Export template instantiations (patch #8919).
Tue, 29 Dec 2020 17:58:57 +0100 Markus Mützel Set API tags in files in liboctave/util (patch #8919).
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Sat, 19 Sep 2020 12:09:57 +0200 Markus Mützel Add functions to check for integer overflow on multiplication (bug #59094).
Wed, 19 Aug 2020 23:52:02 -0400 John W. Eaton define xis_one_or_zero and xis_zero as templates with specializations
Tue, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
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
Wed, 03 Apr 2019 13:21:48 +0000 John W. Eaton use std::streampos instead of std::ios::streampos (patch #9782) stable
Thu, 17 Jan 2019 19:25:55 +0100 Markus Mützel Add static compile-time checking of printf functions in liboctave. stable
Fri, 04 Jan 2019 16:53:13 -0800 Rik lo-utils.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
Thu, 04 Oct 2018 19:08:42 +0200 Markus Mützel Support non-ASCII characters in environment variables on Windows (bug #53922).
Wed, 25 Jul 2018 21:58:06 -0700 Rik Correctly read NA values in dlmread.
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
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.
Fri, 08 Sep 2017 13:26:59 -0700 Rik Return Inf/-Inf when reading large numbers from files for Matlab compatibility.
Thu, 10 Aug 2017 16:56:05 -0700 Mike Miller maint: eliminate useless if (p) before free (p)