Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 5548:5cc01ba4c052
[project @ 2005-11-30 03:04:44 by jwe]
author | jwe |
---|---|
date | Wed, 30 Nov 2005 03:04:45 +0000 |
parents | 3ebf0e35156c |
children | 6db3a5df1eab |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,15 @@ +2005-11-29 John W. Eaton <jwe@octave.org> + + * miscellaneous/ver.m: Use new uname built-in function instead of + calling system. Only append octave_forge_string if + OCTAVE_FORGE_VERSION exists. Use puts instead of disp. + Call license instead of hard-coding license info here. + + * miscellaneous/license.m: Use persistent instead of global for + __octave_licenses__. Use puts instad of disp. + Use getuid and getpwuid instead of calling unix ("id -un"). + If nargout = 1, return license info instead of printing usage message. + 2005-11-29 William Poetra Yoga Hadisoeseno <williampoetra@gmail.com> * miscellaneous/ver.m: New file.