diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8e7781469..8da34acaa 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,15 @@ +2006-12-04 Corinna Vinschen <corinna@vinschen.de> + + * dcrt0.cc (get_cygwin_startup_info): Change zeros to DWORD array. + Expect first DWORD in child_info struct being set to non-zero if + wincap.needs_count_in_si_lpres2 is set. Add comment to explain why. + * fork.cc (frok::parent): Set ch.zero[0] to a sensible count value + if wincap.needs_count_in_si_lpres2 is set. + * spawn.cc (spawn_guts): Ditto. Add filler bytes after ch on stack + to accomodate needs_count_in_si_lpres2. + * wincap.h: Define needs_count_in_si_lpres2 throughout. + * wincap.cc: Ditto. + 2006-11-29 Corinna Vinschen <corinna@vinschen.de> * dir.cc (mkdir): Check last path component for "..". |