guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (33944f6 -> 1026a76)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (33944f6 -> 1026a76)
Date: Wed, 1 Mar 2017 15:21:02 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

      from  33944f6   Disable REPL server tests if no threads
       new  8b83420   build: Check for /gnu/store file names upon "make dist".
       new  58c028e   build: Compress with lzip too.
       new  4d3a149   scandir: Avoid 'stat' calls on each entry.
       new  817a071   build: Honor $SOURCE_DATE_EPOCH for the recorded 
timestamp.
       new  109d221   tests: Avoid statprof test failure on systems without 
'setitimer'.
       new  a4fbc5b   doc: Fix typo in keywords documentation.
       new  7c5f38f   doc: Fix typo in site packages documentation.
       new  9222272   Recognize sh3 as compilation targets
       new  19d274c   i18n: Do not represent zero as "-0".
       new  47236c2   tests: Use 'pass-if-equal' for (ice-9 i18n) tests.
       new  585bf83   tests: Choose a more plausible US English locale name.
       new  4c7d1a6   i18n: Fix corner cases for monetary and number string 
conversions.
       new  de5cf50   i18n: 'number->locale-string' guesses the minimum number 
of decimals.
       new  1026a76   doc: Describe -e (module) on equal footing with (@ ...).

The 14 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                    |  14 +++++-
 configure.ac                   |   2 +-
 doc/ref/api-data.texi          |   2 +-
 doc/ref/api-i18n.texi          |  10 ++--
 doc/ref/guile-invoke.texi      |  12 ++---
 doc/ref/scheme-scripts.texi    |  68 ++++++++++++++++++++++++++
 doc/ref/scheme-using.texi      |   2 +-
 libguile/Makefile.am           |   3 +-
 module/ice-9/ftw.scm           |  58 ++++++++++------------
 module/ice-9/i18n.scm          |  74 ++++++++++++++++++++++------
 module/system/base/target.scm  |   4 +-
 test-suite/tests/format.test   |   6 +--
 test-suite/tests/i18n.test     | 106 +++++++++++++++++++++++++++++------------
 test-suite/tests/statprof.test |  23 ++++-----
 14 files changed, 273 insertions(+), 111 deletions(-)



reply via email to

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