Daniel Llorens
|
e903b76795
Document R7RS functions related to bytevectors
|
2 years ago |
Ludovic Courtès
|
e441c34f16
Add 'bytevector-slice'.
|
2 years ago |
Colin Woodbury
|
856c3f96fa
doc: Fix minor typos
|
2 years ago |
Ludovic Courtès
|
8e2e2ceb17
Deprecate symbol properties.
|
3 years ago |
Daniel Llorens
|
d70c1dbebf
New function bitvector-copy (scm_bitvector_copy)
|
3 years ago |
Daniel Llorens
|
708df04f3b
Update NEWS
|
3 years ago |
Daniel Llorens
|
6be51f9bbf
Provide xxvector-copy and xxvector-copy! for srfi-4 vectors
|
3 years ago |
Daniel Llorens
|
9a62f7caca
Extend bytevector-fill! to handle a partial fill
|
3 years ago |
Daniel Llorens
|
c2cf685b65
Remove the 'simple vector' concept
|
3 years ago |
Daniel Llorens
|
5df5555d12
Add function vector-copy! to core
|
3 years ago |
Daniel Llorens
|
a34c762de0
Extend core vector-copy to r7rs vector-copy
|
3 years ago |
Andy Wingo
|
e9c5a1719b
Move copy-tree to (ice-9 copy-tree); deprecate main binding
|
4 years ago |
Arun Isaac
|
67f5b451b0
doc: Document default delimiter of string-join.
|
4 years ago |
Andy Wingo
|
607183679e
Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_p
|
4 years ago |
Andy Wingo
|
8861af39ae
Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_x
|
4 years ago |
Andy Wingo
|
b517a91ba4
Deprecate useless C bitvector interface
|
4 years ago |
Andy Wingo
|
bfd38b8577
bitvector-count-bits replaces bit-count*
|
4 years ago |
Andy Wingo
|
f897efa9f1
bitvector-flip-all-bits! replaces bit-invert!
|
4 years ago |
Andy Wingo
|
d7fea13453
bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!
|
4 years ago |
Andy Wingo
|
8110061e64
bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!
|
4 years ago |
Andy Wingo
|
d804177be4
bitvector-bit-set? / bitvector-bit-clear? replace bitvector-ref
|
4 years ago |
Andy Wingo
|
ff9979b6bc
Replace bit-set*! with bitvector-set-bits! / bitvector-clear-bits!
|
4 years ago |
Andy Wingo
|
06709d77b9
Replace bit-position with bitvector-position
|
4 years ago |
Andy Wingo
|
cae74359de
Replace bit-count with bitvector-count
|
4 years ago |
Andy Wingo
|
24a34074ef
Deprecate bitvector-ref on array slices
|
4 years ago |
Andy Wingo
|
86a9f9a271
Optionally allow duplicate field names in core records
|
5 years ago |
Daniel Llorens
|
6cfee36543
New function string-replace-substring in (ice-9 string-fun)
|
5 years ago |
Andy Wingo
|
4b2c512b94
Update NEWS for records and exceptions work
|
5 years ago |
Andy Wingo
|
315fabdfe7
Add support for immutable fields in core records
|
5 years ago |
Andy Wingo
|
f963bdf02d
Rename final? record type flag; add support for opaque?
|
5 years ago |