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 (0dedbea -> f21379


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (0dedbea -> f213790)
Date: Fri, 9 Nov 2018 04:42:40 -0500 (EST)

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

  discards  0dedbea   (wip) give a handle into format used in exceptions
      adds  49c090d   Update SRFI-19 leap second table.
      adds  3845343   Fix typos, indentation and error reporting in SRFI-19.
      adds  c2a654b   Use 'scm_from_utf8_{string,symbol,keyword}' for C string 
literals.
      adds  c3e14b7   Fix type inferencing for 'nil?' and 'null?' predicates.
      adds  1d3cfc3   Fix typo in strings.h.
      adds  fbdcf63   scm_seed_to_random_state: Support wide string arguments.
      adds  5106377   SRFI-19: Fix TAI->UTC conversions, leap second handling, 
etc.
      adds  a58c7ab   SRFI-19: Fix handling of negative years and negative 
julian days.
      adds  bbe6daa   SRFI-19: Add a few more tests.
      adds  437e1aa   SRFI-19: Fix normalization of seconds and nanoseconds in 
time records.
      adds  c9d903b   SRFI-19: Check for incompatible types in time comparisons.
      adds  ac1fa8d   SRFI-19: time-utc->date: Support non-integer nanoseconds 
values.
      adds  9f28518   SRFI-19: Minor refactor of leap second table lookups.
      adds  1bbce71   Add texinfo dependency to README
      adds  d9af670   Bootstrap optimization
      adds  d81253b   Documentation fixes
       new  f213790   (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   (0dedbea)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (f213790)

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:
 README                            |   6 +
 bootstrap/Makefile.am             |   8 +-
 doc/ref/api-control.texi          |   2 +-
 doc/ref/compiler.texi             |  16 +-
 doc/ref/srfi-modules.texi         |  24 +--
 libguile/debug-malloc.c           |   5 +-
 libguile/deprecation.c            |   5 +-
 libguile/error.c                  |  16 +-
 libguile/eval.c                   |  22 +-
 libguile/expand.c                 |  11 +-
 libguile/extensions.c             |   9 +-
 libguile/filesys.c                |   6 +-
 libguile/init.c                   |   5 +-
 libguile/load.c                   |  37 ++--
 libguile/modules.c                |   5 +-
 libguile/pairs.c                  |   6 +-
 libguile/posix.c                  |   8 +-
 libguile/print.c                  |  11 +-
 libguile/random.c                 |  35 ++-
 libguile/read.c                   |  17 +-
 libguile/regex-posix.c            |   7 +-
 libguile/snarf.h                  |   8 +-
 libguile/srfi-13.c                |   5 +-
 libguile/stacks.c                 |   8 +-
 libguile/stime.c                  |   6 +-
 libguile/strings.h                |   4 +-
 libguile/strports.c               |   6 +-
 libguile/values.c                 |   5 +-
 module/language/cps/type-fold.scm |   6 +-
 module/language/cps/types.scm     |  13 +-
 module/srfi/srfi-19.scm           | 442 ++++++++++++++++++--------------------
 test-suite/tests/compiler.test    |  51 ++++-
 test-suite/tests/srfi-19.test     | 180 +++++++++++++++-
 33 files changed, 621 insertions(+), 374 deletions(-)



reply via email to

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