diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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. |