log scripts/io/dlmwrite.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
Sun, 19 Apr 2015 17:55:33 -0700 Rik doc: Periodic grammarcheck of documentation.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 22 Oct 2014 10:41:15 -0700 Rik Use tempname() rather than tmpnam() in core Octave.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 17 Jul 2013 14:47:46 -0700 Rik dlmwrite.m: Expand '\t' to TAB when used as delimiter for Matlab compatibility (bug #39505).
Thu, 16 May 2013 13:19:33 -0400 Andreas Weber * dlmwrite.m: Fix typo.
Tue, 17 Jul 2012 07:08:39 -0700 Rik maint: Use Octave coding conventions for cuddling parentheses in scripts directory
Sun, 08 Jul 2012 11:28:50 -0700 Rik maint: Use Octave coding convention for cuddled parenthis in function calls with empty argument lists.
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Sat, 04 Feb 2012 22:12:50 -0800 Rik doc: Use Octave coding conventions in @example blocks of docstrings. stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Thu, 27 Oct 2011 20:37:45 -0700 Rik dlmwrite.m: Restore ability to use FID instead of filename.
Sat, 19 Feb 2011 18:21:58 -0800 Rik Use PCRE regular expressions throughout Octave.
Thu, 20 Jan 2011 21:29:14 -0800 Rik Prevent doubled quotes around @table items in Info.
Thu, 20 Jan 2011 17:51:13 -0500 John W. Eaton style fixes for warning and error messages in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sun, 09 Jan 2011 21:33:04 -0800 Rik Use uppercase for variable names in error() strings to match Info documentation. Only m-files done.
Sun, 09 Jan 2011 16:01:05 -0800 Rik Use uppercase 'A' to refer to matrix inputs in m-files.
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Wed, 01 Sep 2010 13:48:10 +0200 Jaroslav Hajek don't fclose stream in dlmwrite
Wed, 01 Sep 2010 08:49:57 +0200 Jaroslav Hajek support file IDs in dlmwrite
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Wed, 12 May 2010 16:26:08 -0700 Rik Correctly set output precision (#29870) in dlmwrite
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Tue, 08 Sep 2009 23:37:00 -0400 John W. Eaton dlmwrite.m: fix typo
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 14 Jan 2009 01:27:55 -0500 John W. Eaton dlmwrite.m: use '%c' format for character data
Thu, 13 Mar 2008 13:35:27 -0400 John W. Eaton dlmwrite doc fix
Thu, 13 Mar 2008 13:35:00 -0400 John W. Eaton dlmwrite doc fix
Tue, 11 Mar 2008 21:15:59 -0400 John W. Eaton style fixes
Wed, 12 Mar 2008 01:04:54 +0100 David Bateman Port dlmread, dlmwrite, csvread and csvwrite from octave-forge