log libinterp/corefcn/file-io.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
Wed, 30 Nov 2022 20:27:16 -0800 Rik maint: Review C++ files for style and coding conventions. stable
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. stable
Sat, 09 Jul 2022 13:43:11 -0700 Rik Return -1 rather than platform-dependent EOF from puts, fputs (bug #62725)
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Sun, 03 Apr 2022 12:38:19 +0200 Markus Mützel Unify detection of temporary directory (bug #62215).
Sat, 05 Mar 2022 21:20:58 +0100 Markus Mützel Encoding facet based on gnulib uniconv for STL iostreams (bug #61839).
Mon, 28 Feb 2022 11:48:29 +0100 Gaël Bonithon textscan: Reposition scan pointer after reading a single `.` (bug #60711).
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 11:02:23 -0500 John W. Eaton delete unused functions and deprecate file-io.h
Wed, 24 Nov 2021 10:56:24 -0500 John W. Eaton avoid declaring mark_for_deletion and cleanup_tmp_files in octave namspace stable
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Wed, 18 Aug 2021 09:11:15 -0400 John W. Eaton move deprecated file-io.cc functions inside octave namespace
Tue, 17 Aug 2021 11:17:36 -0400 John W. Eaton move i/o stream classes inside octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
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)
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, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Mon, 19 Oct 2020 09:44:02 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo in libinterp/
Thu, 10 Sep 2020 14:59:10 -0700 Rik maint: merge stable to default.
Thu, 10 Sep 2020 14:28:33 -0700 Rik maint: grammarcheck documentation ahead of 6.1 release. stable
Tue, 14 Apr 2020 22:55:33 -0400 John W. Eaton maint: merge stable to default.
Tue, 14 Apr 2020 22:49:34 -0400 John W. Eaton omit unnecessary calls to std::string::c_str stable
Sun, 29 Mar 2020 12:59:33 -0700 Rik test: Add %!xtest for bug #50743 so it is not forgotten (bug #50743).
Sun, 29 Mar 2020 12:53:19 -0700 Rik test: Add BIST test for textscan (Bug #51093).
Sun, 29 Mar 2020 11:26:16 -0700 Rik Fix textscan handling of empty fields at end of line (Bug #57612).
Sat, 28 Mar 2020 15:59:47 -0700 Rik Fix textscan when literal and delimiter might be the same character (bug #58008).
Mon, 17 Feb 2020 20:02:18 -0800 Rik rmdir: throw an error if operation fails and nargout == 0 (bug #57830).
Fri, 25 Oct 2019 19:00:03 +0200 Markus Mützel Use the mfile_encoding as default encoding for fopen (bug #55826).
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
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Tue, 10 Dec 2019 13:19:07 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory.
Tue, 22 Oct 2019 13:38:02 -0400 John W. Eaton eliminate global tmp_files variable
Tue, 17 Sep 2019 17:51:43 -0700 Rik Fix error with %q format and textscan (bug #56917).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 10 Jun 2019 12:59:54 -0500 John W. Eaton * file-io.cc: Declare local constant "who" names "static const".
Mon, 03 Jun 2019 09:04:41 -0700 Rik Return correct error messages on octave-streams when scanf fails (bug #56396)
Wed, 20 Mar 2019 02:27:30 +0000 John W. Eaton update bug status in tests
Sat, 09 Mar 2019 20:30:24 +0100 Markus Mützel Avoid bogus error message when checking encoding identifier (bug #55452).
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).
Tue, 29 Jan 2019 21:09:07 +0100 Markus Mützel Support opening handles to files with non-ASCII characters on Windows. stable
Sun, 27 Jan 2019 10:53:25 -0800 Mike Miller file id must not be single for textscan and other file I/O funcs (bug #55577) stable
Wed, 02 Jan 2019 22:46:05 +0100 Andreas Weber file-io.cc: Fix static analyzer detected V595 issue (bug #55347) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 20 Jul 2018 09:01:15 -0400 John W. Eaton move libinterp/corefcn/sysdep functions inside octave namespace
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace