summaryrefslogtreecommitdiff
path: root/libguile/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* Better errors for odd-length keyword args...Andy Wingo2017-02-281-10/+14
* Fix --without-threads...Andy Wingo2016-12-071-1/+1
* Deprecate dynamic roots...Andy Wingo2016-11-211-1/+0
* Mutex instead of critical sectoin in symbol->keyword...Andy Wingo2016-11-011-2/+3
* Keywords have a tc7...Andy 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_keyword...Mark H Weaver2011-03-091-4/+16
* | locking for putc, puts...Andy Wingo2011-11-081-2/+2
* | Add scm_from_latin1_keyword and scm_from_utf8_keyword...Mark H Weaver2011-03-091-4/+16
|/
* decruftify scm_sys_protects...Andy Wingo2009-12-051-4/+6
* Merge branch 'master' into boehm-demers-weiser-gc...Ludovic Courtès2009-08-181-6/+7
|\
| * Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gc...Ludovic 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 a...Marius Vollmer2004-10-041-1/+1
* * keywords.h, keywords.c, deprecated.h, deprecated.c...Marius 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 31...Mikael 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 when...Marius 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, accounting...Marius Vollmer2001-06-041-2/+2
* (keyword_print): Use scm_print_symbol_name so that...Marius Vollmer2001-05-301-1/+3
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-8/+5
* Correct, update, improve and clean up a lot of docstrings in order to make...Martin Grabmüller2001-04-031-1/+2
* * Replaced a lot of calls to SCM_C[AD]R with more appropriate macros....Dirk Herrmann2001-03-301-4/+4
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* Remove dump facilities.Keisuke Nishida2001-03-021-23/+0
* Removed redundant code.Keisuke Nishida2001-02-061-2/+4
* Minor modifications.Keisuke Nishida2001-02-051-1/+1
* New dump/undump scheme.Keisuke Nishida2001-02-051-4/+4
* New files: dump.c, dump.h.Keisuke Nishida2001-02-031-0/+20
* New functions: scm_c_make_vector, scm_c_make_hash_table.Keisuke Nishida2001-02-021-2/+2
* * Added missing includes of string.h.Dirk Herrmann2001-01-261-0/+2
* * Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead of scm_sysintern......Dirk Herrmann2000-12-111-3/+6
* Smob-related creanup.Keisuke Nishida2000-12-081-5/+6