log src/oct-stream.cc @ 16088:b29b10fbb744 stable release-3-6-4

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Fri, 06 Jul 2012 14:00:25 -0700 Rik maint: Use Octave coding conventions for cuddled parenthesis in retval assignments.
Wed, 23 May 2012 13:36:24 -0400 John W. Eaton skip leading whitespace for scanf %i format
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Fri, 09 Dec 2011 11:17:13 -0800 Rik Return retval(1) before retval(0) to avoid re-sizing call on retval.
Sat, 03 Dec 2011 04:34:17 -0500 John W. Eaton clean up memory allocated for singletons before exit
Tue, 04 Oct 2011 10:20:24 -0400 John W. Eaton return stream error message in scanf functions and document behavior
Wed, 24 Aug 2011 12:22:42 -0400 John W. Eaton maint: periodic merge of stable to default
Wed, 24 Aug 2011 11:32:18 -0400 Pascal Dupuis fix scanf problem with reading I (bug #33722) stable
Mon, 22 Aug 2011 20:30:14 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 22 Aug 2011 20:27:27 -0400 John W. Eaton correctly resize scanf output for %c formats (bug #34037) stable
Mon, 15 Aug 2011 11:32:21 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 15 Aug 2011 11:30:23 -0400 John W. Eaton undo previous unintended change to oct-stream.cc stable
Fri, 12 Aug 2011 14:16:34 -0400 John W. Eaton maint: periodic merge of stable to default
Fri, 12 Aug 2011 14:05:48 -0400 John W. Eaton maint: fix missing line continuation in src/Makefile.am stable
Wed, 10 Aug 2011 10:52:41 -0400 John W. Eaton improve logic of octave_stream::seek funtion
Mon, 08 Aug 2011 12:14:41 -0400 John W. Eaton accept but discard sign when reading NA and NaN values
Mon, 23 Feb 2009 21:04:10 +0100 John W. Eaton handle CRLF and CR in fgetl/fgets release-3-0-x
Sun, 20 Apr 2008 09:04:47 -0400 John W. Eaton octave_stream::read: allow single data type specification but return double release-3-0-x
Mon, 14 Apr 2008 13:27:21 -0400 Jaroslav Hajek octave_scan_1: fix reading of hex numbers release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Wed, 27 Feb 2008 22:47:58 -0500 John W. Eaton oct-stream.cc (do_read): stop reading if seek fails release-3-0-x
Tue, 12 Feb 2008 22:43:50 -0500 John W. Eaton fix missing line continuation in BEGIN_CHAR_CLASS_CONVERSION macro release-3-0-x
Wed, 30 Jan 2008 07:44:18 +0000 jwe [3-0-0-branch @ 2008-01-30 07:44:17 by jwe] release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 00:12:05 -0500 John W. Eaton attempt better backward compatibility for Array resize functions
Wed, 19 Jan 2011 17:55:56 -0500 John W. Eaton attempt better backward compatibility for Array constructors
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 20 Sep 2010 20:39:56 -0400 John W. Eaton cache file id in octave_tstdiostream class
Tue, 14 Sep 2010 01:58:11 -0400 John W. Eaton fix scanf char class conversion bug
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 10 Feb 2010 07:57:43 +0100 Jaroslav Hajek remove islist
Wed, 03 Feb 2010 15:27:53 -0500 John W. Eaton 64-bit fixes
Fri, 22 Jan 2010 12:12:21 -0500 John W. Eaton don't skip literal text elements in scanf formats
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Sat, 09 Jan 2010 02:24:49 -0500 John W. Eaton avoid various GCC warnings
Thu, 10 Dec 2009 01:03:34 -0500 John W. Eaton allow scanf to store ASCII NUL values
Tue, 08 Dec 2009 12:45:58 +0100 Jaroslav Hajek several fixes by M. Goffioul
Wed, 07 Oct 2009 11:08:54 +0200 Jaroslav Hajek implement fskipl
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Fri, 02 Oct 2009 08:27:44 +0200 Jaroslav Hajek implement builtin_type
Fri, 15 May 2009 13:34:43 +0200 Jaroslav Hajek clean up Array instantiation mess in oct-stream.cc
Wed, 25 Mar 2009 16:44:45 -0400 John W. Eaton seek to skip if writing inside bounds of existing file
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 03 Mar 2009 08:01:07 +0100 Jaroslav Hajek erase closed files from file list & cache lookup
Tue, 17 Feb 2009 01:33:10 -0500 John W. Eaton disallow reading from stdin while running interactively
Fri, 13 Feb 2009 16:38:27 -0500 John W. Eaton handle CRLF and CR in fgetl/fgets
Thu, 07 Aug 2008 15:31:17 -0400 John W. Eaton fix typo in NPOS change
Thu, 07 Aug 2008 15:15:33 -0400 John W. Eaton replace NPOS with std::string::npos
Wed, 30 Jul 2008 12:08:03 -0400 John W. Eaton fread: translate NA values
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Sun, 20 Apr 2008 09:04:47 -0400 John W. Eaton octave_stream::read: allow single data type specification but return double
Mon, 14 Apr 2008 13:27:21 -0400 Jaroslav Hajek octave_scan_1: fix reading of hex numbers
Wed, 27 Feb 2008 22:47:58 -0500 John W. Eaton oct-stream.cc (do_read): stop reading if seek fails
Thu, 31 Jan 2008 18:59:11 +0000 dbateman [project @ 2008-01-31 18:59:09 by dbateman]
Mon, 28 Jan 2008 22:44:46 +0000 jwe [project @ 2008-01-28 22:42:18 by jwe]
Mon, 28 Jan 2008 21:07:59 +0000 jwe [project @ 2008-01-28 21:07:58 by jwe]
Mon, 07 Jan 2008 18:54:45 +0000 jwe [project @ 2008-01-07 18:54:45 by jwe]