summaryrefslogtreecommitdiff
path: root/libguile/keywords.h
Commit message (Expand)AuthorAgeFilesLines
* Implement hashing for keywords, i.e. (hash #:x ...)Rob Browning2020-02-211-0/+2
* Use 'scm_from_utf8_{string,symbol,keyword}' for C string literals.Mark H Weaver2019-05-231-3/+3
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+0
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Devolve keyword-snarfing macrosAndy Wingo2018-06-201-0/+9
* Devolve more validate macrosAndy Wingo2018-06-181-1/+6
* Keywords have a tc7Andy Wingo2015-01-221-5/+1
* Implement 'scm_c_bind_keyword_arguments'.Mark H Weaver2013-04-061-0/+12
* Add scm_from_latin1_keyword and scm_from_utf8_keywordMark H Weaver2011-03-091-2/+4
* Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* Add `SCM_INTERNAL' macro, use it.Ludovic Courtès2008-05-311-2/+2
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* * keywords.h, keywords.c, deprecated.h, deprecated.cMarius Vollmer2004-10-041-7/+7
* Use SCM_SMOB_* instead of SCM_CELL_* as appropriate. UseMarius Vollmer2004-05-061-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* Prefixed each each exported symbol with SCM_API.Marius Vollmer2001-11-021-6/+6
* * Renamed header macros to the SCM_<filename>_H format.Dirk Herrmann2001-08-311-7/+8
* * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c,Martin Grabmüller2001-07-191-1/+1
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* Smob-related creanup.Keisuke Nishida2000-12-081-1/+2
* Updated copyrightsMikael Djurfeldt2000-06-121-1/+1
* * Replace SCM_UNPACK_CAR appropriately.Dirk Herrmann2000-05-251-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* *** empty log message ***Mikael Djurfeldt2000-03-121-1/+1
* * async.c, boolean.h, debug.c, dynl.c, dynwind.c, eval.c, eval.h,Mikael Djurfeldt2000-03-121-1/+1
* *.[ch]: make a distinction between SCM as a genericGreg J. Badros2000-03-091-1/+1
* * *.h: Use SCM_NIMP(X) && in all the FOOP macros.Greg J. Badros1999-12-161-1/+4
* * keywords.c, keywords.h (scm_c_make_keyword): New function.Mikael Djurfeldt1999-06-231-4/+5
* * keywords.c, keywords.h: Files renamed from kw.c, kw.h.Mikael Djurfeldt1999-03-141-0/+63