[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, master, updated. gawk-4.1.0-5129-gbdf9d5e8
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, master, updated. gawk-4.1.0-5129-gbdf9d5e8 |
Date: |
Sun, 5 Feb 2023 11:20:23 -0500 (EST) |
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 bdf9d5e80f2fe230ea30916ca10c815356c9f6cd (commit)
via ef06cfd9b39fa79f2e31e74a5759869adb3fe4a9 (commit)
via cafd5fb7fd87c63e9ed74b6329571ba02584a82a (commit)
from f4eb10c5bcb032ef77cdead433bd583ad5ffd7e9 (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=bdf9d5e80f2fe230ea30916ca10c815356c9f6cd
commit bdf9d5e80f2fe230ea30916ca10c815356c9f6cd
Merge: f4eb10c5 ef06cfd9
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Sun Feb 5 18:20:07 2023 +0200
Merge branch 'gawk-5.2-stable'
diff --cc doc/ChangeLog
index ab823e72,4e4c1b14..5fbe8cc9
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@@ -1,8 -1,8 +1,13 @@@
+ 2023-02-05 Arnold D. Robbins <arnold@skeeve.com>
+
+ * texinfo.tex: Update from GNULIB. Only change is to remove
+ trailing whitespace.
+
+2023-02-02 Arnold D. Robbins <arnold@skeeve.com>
+
+ * gawktexi.in (Feature History): Document CSV parsing
+ and PROCINFO["pma"].
+
2023-02-02 Arnold D. Robbins <arnold@skeeve.com>
* gawktexi.in (Getopt Function): Fix for parsing long
-----------------------------------------------------------------------
Summary of changes:
build-aux/ChangeLog | 7 +
build-aux/ar-lib | 2 +-
build-aux/compile | 2 +-
build-aux/config.guess | 6 +-
build-aux/config.rpath | 2 +-
build-aux/config.sub | 8 +-
build-aux/depcomp | 2 +-
build-aux/texinfo.tex | 204 +++++++++++++++---------------
doc/ChangeLog | 5 +
doc/texinfo.tex | 204 +++++++++++++++---------------
support/ChangeLog | 11 ++
support/cdefs.h | 42 +++---
support/dfa.c | 13 +-
support/dfa.h | 2 +-
support/dynarray.h | 2 +-
support/flexmember.h | 2 +-
support/idx.h | 2 +-
support/intprops.h | 2 +-
support/libc-config.h | 24 ++--
support/localeinfo.c | 2 +-
support/localeinfo.h | 2 +-
support/malloc/dynarray-skeleton.c | 2 +-
support/malloc/dynarray.h | 2 +-
support/malloc/dynarray_at_failure.c | 2 +-
support/malloc/dynarray_emplace_enlarge.c | 2 +-
support/malloc/dynarray_finalize.c | 2 +-
support/malloc/dynarray_resize.c | 2 +-
support/malloc/dynarray_resize_clear.c | 2 +-
support/regcomp.c | 2 +-
support/regex.c | 2 +-
support/regex.h | 2 +-
support/regex_internal.c | 2 +-
support/regex_internal.h | 2 +-
support/regexec.c | 2 +-
support/verify.h | 45 +++++--
35 files changed, 341 insertions(+), 276 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, master, updated. gawk-4.1.0-5129-gbdf9d5e8,
Arnold Robbins <=