add registry of vector constructors, make-generalized-vector
[bpt/guile.git] / libguile / bytevectors.c
2009-07-19 Andy Wingoadd registry of vector constructors, make-generalized...
2009-07-19 Andy Wingouniform vector functions to their own file
2009-07-19 Andy Wingoadd generic array implementation facility
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-06-26 Andy Wingobytevectors provide scm_i_native_endianness to the vm
2009-06-21 Ludovic CourtèsAlways create the bytevector SMOB type.
2009-06-21 Ludovic CourtèsMake bytevectors accessible using the generalized-vecto...
2009-06-21 Ludovic Courtèsbytevectors: Add a C-friendly API.
2009-06-21 Ludovic Courtèsbytevectors: Use `size_t' rather than `unsigned' for...
2009-06-18 Ludovic CourtèsFix `equal?' on bytevectors.
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-06-05 Neil JerramFix `Mismatching FUNC_NAME' warning from guile-func...
2009-06-05 Andy Wingoadd ability to compile uniform arrays
2009-06-02 Julian GrahamMerge branch 'master' of git://git.savannah.gnu.org...
2009-05-29 Andy WingoMerge branch 'syncase-in-boot-9'
2009-05-28 Ludovic CourtèsImport R6RS bytevectors and I/O ports from Guile-R6RS...