log libinterp/corefcn/dlmread.cc @ 26376:00f796120a6d stable

age author description
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 01 Jan 2019 19:55:29 -0800 Rik dlmread.cc: Fix static analyzer detected issues (bug #55347). stable
Tue, 11 Sep 2018 10:36:58 -0700 Rik dlmread.cc: Avoid tolower which causes problems when locale changes (bug #54622).
Thu, 09 Aug 2018 16:33:09 -0700 Rik textread.m: Make m-file a legacy function.
Thu, 26 Jul 2018 14:10:25 -0700 Rik Correctly handle corner cases in dlmread.
Thu, 26 Jul 2018 11:34:09 -0700 Rik Correctly read "Name" as empty_value in dlmread (bug #54029)
Wed, 25 Jul 2018 21:58:06 -0700 Rik Correctly read NA values in dlmread.
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Fri, 13 Jul 2018 19:13:23 +0200 Markus Mützel Fix lifetime issues with temporary char arrays returned by get_ASCII_filename (bug #54299).
Tue, 03 Jul 2018 21:06:00 +0200 Markus Mützel Call get_ASCII_filename for std::ifstream (bug #49118).
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Mon, 08 Jan 2018 10:25:24 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 27 Dec 2017 12:41:45 -0800 Rik test: Mark certain bugs as xtest when run on Mac platforms (bug #52627).
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 13 Apr 2017 10:32:21 -0400 John W. Eaton maint: Merge stable to default.
Thu, 13 Apr 2017 10:28:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files. stable
Tue, 21 Mar 2017 23:21:51 -0700 Rik maint: merge stable to default.
Tue, 21 Mar 2017 23:15:53 -0700 Rik Don't error out if RANGE specification for dlmread contains large values. stable
Mon, 20 Mar 2017 15:32:08 -0700 Rik dlmread: Add support for reading pure imaginary numbers (bug #50589).
Sun, 19 Mar 2017 15:09:32 -0700 Rik maint: merge stable to default.
Sun, 19 Mar 2017 14:45:17 -0700 Rik dlmread: Return empty matrix when requested range is outside data (bug #50102). stable
Sun, 19 Mar 2017 13:27:30 -0700 Rik Improve performance of dlmread by pre-allocating larger array (bug #50102).
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 27 Oct 2016 12:33:52 -0400 John W. Eaton avoid compilation error for 64-bit indexing
Tue, 25 Oct 2016 10:20:13 -0700 Rik dlmread: Return correct number of columns when line ends with separator (bug #42025).
Sun, 23 Oct 2016 13:57:00 -0700 Rik Use EmptyValue option correctly in all instances (bug #42023).
Sun, 23 Oct 2016 12:10:19 -0700 Rik Overhaul dlmread function (bug #42023, bug #42025).
Fri, 14 Oct 2016 06:59:29 -0700 Rik Do a better job of delimiter auto-dedection in dlmread (bug #42022).
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Thu, 07 Apr 2016 15:55:10 -0700 Rik Restore tilde expansion for dlmread lost in fe5ed6d7fb10.
Wed, 06 Apr 2016 17:11:01 -0400 John W. Eaton * dlmread.cc (Fdlmread): Search loadpath for file (bug #47628).
Sat, 12 Dec 2015 16:18:57 +0100 Philip Nienhuis doc: Specify that only numeric data are allowed for delimited file I/O (bug #46248).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 13 Jan 2016 22:30:10 -0800 Rik maint: Eliminate space between variable and decrement '--' operator.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Fri, 04 Dec 2015 12:03:44 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 18 Nov 2015 15:48:27 -0800 Rik Consistently use 'filename' rather than 'file name' throughout code base.
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Thu, 21 May 2015 15:57:57 -0700 Rik Return an empty matrix, not error, from dlmread when file is empty (bug #45156). stable