build: Don't include <config.h> in native programs when cross-compiling.
[bpt/guile.git] / libguile / arrays.c
2012-10-24 Mark H WeaverMove array reader from arrays.c to read.c
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-01-09 Ludovic CourtèsFix incorrect use of `SCM_UNPACK'.
2012-01-09 Andy Wingoallocate a tc7 to arrays
2011-07-28 Andy Wingofix write beyond array end in arrays.c
2011-03-17 Andy Wingofix code that causes warnings on gcc 4.6
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-01-11 Andy Wingoallow compilation of #@2(1 2 3)
2010-01-07 Andy Wingoreimplement srfi-4 vectors on top of bytevectors
2009-12-15 Ludovic CourtèsRemove extraneous semicolon after `SCM_ARRAY_IMPLEMENTA...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-08 Andy Wingoadd SCM_SMOB_TYPE_BITS and SCM_SMOB_TYPE_MASK
2009-12-08 Andy Wingofix erroneous SCM_CELL_* usage in arrays.[ch]
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-16 Andy Wingobitvector tweaks
2009-10-15 Ludovic CourtèsFix compilation of literal bitvectors.
2009-09-28 Ludovic CourtèsRemove unneeded SMOB/port mark/free procedures.
2009-09-18 Andy Wingofix bitvectors after the array handle refactoring
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
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-07-19 Andy Wingomake-typed-array builds backing vector via make-general...
2009-07-19 Andy Wingouniform vector functions to their own file
2009-07-19 Andy Wingogeneric vector ops to own file
2009-07-19 Andy Wingomove generic array foo out to its own file
2009-07-19 Andy Wingoremove enclosed arrays
2009-07-19 Andy Wingoadd generic array implementation facility
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]