Mercurial > hg > octave-lyh
diff scripts/ChangeLog @ 4011:eb377885843d
[project @ 2002-08-01 20:08:08 by jwe]
author | jwe |
---|---|
date | Thu, 01 Aug 2002 20:08:08 +0000 |
parents | a0e323e959cd |
children | ca18dc3d5596 |
line wrap: on
line diff
--- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,11 @@ +2002-08-01 John W. Eaton <jwe@bevo.che.wisc.edu> + + * miscellaneous/popen2.m: Use F_SETFL and O_NONBLOCK, not + __F_SETFL__ and __O_NONBLOCK__. + + * image/saveimage.m: Use OCTAVE_VERSION, not __OCTAVE_VERSION__. + * miscellaneous/bug_report.m: Likewise. + 2002-07-25 John W. Eaton <jwe@bevo.che.wisc.edu> * general/mod.m: Use isreal (x), not any (any (imag (x))).