summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 617f84a8d..36f1a196c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2005-09-16 Christopher Faylor <cgf@timesys.com>
+ * environ.cc (build_env): Use "kilo"bytes not "mega"bytes. Return
+ immediately on error.
+ * spawn.cc (spawn_guts): Set return value to -1 on error from
+ build_env.
+
+2005-09-16 Christopher Faylor <cgf@timesys.com>
+
* environ.cc (build_env): Clear envblock and return NULL on attempt to
use env var > 32K.
* spawn.cc (spawn_guts): Set E2BIG if build_env detects an error.