[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1392-g00f67c
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1392-g00f67c7 |
Date: |
Fri, 15 May 2015 13:56:09 +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 00f67c740d3e60bedc57b4a0481451156fe6823e (commit)
via dfc4b219457bc6180abfa7ea8575af3c450c9477 (commit)
from 681a5d8b52b7c5725c54bdab507c3c63effad142 (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=00f67c740d3e60bedc57b4a0481451156fe6823e
commit 00f67c740d3e60bedc57b4a0481451156fe6823e
Merge: 681a5d8 dfc4b21
Author: Andrew J. Schorr <address@hidden>
Date: Fri May 15 09:55:53 2015 -0400
Merge branch 'gawk-4.1-stable'
diff --cc ChangeLog
index 8e2e51a,3a38eb5..e2d8aaf
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,9 -1,8 +1,14 @@@
2015-05-15 Andrew J. Schorr <address@hidden>
+ * symbol.c (load_symbols): Plug minor memory leak by calling unref(tmp)
+ on "identifiers" string after assoc_lookup is done with it.
+
++2015-05-15 Andrew J. Schorr <address@hidden>
++
+ * main.c (load_procinfo_argv): New function to save argv array values
+ in PROCINFO["argv"][0..argc-1].
+ (load_procinfo): Call load_procinfo_argv.
+
2015-05-05 Arnold D. Robbins <address@hidden>
* awkgram.y (yylex): Yet Another Fix for parsing bracket
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
symbol.c | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1392-g00f67c7,
Andrew J. Schorr <=