log scripts/io/importdata.m @ 20160:03b9d17a2d95 stable

age author description
Sun, 03 May 2015 15:36:23 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Mon, 03 Nov 2014 22:40:45 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 11 Oct 2014 16:01:28 +0200 Philip Nienhuis importdata.m: better regexp pattern to assess delimiter (bug #43393) stable
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Sat, 26 Apr 2014 15:44:50 +0200 Philip Nienhuis importdata.m: limit EOL search to first 4096 characters.
Wed, 02 Apr 2014 20:46:57 +0200 Philip Nienhuis importdata.m: Return cellstr of text when no numeric data found (bug #41630).
Sun, 02 Mar 2014 12:56:11 -0800 Rik Deprecate nfields and replace with numfields.
Fri, 28 Feb 2014 16:55:26 -0800 Rik importdata.m: Fix non-compliant PCRE regexp causing problems on Mac. stable
Sat, 31 Aug 2013 14:29:55 -0700 Rik importdata.m: Overhaul function
Sun, 25 Aug 2013 11:57:32 -0500 Daniel J Sebald Speed up importdata() ASCII CSV processing using dlmread() as core
Fri, 23 Aug 2013 20:05:04 -0700 Rik importdata.m: Add %!tests for colheaders and rowheaders.
Mon, 12 Aug 2013 17:36:54 +0200 Stefan Mahr Use ... instead of \ for line continuation marker.
Tue, 09 Jul 2013 14:04:05 -0700 Rik maint: Use parentheses around condition for switch(),while(),if() statements.
Sun, 23 Jun 2013 12:49:53 -0700 Rik doc: Periodic spellcheck of the documentation.
Sat, 22 Jun 2013 19:47:32 -0700 Rik doc: Periodic grammarcheck of documentation.
Tue, 18 Jun 2013 06:39:12 -0400 John W. Eaton copyright notice fixes
Tue, 18 Jun 2013 06:39:11 -0400 John W. Eaton * importdata.m: Don't use sprintf to format error messages.
Sun, 05 May 2013 19:11:45 +0200 Erik Kjellson importdata.m: Added Carriage Return as possible line break character.
Tue, 25 Dec 2012 19:41:12 +0000 Carnë Draug doc: small fixes for impordata
Wed, 21 Nov 2012 20:58:07 +0100 Erik Kjellson importdata.m: Correction for non-numeric data and added test for complex numbers.
Wed, 24 Oct 2012 21:28:31 +0200 Erik Kjellson importdata.m: Added tests and made small corrections.
Tue, 23 Oct 2012 13:37:15 -0700 Rik importdata.m: 3X speedup by using str2double rather than num2str.
Tue, 23 Oct 2012 15:41:09 -0400 Jordi Gutiérrez Hermoso importdata.m: style fixes
Tue, 23 Oct 2012 20:39:16 +0200 Erik Kjellson importdata: Speeded up the import by a factor 2.
Sun, 21 Oct 2012 23:18:31 +0200 Philip Nienhuis importdata.m: properly fall back to unimplemented.m & allow spreadheet I/O
Fri, 19 Oct 2012 17:11:55 -0400 Jordi Gutiérrez Hermoso fix copyright header in importdata
Fri, 19 Oct 2012 15:09:45 -0400 Jordi Gutiérrez Hermoso Incorporate importdata.m into Octave sources
Fri, 19 Oct 2012 13:56:22 -0400 Erik Kjellson importdata: new function