summaryrefslogtreecommitdiff
path: root/libguile/bytevectors.h
Commit message (Expand)AuthorAgeFilesLines
* Devolve gc.hAndy Wingo2018-06-181-0/+2
* More validate.h devolutionAndy Wingo2018-06-181-0/+5
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* All literal constants are read-onlyAndy Wingo2017-04-181-1/+9
* Reuse SCM_BYTEVECTOR_TYPED_LENGTH in scm_array_get_handleDaniel Llorens2016-11-231-0/+5
* refactor tc7 and tc16 checksAndy Wingo2011-10-241-1/+1
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2011-08-311-1/+1
|\
| * fix a couple of leaksAndy Wingo2011-08-181-2/+2
* | bytevectors have internal parent fieldAndy Wingo2011-05-071-4/+6
|/
* Revert "Remove unused internal bytevector functions."Andy Wingo2010-01-071-0/+4
* Re-add an indirection in bytevectors.Ludovic Courtès2009-11-161-7/+8
* Remove unused internal bytevector functions.Ludovic Courtès2009-11-161-4/+0
* Remove the distinction between inline/outline storage for bytevectors.Ludovic Courtès2009-08-311-17/+12
* Use a TC7 tag instead of a SMOB for bytevectors.Ludovic Courtès2009-08-301-13/+16
* bytevectors have "element type" field, e.g. for generalized-vector-refAndy Wingo2009-07-191-0/+6
* bytevector inlinedness indicated by flag, not lengthAndy Wingo2009-07-191-6/+4
* bytevectors provide scm_i_native_endianness to the vmAndy Wingo2009-06-261-0/+3
* Always create the bytevector SMOB type.Ludovic Courtès2009-06-221-1/+2
* Make bytevectors accessible using the generalized-vector API.Ludovic Courtès2009-06-221-0/+1
* bytevectors: Add a C-friendly API.Ludovic Courtès2009-06-221-1/+6
* bytevectors: Use `size_t' rather than `unsigned' for sizes.Ludovic Courtès2009-06-221-4/+4
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* add ability to compile uniform arraysAndy Wingo2009-06-051-0/+2
* Import R6RS bytevectors and I/O ports from Guile-R6RS-Libs 0.2.Ludovic Courtès2009-05-281-0/+133