guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-exception-truncate updated (02f3370 -> 0dedbe


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (02f3370 -> 0dedbea)
Date: Mon, 15 Oct 2018 05:30:11 -0400 (EDT)

lloda pushed a change to branch wip-exception-truncate
in repository guile.

  discards  02f3370   (wip) give a handle into format used in exceptions
      adds  59a06d8   Make srfi-71 visible through 'cond-expand'.
      adds  d677aca   r6rs-ports: Accept 'port-position' values greater than 
2^32.
      adds  887e495   compile: Add '-x' flag.
      adds  85c5bae   compile: Improve error message.
      adds  e45a33c   compile: Update copyright year.
      adds  741c454   r6rs-ports: 'put-bytevector' accepts 64-bit integers.
      adds  bdcd0ba   Add -Wshadowed-toplevel.
      adds  71f536c   srfi-19: Remove unused procedure.
      adds  4c91de3   Fix R6RS call-with-{input,output}-file to open textual 
ports.
      adds  8885eb5   time: Use 'syntax-rules' instead of 'define-macro'.
      adds  c3b14ff   time: Support expressions that return any number of 
values.
      adds  663b882   time: Use #: for 'define-module' clauses.
      adds  3ee7673   Define AT_SYMLINK_NOFOLLOW et al.
      adds  2d09e05   Fix 'atomic-box-compare-and-swap!'.
      adds  b9cf351   Fix 32/64 bit bug in INTEGER_ACCESSOR_PROLOGUE
      adds  b44f505   Improve the documentation for 'nil?'.
      adds  fe73fed   Fix list validation of *list->bytevector procedures.
      adds  011aec7   Gracefully handle huge shift counts in 'ash' and 
'round-ash'.
      adds  9448a07   Fix 'round-ash' of negative integers by huge right shift 
counts.
      adds  1990aa9   In 'ash' and 'round-ash', handle right shift count of 
LONG_MIN.
      adds  8cdd3a0   Clarify the manual's "Processes" section.
       new  0dedbea   (wip) give a handle into format used in exceptions

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (02f3370)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (0dedbea)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 1 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:
 doc/ref/api-evaluation.texi             | 10 +++-
 doc/ref/api-languages.texi              | 22 ++++++++-
 doc/ref/posix.texi                      | 12 +++--
 libguile/atomic.c                       | 19 ++++++--
 libguile/boolean.c                      | 13 ++++-
 libguile/bytevectors.c                  |  2 +-
 libguile/numbers.c                      | 47 ++++++++++++++++--
 libguile/posix.c                        | 18 ++++++-
 libguile/r6rs-ports.c                   | 10 ++--
 libguile/validate.h                     | 12 +++--
 libguile/vm-engine.c                    | 19 ++++++--
 module/ice-9/boot-9.scm                 |  3 +-
 module/ice-9/time.scm                   | 14 +++---
 module/language/tree-il/analyze.scm     | 34 ++++++++++++-
 module/language/tree-il/compile-cps.scm |  3 +-
 module/rnrs/io/simple.scm               |  6 +--
 module/scripts/compile.scm              | 11 +++--
 module/srfi/srfi-19.scm                 | 20 +-------
 module/srfi/srfi-71.scm                 |  2 +
 module/system/base/message.scm          |  9 +++-
 test-suite/tests/bytevectors.test       | 37 +++++++++++++--
 test-suite/tests/numbers.test           | 56 +++++++++++++++++++---
 test-suite/tests/posix.test             | 19 +++++++-
 test-suite/tests/r6rs-ports.test        | 12 ++++-
 test-suite/tests/tree-il.test           | 84 ++++++++++++++++++++++++++++++++-
 25 files changed, 412 insertions(+), 82 deletions(-)



reply via email to

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