log libinterp/corefcn/oct-stream.cc @ 21621:fe0a6de805e4

age author description
Tue, 12 Apr 2016 21:05:50 +1000 Lachlan Andrew textscan: Leave file read position correct at exit (bug #47671)
Fri, 01 Apr 2016 14:55:13 -0700 Rik maint: Use "FIXME:" for all code blocks needing further attention.
Wed, 30 Mar 2016 22:09:26 -0700 Rik maint: Eliminate bad spacing around '='.
Wed, 30 Mar 2016 21:35:51 -0700 Rik maint: Eliminate Britishicisms in the code.
Wed, 30 Mar 2016 17:28:43 -0700 Mike Miller textscan: Fix bug in exponent parsing
Wed, 30 Mar 2016 15:19:12 -0700 Rik maint: Eliminate accidental double spaces in code.
Mon, 28 Mar 2016 20:00:37 +1100 Lachlan Andrew textscan: Use correct delimiters for file buffering (bug #47539)
Sat, 26 Mar 2016 18:14:31 +1100 Lachlan Andrew Accept escape sequences in single quoted strings for "delimiter" (bug #47539)
Fri, 25 Mar 2016 14:37:37 -0700 Mike Miller textscan: Use error-checking value extractors for simpler parameter parsing
Tue, 22 Mar 2016 20:39:16 +1100 Lachlan Andrew Textscan returns emptyVal for rows with literal but no conversion (bug #47458)
Mon, 21 Mar 2016 22:37:34 -0400 John W. Eaton avoid possible memory leak related to ostringstream objects
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
Fri, 18 Mar 2016 13:10:19 -0400 John W. Eaton make printf and scanf format element and list objects private
Fri, 18 Mar 2016 12:11:15 -0400 John W. Eaton use std::deque instead of Array to hold scanf and printf format elements
Thu, 25 Feb 2016 17:34:14 -0500 John W. Eaton move public data type macros to octave-config.h
Wed, 24 Feb 2016 12:06:15 -0500 John W. Eaton avoid warnings about implicit float to booll conversions
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Thu, 18 Feb 2016 15:10:36 -0500 John W. Eaton maint: Merge stable to default.
Thu, 18 Feb 2016 15:02:28 -0500 John W. Eaton fix printf regression (bug #47192) stable
Wed, 10 Feb 2016 15:00:22 -0500 John W. Eaton maint: Periodic merge of stable to default.
Tue, 09 Feb 2016 11:54:02 -0800 Mike Miller Disable char/int8_t function overloads where not permitted (bug #45411) stable
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 03 Feb 2016 17:15:15 -0500 John W. Eaton use istream::traits_type::eof () instead of EOF
Thu, 28 Jan 2016 14:37:54 -0500 John W. Eaton * oct-stream.cc (OCTAVE_SCAN): Eliminate trivial macro.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Thu, 21 Jan 2016 12:54:17 -0800 Rik maint: Eliminate useless statements after err_XXX.
Tue, 19 Jan 2016 19:00:31 -0800 Rik oct-stream.cc: Add FIXME note about bug #46493.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sun, 03 Jan 2016 10:58:15 -0800 Rik maint: Move GCC_ attributes to start of declaration for future compatibility.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Fri, 25 Dec 2015 00:48:01 -0500 John W. Eaton maint: invert if/else/error instances.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 16:22:53 -0500 John W. Eaton choose correct error function in stream classes
Thu, 17 Dec 2015 10:55:28 -0800 Rik Clean up use of error() versus ::error() in stream-based code.
Wed, 16 Dec 2015 17:09:44 -0500 John W. Eaton eliminate unused retval variable
Wed, 16 Dec 2015 17:06:52 -0500 John W. Eaton restore return statements after calls to octave_base_stream::error
Mon, 14 Dec 2015 12:59:29 -0800 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
Mon, 14 Dec 2015 11:28:48 -0800 Rik 2015 Code Sprint: use ovl ().
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Fri, 27 Nov 2015 10:46:17 -0500 John W. Eaton eliminate trailing whitespace in source files we maintain
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 16:12:41 -0800 Rik Cuddle increment (++) and decrement (--) operators with variable in question.
Sat, 14 Nov 2015 15:18:05 -0500 John W. Eaton eliminate more uses of error_state
Wed, 21 Oct 2015 13:58:08 -0400 John W. Eaton use error and error_with_id directly in libinterp code
Mon, 05 Oct 2015 21:13:12 -0400 John W. Eaton eliminate more simple uses of error_state
Wed, 26 Aug 2015 16:05:49 -0400 John W. Eaton don't recycle scanf format string if all conversions are done (bug #45808)
Sun, 09 Aug 2015 18:08:01 -0700 Rik Fix IEEE big-endian/little endian conversions in oct-stream (bug #45687).
Tue, 09 Jun 2015 16:37:53 -0700 Rik maint: Periodic merge of stable to default.
Tue, 09 Jun 2015 16:25:45 -0700 John W. Eaton Return correct hex value for printf when used with string inputs (bug #45263). stable
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Mon, 25 May 2015 22:02:15 -0700 Rik Use in-place operators in C++ code where possible.
Thu, 26 Feb 2015 13:07:04 -0500 John W. Eaton maint: More cleanup of C++ code to follow Octave coding conventions.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.