Mercurial > hg > octave-thorsten
changeset 6363:e5227a46343d
[project @ 2007-02-27 15:12:25 by jwe]
author | jwe |
---|---|
date | Tue, 27 Feb 2007 15:12:25 +0000 |
parents | 027389c3e58e |
children | 0d41cafd2e0d |
files | liboctave/ChangeLog liboctave/file-ops.cc |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,8 @@ +2007-02-27 From Michael Goffioul <michael.goffioul@swing.be> + + * file-ops.cc (file_ops::recursive_rmdir): + Close dir_entry object before calling rmdir. + 2007-02-26 From Michael Goffioul <michael.goffioul@swing.be> * Makefile.in: Use $(LN_S) instead of ln or ln -s.