[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-83-g445f13a
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-83-g445f13a |
Date: |
Tue, 20 Aug 2013 18:23:30 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, master has been updated
via 445f13a1e5eff0b0f520118fd89db7fe0a7b0aa8 (commit)
via 844e16cea1ffe0e02b5b727fd8960271d1842020 (commit)
via 933d15a9646fd550ad923005667d7014ef1cff97 (commit)
from f209a8dc1991803899d815a1be12da803e852e00 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=445f13a1e5eff0b0f520118fd89db7fe0a7b0aa8
commit 445f13a1e5eff0b0f520118fd89db7fe0a7b0aa8
Merge: f209a8d 844e16c
Author: Arnold D. Robbins <address@hidden>
Date: Tue Aug 20 21:22:53 2013 +0300
Merge branch 'gawk-4.1-stable'
diff --cc ChangeLog
index 6e385f8,b344fe5..5f6450b
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,15 -1,11 +1,21 @@@
+ 2013-08-20 Arnold D. Robbins <address@hidden>
+
+ * 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 <address@hidden>
+ Reflect updates to ENVIRON into the real environment.
+
+ * awk.h (init_env_array): Add declaration.
+ * main.c (load_environ): Call init_env_array.
+ * str_array.c (env_remove, env_store, env_clear, init_env_array):
+ New functions.
+ (env_array_func): New array vtable.
+
- Unrelated:
++2013-08-18 Arnold D. Robbins <address@hidden>
+
* array.c (force_array): Set symbol->xarray to NULL before
initing the array if it was Node_var_new.
(null_array): Restore assert, undoing change of 2013-05-27.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 +++++++-
Makefile.am | 1 +
Makefile.in | 1 +
awk.h | 8 +++-----
extension/ChangeLog | 4 ++++
extension/gawkdirfd.h | 10 ++++++----
extension/stack.h => nonposix.h | 14 +++++++-------
7 files changed, 29 insertions(+), 17 deletions(-)
copy extension/stack.h => nonposix.h (70%)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-83-g445f13a,
Arnold Robbins <=