log libinterp/corefcn/oct-stream.cc @ 20590:1a0a433c8263

age author description
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.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 23 Sep 2013 13:31:02 -0400 John W. Eaton snapshot 3.7.7 ss-3-7-7
Thu, 19 Sep 2013 11:20:28 -0400 John W. Eaton improve efficiency of fread
Fri, 13 Sep 2013 23:31:11 -0400 John W. Eaton improve efficiency of fwrite
Thu, 12 Sep 2013 19:21:02 -0400 John W. Eaton eliminate unimplemented vax and cray floating point formats
Tue, 20 Aug 2013 11:06:20 -0700 Rik Handle '+' format modifier in sprintf (bug #39773)
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interp-core/oct-stream.cc@ba4301ee7c38