replace "scm_*_t" with "scm_t_*".
[bpt/guile.git] / libguile / keywords.c
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-06-08 Dirk Herrmann* Fixed some bugs, some reported by Matthias Koeppe.
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-06-04 Marius Vollmer(keyword_print): Substract 1 from length of symbol...
2001-05-30 Marius Vollmer(keyword_print): Use scm_print_symbol_name so that
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-30 Dirk Herrmann* Replaced a lot of calls to SCM_C[AD]R with more appro...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-02 Keisuke NishidaRemove dump facilities.
2001-02-06 Keisuke NishidaRemoved redundant code.
2001-02-05 Keisuke NishidaMinor modifications.
2001-02-05 Keisuke NishidaNew dump/undump scheme.
2001-02-03 Keisuke NishidaNew files: dump.c, dump.h.
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-26 Dirk Herrmann* Added missing includes of string.h.
2000-12-11 Dirk Herrmann* Initialize symbols using SCM_(GLOBAL_)?SYMBOL instead...
2000-12-08 Keisuke NishidaSmob-related creanup.
2000-11-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-08-11 Neil Jerram * macros.c: Remove surplus newlines from end of docstr...
2000-06-12 Mikael Djurfeldt* keywords.c (scm_tc16_kw): Removed deprecated type.
2000-05-15 Dirk Herrmann* Wrapped deprecated code between #if (SCM_DEBUG_DEPREC...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include ports.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-17 Dirk HerrmannRemoved empty file genio.h and references to it.
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-26 Greg J. Badros* sort.c: typo in comment fixed.
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-04 Greg J. Badros* options.c, objects.c, keywords.c, gc.c: Some redundan...
1999-12-16 Greg J. Badros* coop-threads.c: Remove K&R function headers.
1999-12-13 Greg J. Badros* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-07-07 Mikael DjurfeldtGreg's smob patch
1999-06-23 Mikael Djurfeldt* keywords.c, keywords.h (scm_c_make_keyword): New...
1999-03-22 Mikael Djurfeldt* keywords.c (scm_tc16_kw): Added for backward compatib...
1999-03-14 Mikael Djurfeldt* keywords.c, keywords.h: Files renamed from kw.c,...