comparison liboctave/ChangeLog @ 5453:89f5979e8552

[project @ 2005-09-17 00:50:58 by jwe]
author jwe
date Sat, 17 Sep 2005 00:50:58 +0000
parents ed08548b9054
children a921c9c17ba5
comparison
equal deleted inserted replaced
5452:5a70e4162b25 5453:89f5979e8552
1 2005-09-16 John W. Eaton <jwe@octave.org>
2
3 * oct-syscalls.cc: Include lo-utils.h here.
4 (octave_syscalls::waitpid): Call octave_waitpid here.
5
6 * lo-cutils.c (octave_waitpid): New function.
7 * lo-utils.h: Provide decl. Include syswait.h here, not in
8 oct-syscalls.cc
9
10
11 * syswait.h [__MINGW32__]: Define WAITPID here instead of defining
12 waitpid in src/sysdep.h. Make this header C-compatible.
13
14 * oct-syscalls.cc (octave_syscalls::waitpid): New arg, status.
15 Change all uses.
16
1 2005-09-15 John W. Eaton <jwe@octave.org> 17 2005-09-15 John W. Eaton <jwe@octave.org>
2 18
3 * Makefile.in (MAKEDEPS_2): Omit unnecessary variable. 19 * Makefile.in (MAKEDEPS_2): Omit unnecessary variable.
4 20
5 * oct-sparse.h.in: New file. 21 * oct-sparse.h.in: New file.