log libinterp/corefcn/file-io.cc @ 21622:fed1111e1899

age author description
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
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Fri, 04 Dec 2015 14:53:09 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Thu, 26 Nov 2015 09:36:51 -0800 Rik Stop 'fclose ("all")' from closing down gnuplot pipes (bug #39504).
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Tue, 24 Nov 2015 15:03:29 -0500 John W. Eaton eliminate various compiler warnings
Mon, 23 Nov 2015 20:50:07 -0500 John W. Eaton eliminate more uses of error_state
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Sat, 14 Nov 2015 12:07:38 -0500 John W. Eaton eliminate more uses of error_state
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Sun, 08 Nov 2015 16:14:27 -0500 John W. Eaton backout changeset 18f38ed43962
Fri, 06 Nov 2015 16:52:49 -0500 John W. Eaton vector_value exctractors with error messages
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Thu, 08 Oct 2015 19:00:51 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 23:09:54 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 20 Aug 2015 06:42:54 -0700 Rik maint: Periodic merge of stable to default.
Tue, 11 Aug 2015 09:55:59 -0700 Rik doc: Clarify that ARCH argument to fread overrides ARCH arg to fopen. stable
Sun, 09 Aug 2015 20:35:44 -0700 Rik maint: Periodic merge of stable to default.
Thu, 06 Aug 2015 21:39:49 -0700 Rik doc: Add info about single letter codes for fread, fopen IEEE format. stable
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sun, 17 May 2015 10:04:08 -0700 Rik Change mkfifo to use an octal argument for MODE (bug #45054).
Sun, 17 May 2015 09:45:54 -0700 Rik doc: Document that mkfifo's mode argument is in decimal (bug #45054). stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Sun, 19 Apr 2015 17:55:33 -0700 Rik doc: Periodic grammarcheck of documentation.
Sun, 19 Apr 2015 06:53:30 -0300 Rafael Laboissiere maint: Fix spelling and grammar mistakes in docs and comments (bug #44878)
Tue, 07 Apr 2015 21:18:22 -0700 Rik Document expansion of escape sequences in single quotes (bug #44745).