summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e020d997d..6b2c38eb0 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,17 @@
+2005-08-11 Christopher Faylor <cgf@timesys.com>
+
+ * child_info. (CURR_CHILD_INFO_MAGIC): Refresh.
+ (child_info::child_info()): New constructor.
+ (child_info_spawn::child_info_spawn()): Ditto.
+ (child_info_spawn::operator new): New operator.
+ (child_info_spawn::set): New function.
+ * spawn.cc (av()): New constructor.
+ (av::operator new): New operator.
+ (av::set): New function.
+ (spawn_guts): Reorganize so that classes which allocates are defined
+ early in the function so that it can be properly cleaned up after an
+ efault. Set errno to E2BIG in the event of a SEGV situation.
+
2005-08-08 Christopher Faylor <cgf@timesys.com>
* include/sys/cdefs.h: Remove extra line.