2002-07-20 Han-Wen <hanwen@cs.uu.nl>
[bpt/guile.git] / libguile / symbols.c
2002-07-20 Han-Wen Nienhuys2002-07-20 Han-Wen <hanwen@cs.uu.nl>
2002-03-14 Thien-Thi NguyenRetire inclusion guard macro SCM_MAGIC_SNARFER.
2002-03-01 Dirk HerrmannChanges in doc/ref:
2002-02-11 Marius Vollmer* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning...
2002-02-04 Marius Vollmer(scm_make_symbol): Fix typo in docstring.
2002-02-03 Marius Vollmer* symbols.h (SCM_SET_SYMBOL_HASH): Removed.
2002-01-31 Marius Vollmer(scm_gensym): Use " g" as default prefix, not "g".
2002-01-28 Stefan Jahn2002-01-28 Stefan Jahn <stefan@lkcc.org>
2001-11-25 Marius VollmerReplaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_ce...
2001-08-31 Dirk Herrmann* Removed deprecated stuff.
2001-07-09 Thien-Thi NguyenRemove "face-lift" comment.
2001-06-26 Dirk Herrmann* Deprecated scm_makfromstr and added scm_mem2string...
2001-06-07 Dirk Herrmann* Introduce SCM_UNUSED and mark unused function parameters.
2001-05-28 Martin Grabmüller * symbols.c (scm_gensym): Fix buffer overrun (try...
2001-05-24 Michael Livshin* validate.h
2001-05-21 Marius Vollmer(scm_mem2symbol): Re-introduce indirect cell. It is
2001-05-20 Marius Vollmer(scm_mem2symbol): Call `scm_must_strndup' instead of
2001-05-15 Marius VollmerMerge from mvo-vcell-cleanup-1-branch.
2001-05-04 Neil Jerram * eval.c (scm_promise_p), list.c (scm_append_x, scm_re...
2001-04-03 Martin GrabmüllerCorrect, update, improve and clean up a lot of docstrin...
2001-03-16 Martin Grabmüller * list.c (scm_list, scm_cons_star, scm_null_p, scm_lis...
2001-03-09 Keisuke NishidaRemove #include <stdio.h>. Add #include <string.h>.
2001-03-08 Mikael Djurfeldt* symbols.c, symbols.h (scm_sys_symbols): New function...
2001-03-04 Dirk Herrmann* Eliminate another couple of calls to scm_wta.
2001-03-02 Martin Grabmüller * vectors.c (s_scm_vector_p, list->vector, scm_vector)
2001-02-17 Martin Grabmüller(scm_gentemp, scm_gensym): Added texinfo markup.
2001-02-15 Marius Vollmer* symbols.c (scm_mem2symbol): Put a empty statement...
2001-02-02 Keisuke NishidaNew functions: scm_c_make_vector, scm_c_make_hash_table.
2001-01-16 Dirk Herrmann* Comment fixed.
2000-12-13 Dirk Herrmann* Renamed scm_symbols to symbols and made it static...
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* Use scm_mem2symbol or scm_str2symbol to create symbol...
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* 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-17 Marius Vollmer* alist.c, arbiters.c, async.c, backtrace.c, boolean...
2000-11-01 Dirk Herrmann* Don't recompute symbol hash values. The symbol holds...
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-09 Dirk Herrmann* Made some functions not accept symbols as input param...
2000-09-26 Dirk Herrmann* Eliminated all calls to SCM_UCHARS.
2000-09-22 Dirk Herrmann* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBO...
2000-09-20 Dirk Herrmann* Make sure that symbol properties initially form an...
2000-09-12 Mikael Djurfeldt* symbols.c (duplicate_string): Don't try to copy the...
2000-09-12 Dirk Herrmann* Redundant SCM_IMP test removed.
2000-09-12 Dirk Herrmann* Unified ssymbols and msymbols to a single symbol...
2000-09-12 Mikael Djurfeldt* symbols.c (scm_gensym): Reimplemented. Now only...
2000-09-10 Keisuke Nishida* modules.c: Use applicable smobs for eval closures...
2000-09-10 Mikael Djurfeldt*** empty log message ***
2000-09-10 Mikael Djurfeldt* symbols.c (scm_gensym): Bugfixed my previous bugfix...
2000-09-06 Mikael Djurfeldt2000-09-05 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
2000-09-02 Neil Jerram* Docstring updates for scm_symbol_to_string.
2000-08-11 Mikael Djurfeldt* symbols.c (scm_can_use_top_level_lookup_closure_var...
2000-06-21 Mikael Djurfeldt(SCM_TOP_LEVEL_LOOKUP_CLOSURE): New macro which replaces
2000-06-12 Mikael Djurfeldt* symbols.c (scm_intern_obarray_soft,
2000-06-05 Dirk Herrmann* Removed SCM_TRUE_P since it may get confused with...
2000-06-04 Mikael Djurfeldt* symbols.c (scm_sym2vcell): Bypass dispatch in the...
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-12 Dirk HerrmannThe msymbol slots are now a field of scm_bits_t values.
2000-04-11 Dirk HerrmannDon't use C operators to compare SCM values.
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-18 Dirk HerrmannOnly include root.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include strings.h where it is actually needed.
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-27 Greg J. Badros* vectors.c, symbols.c, strorder.c: Documentation cut...
2000-01-18 Mikael Djurfeldt* strports.c (st_end_input): Inserted parenthesis to...
2000-01-18 Mikael Djurfeldt* alist.c, chars.c, debug.c, dynl.c, dynwind.c, error...
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
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-05 Greg J. Badros* unif.c, symbols.c, strings.c, stacks.c, random.c...
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-13 Greg J. BadrosRemove leading whitespace before empty docstrings.
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-07-08 Mikael Djurfeldt* symbols.c (scm_gensym): Bugfix. (Thanks to Johannes...
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-07-12 Mikael Djurfeldt* eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init...
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-03-05 Mikael Djurfeldt* tags.h (SCM_ECONSP, SCM_NECONSP): Bugfix: Discriminat...
1997-02-28 Mikael Djurfeldt* symbols.c (msymbolize): Bugfix: Must initialize prope...
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-20 Mikael Djurfeldt* pairs.h, eval.c, eval.h, feature.c, gc.c, list.c...
1996-10-14 Mikael Djurfeldt* symbols.c (scm_sym2ovcell): Fixed documentation.
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-10-03 Jim Blandy* symbols.c (scm_intern_obarray_soft): Initialize the...
1996-09-13 Mikael Djurfeldt* __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs...
1996-09-10 Jim BlandyC files should #include only the header files they...
next