summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-08-31 03:34:04 +0000
committerChristopher Faylor <me@cgf.cx>2004-08-31 03:34:04 +0000
commit72067ccafa3de0930b732498408fc62c70de0498 (patch)
tree5045f0b7c9d512bd7aaacc9e7425cc16a50f5299 /winsup/cygwin/ChangeLog
parent1af912ce3c719962b7c368a1813db1af0a032a02 (diff)
downloadcygnal-72067ccafa3de0930b732498408fc62c70de0498.tar.gz
cygnal-72067ccafa3de0930b732498408fc62c70de0498.tar.bz2
cygnal-72067ccafa3de0930b732498408fc62c70de0498.zip
* fork.cc (fork_parent): Return the cygpid directly derived from the winpid.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 286f9a6a2..178ffc68f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-30 Pierre Humblet <pierre.humblet@ieee.org>
+
+ * fork.cc (fork_parent): Return the cygpid directly derived from the
+ winpid.
+
2004-08-30 Christopher Faylor <cgf@timesys.com>
* fork.cc (fork_parent): Record child's pid when we're sure that it has
@@ -11,7 +16,7 @@
2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>
- * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF
+ * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOF
before zero filling. Combine similar error handling statements.
2004-08-28 Pierre Humblet <pierre.humblet@ieee.org>