summaryrefslogtreecommitdiff
path: root/libguile/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* 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-5/+5
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-13/+13
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve symbols.h from _scm.hAndy Wingo2018-06-201-1/+2
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Remove list.h from _scm.hAndy Wingo2018-06-181-0/+1
* Remove includes of validate.h.Andy Wingo2018-06-181-1/+0
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+2
* Better errors for odd-length keyword argsAndy Wingo2017-02-281-10/+14
* Fix --without-threadsAndy Wingo2016-12-071-1/+1
* Deprecate dynamic rootsAndy Wingo2016-11-211-1/+0
* Mutex instead of critical sectoin in symbol->keywordAndy Wingo2016-11-011-2/+3
* Keywords have a tc7Andy Wingo2015-01-221-23/+10
* Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-07-161-8/+12
|\
| * Report the faulty keyword in errors raised by `scm_c_bind_keyword_arguments'.Ludovic Courtès2013-06-051-8/+12
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2013-04-141-0/+67
|\ \ | |/
| * Implement 'scm_c_bind_keyword_arguments'.Mark H Weaver2013-04-061-0/+67
| * Add scm_from_latin1_keyword and scm_from_utf8_keywordMark H Weaver2011-03-091-4/+16
* | locking for putc, putsAndy Wingo2011-11-081-2/+2
* | Add scm_from_latin1_keyword and scm_from_utf8_keywordMark H Weaver2011-03-091-4/+16
|/
* decruftify scm_sys_protectsAndy Wingo2009-12-051-4/+6
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+4
|\ \ | |/
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+4
* | Removed a lot of now-useless SMOB mark/free functions.Ludovic Courtes2008-09-051-1/+0
|/
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Critical section reviewNeil Jerram2005-04-241-1/+2
* Include "libguile/async.h" for SCM_CRITICAL_SECTION_START/END.Marius Vollmer2005-03-071-0/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+2
* * keywords.c (scm_symbol_to_keyword): Use SCM_ASSERT_TYPE for aMarius Vollmer2004-10-041-1/+1
* * keywords.h, keywords.c, deprecated.h, deprecated.cMarius Vollmer2004-10-041-41/+37
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-10/+13
* * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer2004-07-061-2/+2
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-36/+12
* * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31Mikael Djurfeldt2003-02-191-2/+2
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-3/+2
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* replace "scm_*_t" with "scm_t_*".Marius Vollmer2001-06-141-1/+1
* * Fixed some bugs, some reported by Matthias Koeppe.Dirk Herrmann2001-06-081-2/+5
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* (keyword_print): Substract 1 from length of symbol name, accountingMarius Vollmer2001-06-041-2/+2
* (keyword_print): Use scm_print_symbol_name so thatMarius Vollmer2001-05-301-1/+3
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-8/+5