comparison src/ChangeLog @ 12291:b6840c49fbdb release-3-4-x

Add S_ISBLK and family of functions to documentation. Improve docstrings for functions in System Utilities::File Utilities.
author Rik <octave@nomad.inbox5.com>
date Sat, 29 Jan 2011 21:28:38 -0800
parents f07e6b4d34c7
children f1ab2a12b4f4
comparison
equal deleted inserted replaced
12290:75a496c7a3df 12291:b6840c49fbdb
1 2011-01-29 Rik <octave@nomad.inbox5.com>
2
3 * dirfns.cc (readdir, filesep, pathsep): Improve docstrings
4 * file-io.cc (tmpnam): Improve docstring
5 * input.cc (filemarker): Improve docstring
6 * syscalls.cc (stat, lstat): Improve docstring
7
1 2011-01-29 Rik <octave@nomad.inbox5.com> 8 2011-01-29 Rik <octave@nomad.inbox5.com>
2 9
3 * DLD-FUNCTIONS/getrusage.cc, toplev.cc: Improve docstring 10 * DLD-FUNCTIONS/getrusage.cc, toplev.cc: Improve docstring
4 11
5 2011-01-29 John W. Eaton <jwe@octave.org> 12 2011-01-29 John W. Eaton <jwe@octave.org>