summaryrefslogtreecommitdiff
path: root/test-suite/tests/bytevectors.test
Commit message (Expand)AuthorAgeFilesLines
* Add 'bytevector-slice'.Ludovic Courtès2023-01-141-1/+66
* Extend bytevector-fill! to handle a partial fillDaniel Llorens2021-08-171-0/+14
* Read-in-scheme replaces boot "read" definitionAndy Wingo2021-03-031-3/+3
* Fix list validation of *list->bytevector procedures.Mark H Weaver2019-05-231-5/+32
* Fix size measurement in bytevector_large_setAndy Wingo2016-06-201-1/+5
* Allow decoding of UTF-8 containing U+FFFD, the replacement character.Mark H Weaver2015-08-131-1/+13
* Merge commit '8cf2a7ba7432d68b9a055d29f18117be70375af9'Andy Wingo2015-01-221-0/+15
|\
| * Fix bytevector-fill! to accept fill arguments greater than 127.Mark H Weaver2014-11-121-0/+15
* | Merge commit 'fdd319e9bd4121d844662d3d8ccc69b462b60840'Andy Wingo2015-01-221-3/+12
|\ \ | |/
| * Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.Mark H Weaver2014-11-111-3/+12
* | Merge commit '0ce224594ae5a673f6a397c284db5f5a61935334'Andy Wingo2014-02-081-2/+5
|\ \ | |/
| * Improve handling of locales in the test suite.Mark H Weaver2014-02-071-2/+5
* | Fix test case for uniform-array->bytevector on bitvectorsAndy Wingo2013-11-031-3/+11
* | In bytevector->uint-list et al, check that SIZE divides the bv length.Mark H Weaver2013-08-161-8/+3
|/
* Improved error checking in bytevector->uint-list and bytevector->sint-list.Mark H Weaver2013-08-161-1/+9
* deprecate generalized vectors in favor of arraysAndy Wingo2013-02-181-18/+18
* bytevectors: Fix IEEE-754 endianness conversion.Ludovic Courtès2012-04-221-1/+29
* Allow overlapping regions to be passed to `bytevector-copy!'.Ludovic Courtès2011-11-201-2/+9
* Move `with-test-prefix/c&e' to `(test-suite lib)'.Ludovic Courtès2010-11-191-20/+0
* rename (rnrs bytevector) to (rnrs bytevectors)Andy Wingo2010-06-011-1/+1
* doc: Remove obsolete reference to the lack of Unicode support.Ludovic Courtès2010-03-141-14/+19
* Move Latin-1 locale fiddling to `(test-suite lib)'.Ludovic Courtès2010-03-041-45/+10
* Fix "coding:" cookies in the test suite.Ludovic Courtès2010-03-021-8/+2
* Fix segfault for `(uniform-array->bytevector (bitvector))'.Ludovic Courtès2009-10-151-3/+22
* Compile in a fresh module by default.Ludovic Courtès2009-09-201-2/+3
* Use a TC7 tag instead of a SMOB for bytevectors.Ludovic Courtès2009-08-301-0/+3
* run bytevectors tests under the compiler and evaluatorAndy Wingo2009-06-261-7/+27
* Make bytevectors accessible using the generalized-vector API.Ludovic Courtès2009-06-221-0/+71
* Implement R6RS bytevector read syntax.Ludovic Courtès2009-06-191-0/+54
* Fix `equal?' on bytevectors.Ludovic Courtès2009-06-191-1/+6
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-3/+3
* Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.Ludovic Courtès2009-05-281-0/+531