REPL Server: Don't establish a SIGINT handler.
[bpt/guile.git] / libguile / bytevectors.h
2011-08-18 Andy Wingofix a couple of leaks
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-07 Andy WingoRevert "Remove unused internal bytevector functions."
2009-12-11 Andy Wingomerge from master to elisp
2009-11-16 Ludovic CourtèsRe-add an indirection in bytevectors.
2009-11-16 Ludovic CourtèsRemove unused internal bytevector functions.
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-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
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-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-16 Neil JerramChange Guile license to LGPLv3+
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...