gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-24


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, feature/api-mpfr, updated. gawk-4.1.0-2420-g9bcdc40
Date: Sat, 21 Jan 2017 18:17:25 +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/api-mpfr has been updated
       via  9bcdc40b4d7eea3bac7869520176628c30fb5971 (commit)
       via  ae02ce389bfd1bcb2797fe64d73a91ef73705688 (commit)
       via  0d5d4035201e38c5d61031ee414ca41c6f1c8bd3 (commit)
       via  e3e911b992f11a567cca0a0ed6ed04ef5f9e21f7 (commit)
      from  fb5edec7717ee9759785c8671fe71623dfee23a2 (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=9bcdc40b4d7eea3bac7869520176628c30fb5971

commit 9bcdc40b4d7eea3bac7869520176628c30fb5971
Merge: fb5edec ae02ce3
Author: Arnold D. Robbins <address@hidden>
Date:   Sat Jan 21 20:17:16 2017 +0200

    Merge branch 'master' into feature/api-mpfr

diff --cc extension/ChangeLog
index 84f1467,89be82d..6e31226
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@@ -1,13 -1,13 +1,23 @@@
+ 2017-01-21  Eli Zaretskii  <address@hidden>
+ 
+       * testext.c (getuid) [__MINGW32__]: New function, mirrors what
+       pc/getid.c does in Gawk.
+       * rwarray.c [__MINGW32__]: Include stdint.h, otherwise using
+       uint32_t causes compilation errors.
+       * inplace.c (_XOPEN_SOURCE): Define to 1, not to nothing.  MinGW
+       system headers assume that if this is defined, it must have a
+       numeric value.
+ 
 +2017-01-06         Andrew J. Schorr     <address@hidden>
 +
 +      * intdiv.c: New extension to demonstrate how to implement intdiv
 +      using the new extended-precision math API.
 +      * Makefile.am (pkgextension_LTLIBRARIES): Add intdiv.la.
 +      (intdiv_la_SOURCES, intdiv_la_LDFLAGS, intdiv_la_LIBADD): Add support
 +      for new intdiv library.
 +      * configure.ac (AC_CHECK_FUNCS): Check for fmod needed by intdiv.
 +      (GNUPG_CHECK_MPFR): Add check for MPFR support.
 +
  2016-12-22         Arnold D. Robbins     <address@hidden>
  
        * testext.c (valrep2str): Update for new API types.

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

Summary of changes:
 extension/ChangeLog |   10 ++
 extension/inplace.c |    2 +-
 extension/rwarray.c |    1 +
 extension/testext.c |    9 ++
 nonposix.h          |    3 +
 pc/ChangeLog        |   27 ++++
 pc/Makefile         |   11 +-
 pc/Makefile.tst     |  360 +++++++++++++++++++++++++++++++++++++++++----------
 pc/config.h         |    6 -
 pc/config.sed       |   12 +-
 pc/gawkmisc.pc      |   58 +++++++++
 11 files changed, 409 insertions(+), 90 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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