log libinterp/corefcn/file-io.cc @ 20616:fd0efcdb3718

age author description
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).
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Tue, 17 Feb 2015 00:42:25 -0500 John W. Eaton improve compatibility of sprintf function.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sun, 21 Dec 2014 21:00:51 -0800 Rik Fix tempname so it prioritizes user input dir rather than TMPDIR (bug #43844).
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Fri, 05 Dec 2014 15:09:48 -0800 Rik doc: Add missing closing parenthesis in tempname docstring.
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Mon, 20 Oct 2014 21:54:59 -0700 Rik Deprecate octave_tmp_file_name.
Mon, 06 Oct 2014 22:54:12 -0400 Mike Miller doc: fix stray escape sequence in mkstemp's docstring
Sat, 04 Oct 2014 11:48:06 -0700 Rik doc: Improve docstrings for tempname, tempdir family of functions.
Mon, 22 Sep 2014 20:24:42 -0700 Rik doc: Redo docstring for ferror().
Sun, 21 Sep 2014 11:05:10 -0700 Rik doc: Rephrase docstrings for low level C I/O functions.
Sat, 20 Sep 2014 22:04:01 -0700 Rik Align columns for freport() output.
Sat, 20 Sep 2014 12:56:47 -0700 Rik doc: Increase seealso links between low level C IO functions.
Tue, 19 Aug 2014 06:40:53 -0400 John W. Eaton make "file found in path" warnings consistent
Mon, 21 Jul 2014 18:50:20 +0200 Andreas Weber file-io.cc (popen): Add seealso popen2