Mercurial > hg > octave-lojdl
diff liboctave/ChangeLog @ 10259:65b41bc71f09
use gnulib fcntl module
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 03 Feb 2010 17:05:02 -0500 |
parents | e317791645c4 |
children | 82db36545def |
line wrap: on
line diff
--- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,11 @@ +2010-02-03 John W. Eaton <jwe@octave.org> + + * oct-syscalls.h, oct-syscalls.cc (octave_fcntl): Assume fcntl exists. + Rename from octave_syscalls::fcntl. + (octave_syscalls::popen2): Call octave_fcntl, not fcntl. + * cmd-hist.cc, lo-sysdep.cc, oct-syscalls.cc: + Include <fcntl.h> unconditionally. + 2010-02-03 John W. Eaton <jwe@octave.org> * dbleSVD.cc (SVD::init): Ensure args to std::max are the same type.