Change Guile license to LGPLv3+
[bpt/guile.git] / libguile / symbols.h
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2008-08-26 Andy Wingomerge from guile master
2008-08-02 Andy Wingomerge guile-vm to guile
2008-05-31 Ludovic CourtèsAdd `SCM_INTERNAL' macro, use it.
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-24 Han-Wen Nienhuyspatches by Ludovic Courtès for symbol generation.
2005-05-23 Marius VollmerThe FSF has a new address.
2004-08-26 Marius Vollmer* strings.h, strings.c (scm_i_make_symbol): Added FLAGS...
2004-08-24 Marius Vollmer* symbols.h, symbols.c (scm_string_ci_to_symbol): Moved...
2004-08-19 Marius Vollmer* strings.h, strings.c: (scm_i_string_chars, scm_i_stri...
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-02-19 Mikael Djurfeldt* hooks.c (scm_c_hook_add): Fixed bug in append mode.
2002-02-04 Marius Vollmer(scm_mem2uninterned_symbol, scm_symbol_interned_p,...
2002-02-03 Marius Vollmer* symbols.h (SCM_SET_SYMBOL_HASH): Removed.
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2001-11-25 Marius Vollmer(SCM_MAKE_SYMBOL_TAG): New.
2001-11-02 Marius VollmerPrefixed each each exported symbol with SCM_API.
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-14 Marius Vollmerreplace "scm_*_t" with "scm_t_*".
2001-05-27 Dirk Herrmann* Changed the default definition of SCM.
2001-05-26 Michael Livshinrevert the ill-considered part of the 2001-05-24 changes
2001-05-24 Michael Livshin* validate.h
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-03-08 Mikael Djurfeldt* symbols.c, symbols.h (scm_sys_symbols): New function...
2000-12-16 Keisuke NishidaAdded prototype.
2000-12-12 Dirk Herrmann* The creation of symbols and bindings are two separate...
2000-12-12 Dirk Herrmann* Moved function scm_string_hash to hash.c.
2000-12-08 Dirk Herrmann* New functions: scm_str2symbol, scm_mem2symbol
2000-12-08 Dirk Herrmann* Guile does not assume a hash table size of scm_symhas...
2000-11-28 Dirk Herrmann* Removed SCM_SYMBOL_UCHARS.
2000-11-23 Dirk Herrmann* Deprecated SCM_LENGTH_MAX.
2000-11-23 Dirk Herrmann* SCM_SETCHARS deprecated.
2000-11-23 Dirk Herrmann* Deprecated SCM_SETLENGTH.
2000-11-22 Dirk Herrmann* Deprecated macros SCM_ROCHARS and SCM_ROUCHARS.
2000-11-02 Dirk Herrmann* Get rid of calls to SCM_ROSTRINGP.
2000-10-30 Dirk Herrmann* Change a couple of functions to accept either symbols...
2000-10-25 Dirk Herrmann* Some more work to get rid of SCM_LENGTH
2000-10-06 Dirk Herrmann* Added type-specific replacement macros for SCM_LENGTH.
2000-09-26 Dirk Herrmann* Eliminated all calls to SCM_UCHARS.
2000-09-26 Dirk Herrmann* Eliminated all remaining calls to SCM_CHARS.
2000-09-26 Dirk Herrmann* Replaced a lot of references to SCM_CHARS.
2000-09-22 Dirk Herrmann* Added SCM_STRING_CHARS and SCM_SYMBOL_CHARS in order...
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-09-12 Mikael Djurfeldt* symbols.h (scm_gentemp): Declared.
2000-08-11 Mikael DjurfeldtDeprecated scm_top_level_lookup_closure_var
2000-06-20 Mikael DjurfeldtLayout fix
2000-06-12 Mikael DjurfeldtUpdated copyrights
2000-04-12 Dirk HerrmannThe msymbol slots are now a field of scm_bits_t values.
2000-03-28 Dirk HerrmannUse SCM_{SET_}?CELL_WORD_[01] to access length and...
2000-03-23 Mikael Djurfeldt* symbols.h (SCM_SETCHARS): Cast second arg into SCM.
2000-03-21 Dirk HerrmannMake scm_strhash's string parameter constant.
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-02 Greg J. Badros* list.c: Moved append docs to append! Thanks Dirk...
1999-12-19 Greg J. Badros* tags.h (SCM_CONSP, SCM_NCONSP): Define these in terms of
1999-12-17 Greg J. Badros* tags.h (SCM_ECONSP, SCM_NECONSP): Fix these macros...
1999-12-16 Greg J. Badros* *.h: Use SCM_NIMP(X) && in all the FOOP macros.
1999-02-06 Jim Blandy* chars.c (scm_lowers, scm_uppers, scm_charnames, scm_c...
1998-10-19 Jim Blandy* __scm.h, alist.c, async.c, async.h, backtrace.h,...
1998-09-30 Jim BlandyWarning fixes from Maciej Stachowiak:
1997-10-25 Jim BlandyMinor problems with substring-related tag changes.
1997-10-15 Tom Tromey * Makefile.in: Rebuilt.
1997-09-01 Mikael Djurfeldt* symbols.h (scm_builtin_bindings, scm_builtin_weak_bin...
1997-05-26 Jim Blandy* Lots of files: New address for FSF.
1997-05-12 Jim BlandyEnsure that shared substrings are handled properly...
1997-02-26 Mikael Djurfeldt* symbols.c, symbols.h (scm_symbol_value0): New functio...
1997-02-10 Mikael Djurfeldt* symbols.c (scm_sysintern0): New function. Contains...
1997-01-18 Marius Vollmer* symbols.c (scm_sysintern): Renamed to
1996-10-14 Jim Blandy* __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1996-10-11 Jim Blandy* symbols.c (scm_intern_obarray_soft, scm_sysintern...
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-11 Mikael Djurfeldt* symbols.h (SCM_SETLENGTH): Use SCM_SETCAR.
1996-09-05 Jim Blandy* alist.h, append.h, arbiters.h, async.h, boolean.h...
1996-09-04 Jim BlandyDon't install the unwashed masses of Guile header files...
1996-07-25 Jim Blandymaintainer changed: was lord, now jimb; first import