Fix bytevector-copy when applied to SRFI-4 homogeneous numeric vectors.
[bpt/guile.git] / test-suite / tests / weaks.test
2014-02-07 Andy WingoDeprecate vector-ref, vector-length, vector-set! on...
2011-06-16 Andy Wingofix hash-set! on weak tables
2010-10-11 Ludovic CourtèsAllow arbitrary code in ASSOC procedures for weak hash...
2010-09-24 Ludovic CourtèsFix typo in `weaks.test'.
2010-09-23 Ludovic CourtèsStrengthen the weak hash table tests.
2010-09-23 Ludovic CourtèsFix weak-value hash tables.
2009-12-11 Andy Wingomerge from master to elisp
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-09-28 Ludovic CourtèsMake `weaks.test' slightly more robust.
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-06-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-08-02 Andy Wingomerge guile-vm to guile
2006-04-16 Kevin Rydemerge from 1.8 branch
2005-07-31 Marius VollmerDo not fail when the GC does not collect an object...
2005-05-23 Marius VollmerThe FSF has a new address.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-02-19 Mikael Djurfeldt* tests/elisp.test: Use module (ice-9 weak-vector).
2001-07-19 Martin Grabmüller * tests/alist.test, tests/bit-operations.test,
2001-02-28 Dirk Herrmann* Provide and use new convenience macros to test for...
2001-02-28 Dirk Herrmann* Make sure that tests return a boolean value.
2000-05-08 Dirk HerrmannAdopted a couple of nice ideas from Greg.
1999-12-22 Mikael Djurfeldt* tests/weaks.test: Added.