log test/io.tst @ 31566:67bb53a137e1

age author description
Sun, 27 Nov 2022 17:03:48 -0800 Rik maint: merge stable to default
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. 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)
Wed, 03 Aug 2022 19:00:08 +0200 Markus Mützel io.tst: Add test case for scanf (bug #62723). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
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
Tue, 13 Oct 2020 23:41:17 -0700 Rik maint: Use space after '!' logical not operator.
Thu, 30 Jul 2020 00:22:26 -0400 John W. Eaton maint: merge stable to default.
Thu, 30 Jul 2020 00:21:51 -0400 John W. Eaton maint: update bug status of tests marked with bug numbers stable
Tue, 14 Jul 2020 16:46:37 -0400 John W. Eaton update bug status of tests marked with bug numbers
Thu, 16 Apr 2020 11:52:11 -0700 Rik maint: merge stable to default.
Wed, 15 Apr 2020 17:23:51 -0400 John W. Eaton eliminate output from io.tst stable
Tue, 14 Apr 2020 22:55:33 -0400 John W. Eaton maint: merge stable to default.
Tue, 14 Apr 2020 22:53:19 -0400 John W. Eaton attempt to work around Windows ftello/fseeko bug (bug #58055) stable
Tue, 18 Feb 2020 15:58:52 -0800 Rik unlink: throw error if operation fails and nargout == 0 (bug #57830).
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
Mon, 03 Jun 2019 09:04:41 -0700 Rik Return correct error messages on octave-streams when scanf fails (bug #56396)
Fri, 08 Mar 2019 22:06:32 +0100 Markus Mützel Fix fopen test failing on Windows.
Sun, 10 Feb 2019 08:41:15 -0800 Rik Harden BIST tests against changes in save_precision().
Sat, 09 Feb 2019 20:05:47 +0100 Markus Mützel Support encoding of file streams in textscan (bug #55452).
Sat, 09 Feb 2019 17:41:48 +0100 Markus Mützel Add front-end support for encodings in "fopen" (bug #55452).
Fri, 08 Feb 2019 16:00:59 -0800 Rik Use save_default_options() to make BIST test suite robust against user configurations.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 07 Dec 2018 17:30:31 -0500 John W. Eaton avoid possible leaked global variables in tests
Thu, 26 Jul 2018 09:41:30 -0400 John W. Eaton maint: Merge stable to default.
Thu, 26 Jul 2018 09:30:37 -0400 John W. Eaton add some bug numbers to the test suite stable
Tue, 24 Jul 2018 12:06:11 -0700 Rik io.tst: Clear global variable a1 at end of test to avoid leaking vars.
Mon, 25 Jun 2018 14:25:55 -0500 Daniel J Sebald Pair fclose() with all fopen() and prevent file-io.cc test fails (bug #54180). stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 14 Feb 2018 02:25:44 -0500 John W. Eaton allow NUL characters in printf and scanf formats (bug #53148)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 27 Dec 2017 12:41:45 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Mon, 25 Dec 2017 19:37:03 -0800 Rik Modify BIST tests to pass when string_fill_char is not ' '.
Tue, 29 Aug 2017 12:21:42 -0400 John W. Eaton allow large ints to be read by C-style scanf (bug #51794)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Thu, 26 Jan 2017 13:09:13 -0500 John W. Eaton fix typos in failing new test added in previous change
Thu, 26 Jan 2017 12:19:15 -0500 John W. Eaton fix prototype of octave_base_int<T>::write (bug #50157)
Wed, 23 Nov 2016 10:17:06 -0500 John W. Eaton better compatibility for printf with empty args (bug #39375)
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 25 Aug 2016 16:25:46 -0400 John W. Eaton avoid using "expected failure" to describe known bugs
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 11 May 2016 13:12:22 -0700 Mike Miller scanf: return maximum/minimum value on integer overflow (bug #47759)
Wed, 11 May 2016 12:02:22 -0700 Mike Miller scanf: use appropriate sized types for integer conversions (bug #47741)
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Fri, 01 Apr 2016 18:16:01 -0700 Rik maint: Follow Octave conventions for use of semicolon in BIST tests.
Fri, 01 Apr 2016 16:03:29 -0700 Rik maint: Add semicolons to terminate code in %! blocks.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 16 Mar 2016 20:52:55 -0700 Mike Miller Fix failing BIST tests on big-endian systems
Sun, 21 Feb 2016 08:10:36 -0800 Rik maint: remove semicolon after %!assert tests to follow Octave conventions.
Thu, 18 Feb 2016 15:02:28 -0500 John W. Eaton fix printf regression (bug #47192) stable
Wed, 10 Jun 2015 09:26:14 -0400 Mike Miller Fix load/save of integers with -hdf5 (bug #45225) stable
Wed, 10 Jun 2015 08:42:11 -0400 Mike Miller io.tst: Add tests for printf hex or octal conversion on string inputs stable