log libinterp/corefcn/oct-stream.cc @ 21235:b48d65c5df5b stable

age author description
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.
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Tue, 17 Feb 2015 13:34:32 -0800 Rik Adjust spacing of static_cast<> calls to follow Octave coding conventions.
Tue, 17 Feb 2015 00:51:42 -0500 John W. Eaton improve compatibility of printf functions
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Sat, 22 Nov 2014 20:20:13 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 14 Nov 2014 22:35:19 +0100 Andreas Weber oct-stream.cc::read: Fix calculation of nc when EOF gets hit (bug #43517) stable
Sun, 19 Oct 2014 08:42:58 -0400 John W. Eaton don't include oct-locbuf.h in header files unnecessarily
Sat, 20 Sep 2014 22:04:01 -0700 Rik Align columns for freport() output.
Fri, 25 Apr 2014 10:02:10 -0700 Rik Clean up questionable code bits identified by clang sanitize.
Wed, 16 Apr 2014 20:45:33 -0400 John W. Eaton also switch from unsigned integer to real format for negative values
Tue, 15 Apr 2014 14:12:56 -0400 John W. Eaton compatibility fixes for printf integer format specifiers
Fri, 04 Apr 2014 11:41:05 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 03 Apr 2014 19:50:14 -0400 John W. Eaton fwrite: don't convert to octave_int for char output types stable
Sat, 01 Mar 2014 22:11:32 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 22 Feb 2014 13:06:18 -0500 John W. Eaton correctly size fread result (bug #41648) stable
Fri, 21 Feb 2014 18:20:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 21 Feb 2014 15:28:02 -0500 Rik handle fread skip parameter correctly (bug #41648) stable
Fri, 03 Jan 2014 17:33:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 03 Jan 2014 17:29:08 -0500 John W. Eaton return elements read, not bytes in fread second output (bug #41091) stable
Fri, 03 Jan 2014 15:12:30 -0500 John W. Eaton improve handling of integer field overflow in printf (bug #36278)
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.