Mercurial > hg > octave-nkf
comparison liboctave/ChangeLog @ 11888:8dc2fa08600c release-3-0-x
Changelog for previous patch
author | David Bateman <dbateman@free.fr> |
---|---|
date | Thu, 20 Nov 2008 08:42:12 +0100 |
parents | 53e846af744d |
children | 059fadc0cbc3 |
comparison
equal
deleted
inserted
replaced
11887:84fb5019fb38 | 11888:8dc2fa08600c |
---|---|
1 2008-11-18 David Bateman <dbateman@free.fr> | |
2 | |
3 * file-ops.cc (std::string file_ops::tilde_expand (const | |
4 std::string&)): Check if the string contains a tilde and fast | |
5 return if not. | |
6 | |
1 2008-11-17 John W. Eaton <jwe@octave.org> | 7 2008-11-17 John W. Eaton <jwe@octave.org> |
2 | 8 |
3 * dir-ops.cc (dir_entry::read): Use std::list<std::string> to | 9 * dir-ops.cc (dir_entry::read): Use std::list<std::string> to |
4 cache names before converting to string_vector. | 10 cache names before converting to string_vector. |
5 | 11 |