summaryrefslogtreecommitdiff
path: root/libguile/gc-inline.h
AgeCommit message (Expand)AuthorFilesLines
2019-08-26Compiler allocates boxed flonums in unmarked spaceAndy Wingo1-0/+6
2019-06-20Inline freelist vectors into scm_threadAndy Wingo1-12/+1
2018-06-26Rename scm_i_thread to scm_threadAndy Wingo1-7/+7
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-1/+1
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-3/+3
2018-06-20Rename __scm.h to scm.hAndy Wingo1-2/+0
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove useless "classes: h_files" from Guile headers.Andy Wingo1-4/+2
2014-02-02Add thread-local lock-free, TLS-free freelists.Andy Wingo1-0/+183