[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, porting, updated. aeaf54a1b4445cf05935e6
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, porting, updated. aeaf54a1b4445cf05935e6c9e3b700b4c352490a |
Date: |
Mon, 11 Mar 2013 20:53:25 +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, porting has been updated
via aeaf54a1b4445cf05935e6c9e3b700b4c352490a (commit)
via 891b30a5417f93c3fc5e5aa4d54e270282bea380 (commit)
via a7c502a756732ec9a1773d6169376bb7b25f4308 (commit)
from 087cb82ddc80e61b823c2d61a2db1ff784f779b4 (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=aeaf54a1b4445cf05935e6c9e3b700b4c352490a
commit aeaf54a1b4445cf05935e6c9e3b700b4c352490a
Merge: 087cb82 891b30a
Author: Arnold D. Robbins <address@hidden>
Date: Mon Mar 11 22:51:34 2013 +0200
Merge branch 'master' into porting
diff --cc ChangeLog
index 3e47061,534b124..88047c4
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,18 -1,9 +1,24 @@@
+ 2013-03-11 Arnold D. Robbins <address@hidden>
+
+ * re.c (check_bracket_exp): Make handling of embedded ] in
+ regexp smarter. Thanks to Ed Morton <address@hidden>
+ for reporting the bug.
+
+2013-03-01 Arnold D. Robbins <address@hidden>
+
+ Don't build extensions if API isn't supported:
+
+ * Makefile.am (SUBDIRS): Move extension directory to last in case
+ building the extensions is not supported.
+ * configure.ac: Add check for MirBSD and don't even try to run the
+ checks for DYNAMIC if so.
+
+ Check for systems (MirBSD) where libc doesn't understand not
+ to use UTF-8 for LC_ALL=C.
+
+ * configure.ac (LIBC_IS_BORKED): AC_DEFINE if needed.
+ * regcomp.c (init_dfa): Change logic as needed if LIBC_IS_BORKED.
+
2013-02-28 Arnold D. Robbins <address@hidden>
Cause profiling / pretty printing to include a list of
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
re.c | 18 ++++++++++++++++--
test/ChangeLog | 5 +++++
test/Makefile.am | 12 +++++++++++-
test/Makefile.in | 12 +++++++++++-
test/colonwarn.awk | 4 ++++
test/colonwarn.in | 1 +
test/colonwarn.ok | 3 +++
8 files changed, 57 insertions(+), 4 deletions(-)
create mode 100644 test/colonwarn.awk
create mode 100644 test/colonwarn.in
create mode 100644 test/colonwarn.ok
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, porting, updated. aeaf54a1b4445cf05935e6c9e3b700b4c352490a,
Arnold Robbins <=