diff src/ChangeLog @ 12546:39ca02387a32

Improve docstrings for a number of functions.
author Rik <octave@nomad.inbox5.com>
date Mon, 28 Mar 2011 16:38:13 -0700
parents ccd0572e5e93
children 570193964185
line wrap: on
line diff
--- a/src/ChangeLog	Mon Mar 28 14:53:07 2011 -0700
+++ b/src/ChangeLog	Mon Mar 28 16:38:13 2011 -0700
@@ -1,3 +1,10 @@
+2011-03-28  Rik  <octave@nomad.inbox5.com>
+
+	* DLD-FUNCTIONS/inv.cc (inv, inverse), DLD-FUNCTIONS/tril.cc (tril),
+	data.cc (cumsum, szie), file-io.cc (fgets), ov-typeinfo.cc (typeinfo),
+	ov-usr-fcn.cc (nargout), utils.cc (make_absolute_filename), 
+	variables.cc (who): Improve docstrings
+
 2011-03-25  John W. Eaton  <jwe@octave.org>
 
 	* file-io.cc (Fmkstemp): Use gnulib::mkstemp.