gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5701-gb155e4


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/cpp-compile, updated. gawk-4.1.0-5701-gb155e4bd
Date: Fri, 25 Aug 2023 13:27:02 -0400 (EDT)

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/cpp-compile has been updated
       via  b155e4bdde2227550b82f8ad8662710a25839579 (commit)
       via  76ca3d8634f9b33cfd2aaea91fe40b3ca6fe6db7 (commit)
       via  2874b94d73ff766b0f41ff7f259e7c8a0dab458c (commit)
       via  d5e252350e231414c9db3f39d8d6edb7f4d68be3 (commit)
       via  dfb89688329c65a52f537a37dcf2dfdc12b0d10f (commit)
       via  8445b30ad61fc813ee6d102ad3b32fb810abf55e (commit)
      from  a26f1fead2e68dbf76d9ecdd0325c3298755a90c (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=b155e4bdde2227550b82f8ad8662710a25839579

commit b155e4bdde2227550b82f8ad8662710a25839579
Merge: a26f1fea 76ca3d86
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Aug 25 10:26:51 2023 -0700

    Merge branch 'master' into feature/cpp-compile

diff --cc support/localeinfo.h
index 239e8dab,383a9387..87c2e7f7
--- a/support/localeinfo.h
+++ b/support/localeinfo.h
@@@ -60,8 -63,4 +67,8 @@@ extern void init_localeinfo (struct loc
     itself.  This is a generous upper bound.  */
  enum { CASE_FOLDED_BUFSIZE = 32 };
  
- extern int case_folded_counterparts (wint_t, wchar_t[CASE_FOLDED_BUFSIZE]);
+ extern int case_folded_counterparts (wint_t, char32_t[CASE_FOLDED_BUFSIZE]);
 +
 +#ifdef __cplusplus
 +}
 +#endif // __cplusplus

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog              |   5 +
 build-aux/ChangeLog    |   4 +
 build-aux/config.guess |  47 ++++-
 build-aux/config.sub   |  66 +++----
 build-aux/depcomp      |   2 +-
 build-aux/texinfo.tex  | 489 +++++++++++++++++++++++++++++++------------------
 doc/ChangeLog          |   4 +
 doc/texinfo.tex        | 489 +++++++++++++++++++++++++++++++------------------
 node.c                 |   2 +-
 po/xhe.po              |  59 ++----
 re.c                   |   2 +-
 support/ChangeLog      |   5 +
 support/dfa.c          |  94 ++++++----
 support/flexmember.h   |  13 +-
 support/localeinfo.c   |  34 ++--
 support/localeinfo.h   |  13 +-
 support/regcomp.c      |   2 +-
 17 files changed, 829 insertions(+), 501 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]