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 (3b518cc -> 129d63


From: Daniel Llorens
Subject: [Guile-commits] branch wip-exception-truncate updated (3b518cc -> 129d631)
Date: Tue, 5 Sep 2017 04:25:50 -0400 (EDT)

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

  discards  3b518cc   (wip) give a handle into format used in exceptions
  discards  e3275d5   Support general arrays in random:hollow-sphere!
  discards  44dc859   Remove scm_generalized_vector_get_handle
  discards  7e2110b   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
  discards  b260425   Support non-zero lower bounds in array-slice-for-each
  discards  3212f3a   Fix sort, sort! for arrays with nonzero lower bound
  discards  0c616c3   Remove documentation on uniform-vector-read!, 
uniform-vector-write
  discards  93d8acd   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
      adds  7095a53   web: add support for URI-reference
      adds  f7b70c1   Remove outdated README.guile-vm.
      adds  a05e710   Remove outdated ANNOUNCE.
      adds  d4aa914   Minor updates to HACKING.
      adds  9210506   Remove legacy NEWS.guile-vm.
      adds  8f4597d   Minor updates of README.
      adds  96bb1b5   guile.m4 fix for 3.0 prereleases
      adds  9846178   Update guile.m4 to check for 2.2 by default
      adds  d3fcefc   doc: Document 'short' and 'unsigned-short' foreign types.
      adds  155ddcd   Correctly relativize file names in the presence of common 
prefixes.
      adds  ac0d3dc   put-bytevector, unget-bytevector: Allow start == 
bytevector length.
       new  fb2eb65   Replace uniform-vector-read benchmark with bytevector-io 
benchmark
       new  7fc1ca4   Remove documentation on uniform-vector-read!, 
uniform-vector-write
       new  f36cd9b   Fix sort, sort! for arrays with nonzero lower bound
       new  7741372   Support non-zero lower bounds in array-slice-for-each
       new  5432b19   Fix bitvectors and non-zero lower bound arrays in 
truncated-print
       new  19a16ed   Remove scm_generalized_vector_get_handle
       new  198e8ed   Support general arrays in random:hollow-sphere!
       new  129d631   (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   (3b518cc)
            \
             N -- N -- N   refs/heads/wip-exception-truncate (129d631)

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 8 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:
 ANNOUNCE                          |  60 ---------------
 HACKING                           | 120 ++++--------------------------
 NEWS                              |  18 +++++
 NEWS.guile-vm                     |  57 --------------
 README                            |   6 +-
 README.guile-vm                   | 117 -----------------------------
 doc/ref/api-foreign.texi          |   2 +
 doc/ref/web.texi                  | 134 +++++++++++++++++++++------------
 libguile/filesys.c                |   8 +-
 libguile/r6rs-ports.c             |   4 +-
 meta/guile.m4                     |   9 ++-
 module/web/client.scm             |  12 +--
 module/web/http.scm               |  48 +++---------
 module/web/request.scm            |   2 +-
 module/web/uri.scm                | 152 ++++++++++++++++++++++++++++++--------
 test-suite/tests/ports.test       |  28 +++++++
 test-suite/tests/web-http.test    |  51 ++++++++-----
 test-suite/tests/web-request.test |   5 +-
 test-suite/tests/web-uri.test     |  62 +++++++++++++++-
 19 files changed, 396 insertions(+), 499 deletions(-)
 delete mode 100644 ANNOUNCE
 delete mode 100644 NEWS.guile-vm
 delete mode 100644 README.guile-vm



reply via email to

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