Merge remote-tracking branch 'local-2.0/stable-2.0'
[bpt/guile.git] / libguile / arrays.c
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-02 Bake TimmonsImprove the usage of variable names in C docstrings.
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
2012-01-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
2012-01-09 Ludovic CourtèsFix incorrect use of `SCM_UNPACK'.
2012-01-09 Andy Wingoallocate a tc7 to arrays
2011-12-19 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-06 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-01 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-11-07 Andy Wingolocking for putc, puts
2011-11-07 Andy Wingolocking on unget_byte, ungetc, ungets
2011-11-07 Andy Wingolocking on scm_c_read, scm_getc
2011-10-27 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-10-24 Andy Wingoadd SCM_HEAP_OBJECT_P
2011-08-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-07-28 Andy Wingofix write beyond array end in arrays.c
2011-04-11 Andy WingoMerge remote branch 'origin/stable-2.0'
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]