aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e385f81..5f6450b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-08-20 Arnold D. Robbins <arnold@skeeve.com>
+
+ * nonposix.h: New file. Contains FAKE_FD_VALUE.
+ * awk.h: Include it if MinGW or EMX.
+ * Makefile.am (base_sources): Add nonposix.h.
+
2013-08-18 Arnold D. Robbins <arnold@skeeve.com>
Reflect updates to ENVIRON into the real environment.
@@ -8,7 +14,7 @@
New functions.
(env_array_func): New array vtable.
- Unrelated:
+2013-08-18 Arnold D. Robbins <arnold@skeeve.com>
* array.c (force_array): Set symbol->xarray to NULL before
initing the array if it was Node_var_new.