gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/andy, updated. gawk-4.1.0-2373-g


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/andy, updated. gawk-4.1.0-2373-g293b5a8
Date: Thu, 22 Dec 2016 15:23:22 +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, feature/andy has been updated
       via  293b5a86a9053668773e75b35682c41ca64e0db6 (commit)
       via  e3cd9ec142f30026b36d63b74d7dc14e220a5c8b (commit)
       via  725d2f781b48ba83f4c8784a0fbe62fe2a6c107a (commit)
       via  cd35e365b6f8d356645093bab1c67c1867a63aef (commit)
      from  0ea062a3f282cd47ff6f94b91e4f612ab9577bee (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=293b5a86a9053668773e75b35682c41ca64e0db6

commit 293b5a86a9053668773e75b35682c41ca64e0db6
Merge: 0ea062a e3cd9ec
Author: Arnold D. Robbins <address@hidden>
Date:   Thu Dec 22 17:23:16 2016 +0200

    Merge branch 'master' into feature/andy


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

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]