Fix shrinking of contiguous bytevectors, as from 'get-bytevector-n'.
[bpt/guile.git] / libguile / bytevectors.c
2014-05-28 Ludovic CourtèsFix shrinking of contiguous bytevectors, as from 'get...
2013-08-17 Mark H WeaverImproved error checking in bytevector->uint-list and...
2012-04-22 Ludovic Courtèsbytevectors: Fix IEEE-754 endianness conversion.
2012-02-10 Andy Wingomore efficient scm_string_to_utf8, scm_string_to_utf32
2011-11-20 Ludovic CourtèsAllow overlapping regions to be passed to `bytevector...
2011-08-18 Andy Wingofix a couple of leaks
2011-07-29 Andy Wingominor style fix in bytevectors.c
2011-07-01 Ludovic CourtèsAdd type and range checks to the complex generalized...
2011-07-01 Ludovic CourtèsFix unaligned accesses for bytevectors of complex numbers.
2011-05-13 Andy Wingoscm_is_eq for SCM vals, not == or !=
2011-03-08 Mark H WeaverFix bytevectors VALIDATE_REAL to test for reals, not...
2011-01-07 Andy Wingouse scm_from_latin1_symboln for string literals and...
2010-12-04 Andy Wingomake-string et al nulls memory if not given an initializer
2010-11-19 Andy Wingofix a number of assuptions that a long could hold an...
2010-06-01 Andy Wingorename (rnrs bytevector) to (rnrs bytevectors)
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-31 Andy Wingomore fixes to equal? for arrays
2010-03-16 Andy Wingorename libguile to libguile-@EFFECTIVE_VERSION@, curren...
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2010-01-07 Andy WingoRevert "Remove unused internal bytevector functions."
2009-12-11 Andy Wingomerge from master to elisp
2009-12-05 Andy Wingomore boot cleanup
2009-12-05 Andy Wingoremove a bunch of needless scm_permanent_object calls
2009-11-16 Ludovic CourtèsRe-add an indirection in bytevectors.
2009-11-16 Ludovic CourtèsRemove unused internal bytevector functions.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-28 Michael GranModify bytevectors/string conversions to allow wide...
2009-10-16 Andy Wingobitvector tweaks
2009-10-15 Ludovic CourtèsFix segfault for `(uniform-array->bytevector (bitvector))'.
2009-09-18 Andy Wingofix bitvectors after the array handle refactoring
2009-09-09 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-30 Ludovic CourtèsRemove the distinction between inline/outline storage...
2009-08-30 Ludovic CourtèsUse a TC7 tag instead of a SMOB for bytevectors.
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-18 Ludovic CourtèsUse `scm_gc_malloc_pointerless ()' for bytevectors.
2009-08-17 Ludovic CourtèsRemove unneeded SMOB mark/free procedures.
2009-08-17 Ludovic CourtèsFix malloc/scm_c_take_bytevector mismatch.
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingofix (bytevector-ieee-single-native-set! x 0 0)
2009-07-19 Andy Wingobytevectors have "element type" field, e.g. for general...
2009-07-19 Andy Wingobytevector inlinedness indicated by flag, not length
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-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
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...