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.
|
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
|