summaryrefslogtreecommitdiff
path: root/libguile/symbols.c
Commit message (Expand)AuthorAgeFilesLines
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* patches by Ludovic Courtès for symbol generation.Han-Wen Nienhuys2006-01-241-32/+106
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* See ChangeLog from 2005-03-02.Marius Vollmer2005-03-021-2/+2
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-2/+2
* Threading changes.Marius Vollmer2005-01-241-2/+2
* Use new vector elements API or simple vector API, as appropriate.Marius Vollmer2005-01-021-2/+2
* *** empty log message ***Marius Vollmer2004-09-221-1/+1
* * strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter.Marius Vollmer2004-08-261-7/+5
* * symbols.h, symbols.c (scm_string_ci_to_symbol): Moved here, nextMarius Vollmer2004-08-241-0/+15
* * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length,Marius Vollmer2004-08-191-119/+52
* * socket.c, rw.c, deprecated.h, validate.hMarius Vollmer2004-08-121-6/+7
* * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num,Marius Vollmer2004-08-021-1/+1
* (scm_gensym): Use scm_i_misc_mutex around gensym_counterKevin Ryde2004-07-311-5/+11
* * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP,Marius Vollmer2004-07-231-1/+1
* * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM toMarius Vollmer2004-07-081-1/+1
* * 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
* * symbols.c: #include <config.h> if HAVE_CONFIG_H.Rob Browning2003-03-261-0/+3
* * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31Mikael Djurfeldt2003-02-191-1/+1
* * hooks.c (scm_c_hook_add): Fixed bug in append mode.Mikael Djurfeldt2003-02-191-6/+30
* * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead ofHan-Wen Nienhuys2002-08-161-1/+1
* new gcHan-Wen Nienhuys2002-08-041-8/+3
* 2002-07-20 Han-Wen <hanwen@cs.uu.nl>Han-Wen Nienhuys2002-07-201-5/+5
* Retire inclusion guard macro SCM_MAGIC_SNARFER.Thien-Thi Nguyen2002-03-141-2/+0
* Changes in doc/ref:Dirk Herrmann2002-03-011-12/+10
* * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer2002-02-111-4/+6
* (scm_make_symbol): Fix typo in docstring.Marius Vollmer2002-02-041-1/+1
* * symbols.h (SCM_SET_SYMBOL_HASH): Removed.Marius Vollmer2002-02-031-2/+42
* (scm_gensym): Use " g" as default prefix, not "g".Marius Vollmer2002-01-311-6/+9
* 2002-01-28 Stefan Jahn <stefan@lkcc.org>Stefan Jahn2002-01-281-0/+44
* Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer2001-11-251-5/+5
* * Removed deprecated stuff.Dirk Herrmann2001-08-311-3/+0
* Remove "face-lift" comment.Thien-Thi Nguyen2001-07-091-2/+0
* * Deprecated scm_makfromstr and added scm_mem2string as a replacement.Dirk Herrmann2001-06-261-1/+4
* * Introduce SCM_UNUSED and mark unused function parameters.Dirk Herrmann2001-06-071-1/+1
* * symbols.c (scm_gensym): Fix buffer overrun (try `(gensymMartin Grabmüller2001-05-281-2/+2
* * validate.hMichael Livshin2001-05-241-5/+5
* (scm_mem2symbol): Re-introduce indirect cell. It isMarius Vollmer2001-05-211-2/+4
* (scm_mem2symbol): Call `scm_must_strndup' instead ofMarius Vollmer2001-05-201-17/+5
* Merge from mvo-vcell-cleanup-1-branch.Marius Vollmer2001-05-151-589/+40
* * eval.c (scm_promise_p), list.c (scm_append_x, scm_reverse_x),Neil Jerram2001-05-041-1/+1
* Correct, update, improve and clean up a lot of docstrings in order to makeMartin Grabmüller2001-04-031-25/+31
* * list.c (scm_list, scm_cons_star, scm_null_p, scm_list_p),Martin Grabmüller2001-03-161-8/+9
* Remove #include <stdio.h>. Add #include <string.h>.Keisuke Nishida2001-03-091-1/+0
* * symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUGMikael Djurfeldt2001-03-081-2/+13
* * Eliminate another couple of calls to scm_wta.Dirk Herrmann2001-03-041-2/+8
* * vectors.c (s_scm_vector_p, list->vector, scm_vector)Martin Grabmüller2001-03-021-47/+39
* (scm_gentemp, scm_gensym): Added texinfo markup.Martin Grabmüller2001-02-171-8/+10
* * symbols.c (scm_mem2symbol): Put a empty statement after theMarius Vollmer2001-02-151-0/+1