summaryrefslogtreecommitdiff
path: root/libguile/keywords.c
Commit message (Expand)AuthorAgeFilesLines
...
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin 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
* * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,Marius Vollmer2000-11-171-0/+2
* * Replaced a lot of references to SCM_CHARS.Dirk Herrmann2000-09-261-1/+1
* * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann2000-09-221-1/+1
* * macros.c: Remove surplus newlines from end of docstrings.Neil Jerram2000-08-111-4/+4
* * keywords.c (scm_tc16_kw): Removed deprecated type.Mikael Djurfeldt2000-06-121-16/+1
* * Wrapped deprecated code between #if (SCM_DEBUG_DEPRECATED == 0) #endif.Dirk Herrmann2000-05-151-0/+11
* * Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt2000-04-211-9/+9
* Lots of fixes to make guile (at some time) compile with strict typing.Dirk Herrmann2000-04-031-2/+2
* * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin2000-03-191-0/+6
* Only include root.h where it is actually needed.Dirk Herrmann2000-03-181-0/+1
* Only include ports.h where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Only include vectors.h in those files, where it is actually needed.Dirk Herrmann2000-03-171-0/+1
* Removed empty file genio.h and references to it.Dirk Herrmann2000-03-171-1/+0
* * error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros2000-03-031-1/+1
* * sort.c: typo in comment fixed.Greg J. Badros2000-01-261-7/+6
* * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,Mikael Djurfeldt2000-01-181-4/+4
* * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros2000-01-051-3/+3
* *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.Greg J. Badros2000-01-051-3/+3
* * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMPGreg J. Badros2000-01-041-2/+1
* * coop-threads.c: Remove K&R function headers.Greg J. Badros1999-12-161-1/+1
* * Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1999-12-131-2/+4
* * *.c: Pervasive software-engineering-motivated rewrite ofGreg J. Badros1999-12-121-30/+24
* Greg's smob patchMikael Djurfeldt1999-07-071-19/+3
* * keywords.c, keywords.h (scm_c_make_keyword): New function.Mikael Djurfeldt1999-06-231-0/+12
* * keywords.c (scm_tc16_kw): Added for backward compatibility.Mikael Djurfeldt1999-03-221-0/+5
* * keywords.c, keywords.h: Files renamed from kw.c, kw.h.Mikael Djurfeldt1999-03-141-0/+146