log scripts/io/importdata.m @ 18681:99d1ef340de4

age author description
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