gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-934-gd312241


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-934-gd312241
Date: Sat, 15 Nov 2014 16:38:37 +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, master has been updated
       via  d312241e2ed853effb2d018d50e1362bf21848a0 (commit)
       via  8b863f8852067b0638e09dc7c82355b96381dc12 (commit)
      from  af9cde0a7cf69800ac3ec581a7c2422e955b9a3c (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=d312241e2ed853effb2d018d50e1362bf21848a0

commit d312241e2ed853effb2d018d50e1362bf21848a0
Merge: af9cde0 8b863f8
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Nov 15 18:38:26 2014 +0200

    Merge branch 'gawk-4.1-stable'

diff --cc awk.h
index c59c4bf,9b72a53..c5bb9e6
--- a/awk.h
+++ b/awk.h
@@@ -1418,11 -1408,8 +1410,9 @@@ extern AWKNUM nondec2awknum(char *str, 
  extern NODE *do_dcgettext(int nargs);
  extern NODE *do_dcngettext(int nargs);
  extern NODE *do_bindtextdomain(int nargs);
 +extern NODE *do_div(int nargs);
- #if MBS_SUPPORT
  extern int strncasecmpmbs(const unsigned char *,
                          const unsigned char *, size_t);
- #endif
  /* eval.c */
  extern void PUSH_CODE(INSTRUCTION *cp);
  extern INSTRUCTION *POP_CODE(void);
diff --cc main.c
index f71b3e0,ddda1d6..19b6c38
--- a/main.c
+++ b/main.c
@@@ -300,9 -297,19 +297,7 @@@ main(int argc, char **argv
  
        /* init the cache for checking bytes if they're characters */
        init_btowc_cache();
- #endif
- 
  
 -
        if (do_nostalgia)
                nostalgia();
  

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

Summary of changes:
 ChangeLog        |    8 +++++
 array.c          |    9 ++---
 awk.h            |   18 +----------
 awkgram.c        |   30 -------------------
 awkgram.y        |   30 -------------------
 builtin.c        |   84 +++++++++--------------------------------------------
 dfa.c            |   71 ++++++++--------------------------------------
 eval.c           |   13 ++++----
 field.c          |   57 +++++++++++-------------------------
 interpret.h      |    2 -
 io.c             |    5 +--
 main.c           |    7 ----
 mbsupport.h      |   74 ++++++-----------------------------------------
 mpfr.c           |    2 -
 node.c           |   18 +-----------
 re.c             |    7 +----
 regex_internal.h |    8 ++---
 replace.c        |    2 +-
 18 files changed, 80 insertions(+), 365 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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