log scripts/io/dlmwrite.m @ 14327:4d917a6a858b stable

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