civodul pushed a change to branch main in repository guile. from 45af53f65 Bump user-visible copyright years to 2023. new 54ee636e5 Remove Gnulib generated file. new e441c34f1 Add 'bytevector-slice'.
The 2 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 | 7 ++ am/bootstrap.am | 1 + doc/ref/api-data.texi | 46 ++++++++- doc/ref/guile.texi | 2 +- lib/stdbool.h | 116 ---------------------- libguile/bytevectors.c | 63 +++++++++++- libguile/bytevectors.h | 3 +- module/{ice-9/rw.scm => rnrs/bytevectors/gnu.scm} | 23 ++--- test-suite/tests/bytevectors.test | 67 ++++++++++++- 9 files changed, 194 insertions(+), 134 deletions(-) delete mode 100644 lib/stdbool.h copy module/{ice-9/rw.scm => rnrs/bytevectors/gnu.scm} (72%)