|
From: | Sumathi LC |
Subject: | Re: [gawk-diffs] gawk-diffs Digest, Vol 97, Issue 24 |
Date: | Tue, 26 Feb 2019 11:37:15 -0800 |
Send gawk-diffs mailing list submissions to
address@hidden
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.gnu.org/mailman/listinfo/gawk-diffs
or, via email, send a message with subject or body 'help' to
address@hidden
You can reach the person managing the list at
address@hidden
When replying, please edit your Subject line so it is more specific
than "Re: Contents of gawk-diffs digest..."
Today's Topics:
1. [SCM] gawk branch, master, updated. gawk-4.1.0-3668-g38b3ef2
(Arnold Robbins)
2. [SCM] gawk branch, porting, updated. gawk-4.1.0-3668-g38b3ef2
(Arnold Robbins)
3. [SCM] gawk branch, feature/array-iface, updated.
gawk-4.1.0-3668-g38b3ef2 (Arnold Robbins)
4. [SCM] gawk branch, feature/improve-inet, updated.
gawk-4.1.0-3871-g049cf96 (Arnold Robbins)
5. [SCM] gawk branch, feature/memory-work, updated.
gawk-4.1.0-4118-g9572288 (Arnold Robbins)
----------------------------------------------------------------------
Message: 1
Date: Mon, 25 Feb 2019 02:30:47 -0500 (EST)
From: address@hidden (Arnold Robbins)
To: address@hidden
Subject: [gawk-diffs] [SCM] gawk branch, master, updated.
gawk-4.1.0-3668-g38b3ef2
Message-ID: <address@hidden>
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 38b3ef23092931d43439a132b21f51c51bb9a978 (commit)
from c0e9f73728d1c38ebce5fdd45df508fff26e26c4 (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=38b3ef23092931d43439a132b21f51c51bb9a978
commit 38b3ef23092931d43439a132b21f51c51bb9a978
Author: Arnold D. Robbins <address@hidden>
Date: Mon Feb 25 09:32:04 2019 +0200
Small fix in NEWS.
diff --git a/ChangeLog b/ChangeLog
index 356cb02..80f4ebe 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-02-25 Arnold D. Robbins <address@hidden>
+ * NEWS: Updated.
+
+2019-02-25 Arnold D. Robbins <address@hidden>
+
Small profiling improvements. Suggested by mukti
<address@hidden>.
diff --git a/NEWS b/NEWS
index 665daa7..d87e0d5 100644
--- a/NEWS
+++ b/NEWS
@@ -31,7 +31,7 @@ Changes from 4.2.1 to 5.0.0
which gawk was compiled.
9. Writing to elements of SYMTAB that are not variable names now
- causes a fatal error.
+ causes a fatal error. THIS CHANGES BEHAVIOR.
10. Comment handling in the pretty-printer has been reworked almost completely
from scratch. As a result, comments in many corner cases that were
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
NEWS | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
hooks/post-receive
--
gawk
------------------------------
Message: 2
Date: Mon, 25 Feb 2019 08:42:34 -0500 (EST)
From: address@hidden (Arnold Robbins)
To: address@hidden
Subject: [gawk-diffs] [SCM] gawk branch, porting, updated.
gawk-4.1.0-3668-g38b3ef2
Message-ID: <address@hidden>
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, porting has been updated
via 38b3ef23092931d43439a132b21f51c51bb9a978 (commit)
via c0e9f73728d1c38ebce5fdd45df508fff26e26c4 (commit)
via 44611db36ba329fab248179e0350d44fcff5e3c2 (commit)
via ef25d1166e7a183dd4d07f73904775234359de81 (commit)
via f14c8d4f9b88e0b40a90ded574e0a1b496e305da (commit)
from fea479412fa9d344f56675a22c8de26cb63836fb (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 34 +++++++++
Makefile.in | 1 +
NEWS | 2 +-
awk.h | 2 +-
awklib/Makefile.in | 1 +
command.c | 2 +-
command.y | 2 +-
configure | 6 ++
configure.ac | 5 ++
custom.h | 8 --
doc/ChangeLog | 6 ++
doc/Makefile.in | 1 +
doc/gawk.1 | 11 +--
doc/gawk.info | 6 +-
doc/gawk.texi | 28 ++++++-
doc/gawktexi.in | 28 ++++++-
eval.c | 18 ++++-
extras/Makefile.in | 1 +
main.c | 11 ++-
pc/ChangeLog | 5 ++
pc/Makefile.tst | 22 ++++--
profile.c | 6 +-
support/Makefile.in | 1 +
test/ChangeLog | 16 ++++
test/Gentests | 16 +++-
test/Makefile.am | 32 +++++---
test/Makefile.in | 124 ++++++++++++++++--------------
test/Maketests | 92 +++++++++++-----------
test/nsprof2.ok | 2 +-
test/profile5.ok | 214 ++++++++++++++++++++++++++--------------------------
30 files changed, 442 insertions(+), 261 deletions(-)
hooks/post-receive
--
gawk
------------------------------
Message: 3
Date: Mon, 25 Feb 2019 08:42:41 -0500 (EST)
From: address@hidden (Arnold Robbins)
To: address@hidden
Subject: [gawk-diffs] [SCM] gawk branch, feature/array-iface, updated.
gawk-4.1.0-3668-g38b3ef2
Message-ID: <address@hidden>
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, feature/array-iface has been updated
via 38b3ef23092931d43439a132b21f51c51bb9a978 (commit)
via c0e9f73728d1c38ebce5fdd45df508fff26e26c4 (commit)
via 44611db36ba329fab248179e0350d44fcff5e3c2 (commit)
via ef25d1166e7a183dd4d07f73904775234359de81 (commit)
via f14c8d4f9b88e0b40a90ded574e0a1b496e305da (commit)
from fea479412fa9d344f56675a22c8de26cb63836fb (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 34 +++++++++
Makefile.in | 1 +
NEWS | 2 +-
awk.h | 2 +-
awklib/Makefile.in | 1 +
command.c | 2 +-
command.y | 2 +-
configure | 6 ++
configure.ac | 5 ++
custom.h | 8 --
doc/ChangeLog | 6 ++
doc/Makefile.in | 1 +
doc/gawk.1 | 11 +--
doc/gawk.info | 6 +-
doc/gawk.texi | 28 ++++++-
doc/gawktexi.in | 28 ++++++-
eval.c | 18 ++++-
extras/Makefile.in | 1 +
main.c | 11 ++-
pc/ChangeLog | 5 ++
pc/Makefile.tst | 22 ++++--
profile.c | 6 +-
support/Makefile.in | 1 +
test/ChangeLog | 16 ++++
test/Gentests | 16 +++-
test/Makefile.am | 32 +++++---
test/Makefile.in | 124 ++++++++++++++++--------------
test/Maketests | 92 +++++++++++-----------
test/nsprof2.ok | 2 +-
test/profile5.ok | 214 ++++++++++++++++++++++++++--------------------------
30 files changed, 442 insertions(+), 261 deletions(-)
hooks/post-receive
--
gawk
------------------------------
Message: 4
Date: Mon, 25 Feb 2019 08:42:54 -0500 (EST)
From: address@hidden (Arnold Robbins)
To: address@hidden
Subject: [gawk-diffs] [SCM] gawk branch, feature/improve-inet,
updated. gawk-4.1.0-3871-g049cf96
Message-ID: <address@hidden>
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, feature/improve-inet has been updated
via 049cf9657dc993eeede5335a399b29d577b677df (commit)
via 38b3ef23092931d43439a132b21f51c51bb9a978 (commit)
via c0e9f73728d1c38ebce5fdd45df508fff26e26c4 (commit)
via 44611db36ba329fab248179e0350d44fcff5e3c2 (commit)
via ef25d1166e7a183dd4d07f73904775234359de81 (commit)
via f14c8d4f9b88e0b40a90ded574e0a1b496e305da (commit)
from 8098999fc8c9af32ac95c2fe77f1f4b0967470e7 (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=049cf9657dc993eeede5335a399b29d577b677df
commit 049cf9657dc993eeede5335a399b29d577b677df
Merge: 8098999 38b3ef2
Author: Arnold D. Robbins <address@hidden>
Date: Mon Feb 25 15:44:18 2019 +0200
Merge branch 'master' into feature/improve-inet
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 34 +++++++++
Makefile.in | 1 +
NEWS | 2 +-
awk.h | 2 +-
awklib/Makefile.in | 1 +
command.c | 2 +-
command.y | 2 +-
configure | 6 ++
configure.ac | 5 ++
custom.h | 8 --
doc/ChangeLog | 6 ++
doc/Makefile.in | 1 +
doc/gawk.1 | 11 +--
doc/gawk.info | 6 +-
doc/gawk.texi | 28 ++++++-
doc/gawktexi.in | 28 ++++++-
eval.c | 18 ++++-
extras/Makefile.in | 1 +
main.c | 11 ++-
pc/ChangeLog | 5 ++
pc/Makefile.tst | 22 ++++--
profile.c | 6 +-
support/Makefile.in | 1 +
test/ChangeLog | 16 ++++
test/Gentests | 16 +++-
test/Makefile.am | 32 +++++---
test/Makefile.in | 124 ++++++++++++++++--------------
test/Maketests | 92 +++++++++++-----------
test/nsprof2.ok | 2 +-
test/profile5.ok | 214 ++++++++++++++++++++++++++--------------------------
30 files changed, 442 insertions(+), 261 deletions(-)
hooks/post-receive
--
gawk
------------------------------
Message: 5
Date: Mon, 25 Feb 2019 08:43:09 -0500 (EST)
From: address@hidden (Arnold Robbins)
To: address@hidden
Subject: [gawk-diffs] [SCM] gawk branch, feature/memory-work, updated.
gawk-4.1.0-4118-g9572288
Message-ID: <address@hidden>
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, feature/memory-work has been updated
via 95722881787e56d04a15cae886dc40e36ddc8b91 (commit)
via 38b3ef23092931d43439a132b21f51c51bb9a978 (commit)
via c0e9f73728d1c38ebce5fdd45df508fff26e26c4 (commit)
via 44611db36ba329fab248179e0350d44fcff5e3c2 (commit)
via ef25d1166e7a183dd4d07f73904775234359de81 (commit)
via f14c8d4f9b88e0b40a90ded574e0a1b496e305da (commit)
from fbc9d7afbd5237226fb2245a41e78af47a7f6e42 (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=95722881787e56d04a15cae886dc40e36ddc8b91
commit 95722881787e56d04a15cae886dc40e36ddc8b91
Merge: fbc9d7a 38b3ef2
Author: Arnold D. Robbins <address@hidden>
Date: Mon Feb 25 15:44:32 2019 +0200
Merge branch 'master' into feature/memory-work
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 34 +++++++++
Makefile.in | 1 +
NEWS | 2 +-
awk.h | 2 +-
awklib/Makefile.in | 1 +
command.c | 2 +-
command.y | 2 +-
configure | 6 ++
configure.ac | 5 ++
custom.h | 8 --
doc/ChangeLog | 6 ++
doc/Makefile.in | 1 +
doc/gawk.1 | 11 +--
doc/gawk.info | 6 +-
doc/gawk.texi | 28 ++++++-
doc/gawktexi.in | 28 ++++++-
eval.c | 18 ++++-
extras/Makefile.in | 1 +
main.c | 11 ++-
pc/ChangeLog | 5 ++
pc/Makefile.tst | 22 ++++--
profile.c | 6 +-
support/Makefile.in | 1 +
test/ChangeLog | 16 ++++
test/Gentests | 16 +++-
test/Makefile.am | 32 +++++---
test/Makefile.in | 124 ++++++++++++++++--------------
test/Maketests | 92 +++++++++++-----------
test/nsprof2.ok | 2 +-
test/profile5.ok | 214 ++++++++++++++++++++++++++--------------------------
30 files changed, 442 insertions(+), 261 deletions(-)
hooks/post-receive
--
gawk
------------------------------
Subject: Digest Footer
_______________________________________________
gawk-diffs mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/gawk-diffs
------------------------------
End of gawk-diffs Digest, Vol 97, Issue 24
******************************************
[Prev in Thread] | Current Thread | [Next in Thread] |