Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 81d01516c..e10e86d93 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,14 @@
+Wed Aug 2 22:58:07 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * fork.cc (vfork): Store complete stack frame in vfork_save structure
+ for later recovery.
+ * spawn.cc (spawn_guts): Reorganize slightly to consolidate handling
+ when there is a CreateProcess error.
+ (_spawnve): Only longjmp back to vfork handling when a process has been
+ successfuly started.
+ * winsup.h (vfork_save): Extend to include frame info. Remove obsolete
+ cpplus conditionals.
+
Wed Aug 2 15:14:51 2000 Christopher Faylor <cgf@cygnus.com>
* strace.cc (strace::prntf): Make second argument the function name,