gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, porting, updated. gawk-4.1.0-2362-ge3cd9


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, porting, updated. gawk-4.1.0-2362-ge3cd9ec
Date: Thu, 22 Dec 2016 15:22:44 +0000 (UTC)

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  e3cd9ec142f30026b36d63b74d7dc14e220a5c8b (commit)
       via  725d2f781b48ba83f4c8784a0fbe62fe2a6c107a (commit)
       via  cd35e365b6f8d356645093bab1c67c1867a63aef (commit)
      from  9d891b85c4bd0baf1a2eacd78f96b25db02a9525 (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                                    |   28 ++
 Makefile.am                                  |   37 +-
 Makefile.in                                  |   61 ++--
 awklib/Makefile.in                           |    1 +
 configure                                    |   96 +++++-
 configure.ac                                 |    2 +
 doc/Makefile.in                              |    1 +
 extras/Makefile.in                           |    1 +
 support/ChangeLog                            |    8 +
 support/Makefile.am                          |   61 ++++
 {awklib => support}/Makefile.in              |  243 +++++---------
 dfa.c => support/dfa.c                       |  345 ++++++++++++-------
 dfa.h => support/dfa.h                       |    0
 getopt.c => support/getopt.c                 |    0
 getopt.h => support/getopt.h                 |    0
 getopt1.c => support/getopt1.c               |    0
 getopt_int.h => support/getopt_int.h         |    0
 support/intprops.h                           |  464 ++++++++++++++++++++++++++
 localeinfo.c => support/localeinfo.c         |    0
 localeinfo.h => support/localeinfo.h         |    0
 random.c => support/random.c                 |    0
 random.h => support/random.h                 |    0
 regcomp.c => support/regcomp.c               |    0
 regex.c => support/regex.c                   |    0
 regex.h => support/regex.h                   |    0
 regex_internal.c => support/regex_internal.c |    0
 regex_internal.h => support/regex_internal.h |    3 +
 regexec.c => support/regexec.c               |    6 +-
 verify.h => support/verify.h                 |    0
 xalloc.h => support/xalloc.h                 |    0
 test/Makefile.in                             |    1 +
 31 files changed, 1008 insertions(+), 350 deletions(-)
 create mode 100644 support/ChangeLog
 create mode 100644 support/Makefile.am
 copy {awklib => support}/Makefile.in (72%)
 rename dfa.c => support/dfa.c (94%)
 rename dfa.h => support/dfa.h (100%)
 rename getopt.c => support/getopt.c (100%)
 rename getopt.h => support/getopt.h (100%)
 rename getopt1.c => support/getopt1.c (100%)
 rename getopt_int.h => support/getopt_int.h (100%)
 create mode 100644 support/intprops.h
 rename localeinfo.c => support/localeinfo.c (100%)
 rename localeinfo.h => support/localeinfo.h (100%)
 rename random.c => support/random.c (100%)
 rename random.h => support/random.h (100%)
 rename regcomp.c => support/regcomp.c (100%)
 rename regex.c => support/regex.c (100%)
 rename regex.h => support/regex.h (100%)
 rename regex_internal.c => support/regex_internal.c (100%)
 rename regex_internal.h => support/regex_internal.h (99%)
 rename regexec.c => support/regexec.c (99%)
 rename verify.h => support/verify.h (100%)
 rename xalloc.h => support/xalloc.h (100%)


hooks/post-receive
-- 
gawk



reply via email to

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