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 (863930b -> d84b13


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (863930b -> d84b139)
Date: Sun, 1 Jul 2018 09:13:43 -0400 (EDT)

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

  discards  863930b   (wip) give a handle into format used in exceptions
      adds  1951edf   Fix typo in comment within numbers.c
      adds  df93752   Revert "Minor CSE run-time optimization"
      adds  2733e97   Fix type inference for bitwise logical operators.
      adds  e1dffd3   Avoid inexact arithmetic in the type inferrer for 'sqrt'.
      adds  ff2adb0   goops: Fix 'instance?' to work on objects that aren't 
structs.
      adds  9fbb367   Fix error reporting in 'load-thunk-from-memory'.
      adds  bff7563   elisp: Fix cross-compilation support.
      adds  ac9f083   Add copyright header for (language elisp falias), and fix 
typo.
      adds  eb90831   Add SRFI 71: Extended LET-syntax for multiple values.
      adds  35f7df9   tests: Add SRFI-71 test.
      adds  761cf0f   Make module autoloading thread-safe.
      adds  efc33cd   vm: Fix typo when checking for 'madvise' error code.
      adds  26b446d   get-bytevector-n and get-bytevector-n! can now read more 
than 4 GB
      adds  33363f7   doc: Fix typo.
      adds  1c970da   doc: Document (ice-9 match) macros.
      adds  774b1ef   tests: Adjust i18n.test to 'fr_FR.utf8' locale in glibc 
2.27.
      adds  46bcbfa   Module import obarrays are accessed in a critical section.
      adds  4f64bcd   Add 'scm_to_stringn' shortcut when converting to UTF-8.
      adds  919979a   web: Export http-request.
      adds  4446484   vm: Fix another typo.
      adds  c009bfd   types: Recognize 'scm_t_port_type' and decode port type 
name.
      adds  1654c17   GDB support: Fix 'display-vm-frames'.
      adds  be08145   GDB support: Add note about (gdb frame-filters).
      adds  8209f0f   GDB support: Add 'guile-backtrace' command.
      adds  b87068e   linker: Don't rely on out-of-range bv-ref exceptions.
      adds  23af45e   vm: Fix stack-marking bug in multi-threaded programs.
       new  d84b139   (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   (863930b)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (d84b139)

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:
 NEWS                                          |  13 +-
 doc/ref/libguile-foreign-objects.texi         |   4 +-
 doc/ref/match.texi                            |  92 ++++++++-
 doc/ref/srfi-modules.texi                     |  22 ++-
 doc/ref/web.texi                              |  41 ++--
 libguile/libguile-2.2-gdb.scm                 |  30 ++-
 libguile/loader.c                             |   9 +-
 libguile/modules.c                            |  19 +-
 libguile/numbers.c                            |   2 +-
 libguile/r6rs-ports.c                         |  10 +-
 libguile/strings.c                            |   8 +-
 libguile/vm-engine.c                          |  27 +--
 libguile/vm.c                                 |   2 +-
 module/ice-9/boot-9.scm                       |  74 +++----
 module/ice-9/threads.scm                      |  11 +-
 module/language/cps/cse.scm                   | 139 +++++++-------
 module/language/cps/types.scm                 | 239 ++++++++++++++++-------
 module/language/elisp/compile-tree-il.scm     |  11 +-
 module/language/elisp/falias.scm              |  20 ++
 module/language/elisp/spec.scm                |  16 +-
 module/oop/goops.scm                          |   6 +-
 module/srfi/Makefile.am                       |   3 +-
 module/srfi/srfi-71.scm                       | 265 ++++++++++++++++++++++++++
 module/system/base/target.scm                 |  10 +-
 module/system/base/types.scm                  |  36 +++-
 module/system/vm/linker.scm                   |   6 +-
 module/web/client.scm                         | 165 ++++++++--------
 test-suite/Makefile.am                        |   1 +
 test-suite/tests/i18n.test                    |  66 ++++---
 test-suite/tests/{procs.test => srfi-71.test} |  58 +++---
 test-suite/tests/types.test                   |  31 ++-
 31 files changed, 1054 insertions(+), 382 deletions(-)
 create mode 100644 module/srfi/srfi-71.scm
 copy test-suite/tests/{procs.test => srfi-71.test} (50%)



reply via email to

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