summaryrefslogtreecommitdiff
path: root/libguile/weak-vector.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-1/+2
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-8/+8
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve threads.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Remove <string.h> include from ports.h.Andy Wingo2018-06-191-0/+1
* Devolve vectors.h include from ports.hAndy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-2/+3
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-2/+3
* Merge commit '495cea0c931de23f074892b3f32808e676712a18'Andy Wingo2014-02-081-2/+2
* Add weak-vector-length, weak-vector-ref, weak-vector-set!Andy Wingo2014-02-071-6/+69
* Fix --without-threads and SCM_DEBUG_TYPING_STRICTNESS==2 builds.Mark H Weaver2013-08-081-2/+3
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-07-061-4/+4
* Revert "add SCM_HEAP_OBJECT_BASE"Andy Wingo2012-01-311-1/+1
* add SCM_HEAP_OBJECT_BASEAndy Wingo2011-10-241-1/+1
* add SCM_HEAP_OBJECT_PAndy Wingo2011-10-241-3/+3
* add SCM_{PACK,UNPACK}_POINTERAndy Wingo2011-10-241-2/+2
* remove weak pairs, rewrite weak vectorsAndy Wingo2011-10-241-0/+207