summaryrefslogtreecommitdiff
path: root/libguile/symbols.c
Commit message (Expand)AuthorAgeFilesLines
* really threadsafe access to symbol tableAndy Wingo2011-05-231-12/+7
* Slightly optimize `gensym'.Ludovic Courtès2011-03-061-5/+11
* optimize scm_from_latin1_symbolnAndy Wingo2011-01-071-2/+58
* lookup_interned_symbol uses get_handle_by_hashAndy Wingo2011-01-071-28/+18
* fix symbol garbage collectionAndy Wingo2011-01-071-106/+86
* add scm_from_{latin1,utf8}_symbol{n,}Andy Wingo2011-01-071-0/+26
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-281-67/+43
|\
| * Add initial support for wide symbolsMichael Gran2009-08-211-67/+41
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\ \ | |/
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-03-221-42/+42
|\ \ | |/
| * Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865).Ludovic Courtès2009-03-191-42/+42
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-131-1/+1
|\ \ | |/
| * Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+1
* | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei...Ludovic Courtès2008-09-101-0/+3
|\ \ | |/
| * * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.cHan-Wen Nienhuys2007-01-221-0/+3
* | Fixed symbols so that interned symbols are only weakly referenced.Ludovic Courtes2008-09-101-14/+34
* | Fixed a warning in `symbols.c'.Ludovic Courtes2008-09-051-1/+1
* | First stab at implementing weak hash tables and vectors. Unable to run the R...Ludovic Courtes2008-09-051-1/+12
|/
* 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