summaryrefslogtreecommitdiff
path: root/test-suite/tests/weaks.test
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9b5da400dde6e6bc8fd0e318e7ca1feffa5870db'Andy Wingo2014-02-071-20/+21
|\
| * Deprecate vector-ref, vector-length, vector-set! on weak vectorsAndy Wingo2014-02-071-20/+20
* | hash-set! on weak tables returns the valueAndy Wingo2012-03-021-1/+9
* | remove weak pairs, rewrite weak vectorsAndy Wingo2011-10-241-12/+12
|/
* fix hash-set! on weak tablesAndy Wingo2011-06-161-1/+25
* Allow arbitrary code in ASSOC procedures for weak hash tables (bug #29616).Ludovic Courtès2010-10-111-1/+38
* Fix typo in `weaks.test'.Ludovic Courtès2010-09-241-1/+1
* Strengthen the weak hash table tests.Ludovic Courtès2010-09-231-24/+39
* Fix weak-value hash tables.Ludovic Courtès2010-09-231-50/+55
* Make `weaks.test' slightly more robust.Ludovic Courtès2009-09-281-6/+6
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-1/+1
* merge from 1.8 branchKevin Ryde2006-04-161-1/+1
* Do not fail when the GC does not collect an object, report it asMarius Vollmer2005-07-311-6/+8
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+10
* * tests/elisp.test: Use module (ice-9 weak-vector).Mikael Djurfeldt2003-02-191-13/+15
* * tests/alist.test, tests/bit-operations.test,Martin Grabmüller2001-07-191-1/+1
* * Provide and use new convenience macros to test for exceptions.Dirk Herrmann2001-02-281-48/+23
* * Make sure that tests return a boolean value.Dirk Herrmann2001-02-281-4/+8
* Adopted a couple of nice ideas from Greg.Dirk Herrmann2000-05-081-139/+136
* * tests/weaks.test: Added.Mikael Djurfeldt1999-12-221-0/+234