summaryrefslogtreecommitdiff
path: root/libguile/keywords.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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