Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 6955:4aef2ca14cf9
[project @ 2007-10-04 16:38:11 by jwe]
author | jwe |
---|---|
date | Thu, 04 Oct 2007 16:40:17 +0000 |
parents | 4567a35e0777 |
children | 9ac23c7f1c37 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,5 +1,8 @@ 2007-10-03 John W. Eaton <jwe@octave.org> + * miscellaneous/dir.m: Handle symbolic links in compatible way. + Use S_ISDIR (st.mode) instead of checking st.modestr(1) == "d". + * linear-algebra/Makefile.in (SOURCES): Rename norm.m to __norm__.m. * linear-algebra/__norm__.m: Rename from norm.m. Eliminate special for __vnorm__.