log libinterp/corefcn/file-io.cc @ 22837:b125351d4243

age author description
Mon, 28 Nov 2016 12:20:27 -0800 Rik Return null "" status when querying a bad FID with fopen (bug #49695).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 08 Nov 2016 10:01:17 -0800 Rik maint: Clean up code base to follow Octave coding conventions.
Fri, 04 Nov 2016 15:07:34 -0700 Rik doc: Use Texinfo dots macro to create ellipses. stable
Thu, 03 Nov 2016 14:17:37 -0700 Rik doc: Don't create @tables of type @code with @qcode entries. stable
Fri, 16 Sep 2016 15:36:26 -0700 Mike Miller tempname: respect the value of $TMPDIR if set, be consistent with tempdir
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Wed, 29 Jun 2016 09:21:50 -0400 John W. Eaton maint: strip trailing whitespace from files.
Wed, 29 Jun 2016 11:51:42 -0400 John W. Eaton provide wrapper for tmpfile (bug #48337)
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 16 Jun 2016 01:01:53 -0400 John W. Eaton * file-io.cc (cleanup_tmp_files): Use octave_unlink_wrapper.
Wed, 15 Jun 2016 13:51:00 -0400 John W. Eaton hide fcntl.h header
Mon, 13 Jun 2016 16:01:26 -0400 John W. Eaton create wrappers for some gnulib functions
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
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.
Tue, 12 Apr 2016 21:05:50 +1000 Rik Clean up BIST tests for textscan.
Sun, 10 Apr 2016 19:49:50 +1000 Lachlan Andrew textscan: eliminate ReturnOnError="continue" mode (bug #47538)
Tue, 12 Apr 2016 21:05:50 +1000 Lachlan Andrew textscan: Leave file read position correct at exit (bug #47671)
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 17:28:43 -0700 Mike Miller textscan: Fix bug in exponent parsing
Sat, 26 Mar 2016 18:14:31 +1100 Lachlan Andrew Accept escape sequences in single quoted strings for "delimiter" (bug #47539)
Sun, 27 Mar 2016 21:34:08 -0700 Rik doc: grammarcheck and spellcheck new textscan docstring.
Sun, 27 Mar 2016 20:39:19 -0700 Rik doc: Wrap C++ docstrings to 79 characters + newline (80 total).
Tue, 22 Mar 2016 20:39:16 +1100 Lachlan Andrew Textscan returns emptyVal for rows with literal but no conversion (bug #47458)
Sat, 19 Mar 2016 14:22:14 -0400 John W. Eaton improve compatibility of textscan for character arrays
Sat, 19 Mar 2016 14:12:10 -0400 John W. Eaton avoid some duplicate code in file-io functions
Sat, 19 Mar 2016 13:48:34 -0400 John W. Eaton new function __textscan__
Sat, 19 Mar 2016 12:19:06 -0400 John W. Eaton integrate textscan more completely with octave_stream class
Sat, 19 Mar 2016 11:21:45 -0400 John W. Eaton move textscan class to oct-stream.cc and textscan function to file-io.cc
Wed, 16 Mar 2016 16:09:03 -0700 Mike Miller tempname: Fix failing BIST test when P_tmpdir has trailing slash
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Thu, 21 Jan 2016 11:24:36 -0500 John W. Eaton include errwarn.h in files that use err_disabled_feature conditionally
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Mon, 14 Dec 2015 17:53:27 -0800 Rik maint: Use ovl() more places in the code.
Sun, 13 Dec 2015 07:59:40 -0800 José Luis García Pallero 2015 Code Sprint: use ovl () in C++ files.
Sat, 12 Dec 2015 11:42:17 -0500 Mike Miller * file-io.cc (Ffopen): Fix nargin range check, fixes cset f2cd811f0f9e
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Sat, 12 Dec 2015 09:32:37 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin