diff 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
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Sep 16 15:11:25 2005 +0000
+++ b/liboctave/ChangeLog	Sat Sep 17 00:50:58 2005 +0000
@@ -1,3 +1,19 @@
+2005-09-16  John W. Eaton  <jwe@octave.org>
+
+	* oct-syscalls.cc: Include lo-utils.h here.
+	(octave_syscalls::waitpid): Call octave_waitpid here.
+
+	* lo-cutils.c (octave_waitpid): New function.
+	* lo-utils.h: Provide decl.  Include syswait.h here, not in
+	oct-syscalls.cc
+	
+
+	* syswait.h [__MINGW32__]: Define WAITPID here instead of defining
+	waitpid in src/sysdep.h.  Make this header C-compatible.
+
+	* oct-syscalls.cc (octave_syscalls::waitpid): New arg, status.
+	Change all uses.
+
 2005-09-15  John W. Eaton  <jwe@octave.org>
 
 	* Makefile.in (MAKEDEPS_2): Omit unnecessary variable.