Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 7393:a2e8cfe2fd17
[project @ 2008-01-17 08:46:54 by jwe]
author | jwe |
---|---|
date | Thu, 17 Jan 2008 08:46:54 +0000 |
parents | 17f2cdb5232e |
children | 0114d8cd1587 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,12 @@ 2008-01-17 John W. Eaton <jwe@octave.org> + * path/savepath.m: Print newline before initial comment line. + Double up single quote characters. + * path/__extractpath__.m: Return just the path as a string. + Undo single quote character doubling. + + * path/pathdef.m: Avoid eval. Simplify. + * path/pathdef.m: Use fullfile instead of concatenating with filesep. * path/__extractpath__.m, path/savepath.m: Use unwind_protect to avoid possible file descriptor leak.