guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (1fbe89f -> 3d96c87)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (1fbe89f -> 3d96c87)
Date: Wed, 29 Apr 2020 05:14:39 -0400 (EDT)

wingo pushed a change to branch master
in repository guile.

    from 1fbe89f  'finalization_thread_proc' sets errno before calling 'perror'.
     new bfd38b8  bitvector-count-bits replaces bit-count*
     new b517a91  Deprecate useless C bitvector interface
     new 8861af3  Prefer C-like interfaces for 
scm_c_bitvector_{set,clear}_bits_x
     new 6071836  Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
     new 3d96c87  Remove unused analyze-lexicals function

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


Summary of changes:
 NEWS                                |  12 +-
 doc/ref/api-data.texi               |  78 +++---
 libguile/bitvectors.c               | 260 +++++++++----------
 libguile/bitvectors.h               |  14 +-
 libguile/deprecated.c               | 136 +++++++++-
 libguile/deprecated.h               |   5 +
 libguile/read.c                     |   4 +-
 module/ice-9/sandbox.scm            |   2 +-
 module/language/tree-il/analyze.scm | 482 +-----------------------------------
 test-suite/tests/bitvectors.test    |   4 +-
 10 files changed, 296 insertions(+), 701 deletions(-)



reply via email to

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