Age | Commit message (Expand) | Author | Files | Lines |
2012-02-08 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -4/+5 |
2012-02-02 | Improve the usage of variable names in C docstrings. | Bake Timmons | 1 | -4/+5 |
2012-01-30 | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 1 | -39/+11 |
2012-01-30 | Merge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e' | Andy Wingo | 1 | -11/+39 |
2012-01-26 | Revert "Universally-unique gensyms" | Andy Wingo | 1 | -39/+11 |
2012-01-21 | Universally-unique gensyms | Mark H Weaver | 1 | -11/+39 |
2011-10-25 | optimize utf8 symbol lookup | Andy Wingo | 1 | -2/+84 |
2011-10-24 | add SCM_{PACK,UNPACK}_POINTER | Andy Wingo | 1 | -2/+2 |
2011-10-23 | symbols.c uses weak sets | Andy Wingo | 1 | -61/+30 |
2011-05-23 | really threadsafe access to symbol table | Andy Wingo | 1 | -12/+7 |
2011-03-06 | Slightly optimize `gensym'. | Ludovic Courtès | 1 | -5/+11 |
2011-01-07 | optimize scm_from_latin1_symboln | Andy Wingo | 1 | -2/+58 |
2011-01-07 | lookup_interned_symbol uses get_handle_by_hash | Andy Wingo | 1 | -28/+18 |
2011-01-07 | fix symbol garbage collection | Andy Wingo | 1 | -106/+86 |
2011-01-07 | add scm_from_{latin1,utf8}_symbol{n,} | Andy Wingo | 1 | -0/+26 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -67/+43 |
2009-08-21 | Add initial support for wide symbols | Michael Gran | 1 | -67/+41 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-03-22 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -42/+42 |
2009-03-19 | Have `scm_take_locale_symbol ()' return an interned symbol (fixes bug #25865). | Ludovic Courtès | 1 | -42/+42 |
2008-09-13 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -1/+1 |
2008-09-10 | Merge commit '032913739218c756f673bfb9c8f66ef9f8f02330' into boehm-demers-wei... | Ludovic Courtès | 1 | -0/+3 |
2008-09-10 | Fixed symbols so that interned symbols are only weakly referenced. | Ludovic Courtes | 1 | -14/+34 |
2008-09-05 | Fixed a warning in `symbols.c'. | Ludovic Courtes | 1 | -1/+1 |
2008-09-05 | First stab at implementing weak hash tables and vectors. Unable to run the R... | Ludovic Courtes | 1 | -1/+12 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+3 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-24 | patches by Ludovic Courtès for symbol generation. | Han-Wen Nienhuys | 1 | -32/+106 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -2/+2 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -2/+2 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -2/+2 |
2005-01-02 | Use new vector elements API or simple vector API, as appropriate. | Marius Vollmer | 1 | -2/+2 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -1/+1 |
2004-08-26 | * strings.h, strings.c (scm_i_make_symbol): Added FLAGS parameter. | Marius Vollmer | 1 | -7/+5 |
2004-08-24 | * symbols.h, symbols.c (scm_string_ci_to_symbol): Moved here, next | Marius Vollmer | 1 | -0/+15 |
2004-08-19 | * strings.h, strings.c: (scm_i_string_chars, scm_i_string_length, | Marius Vollmer | 1 | -119/+52 |
2004-08-12 | * socket.c, rw.c, deprecated.h, validate.h | Marius Vollmer | 1 | -6/+7 |
2004-08-02 | * numbers.h, numbers.c, discouraged.h, discouraged.c (scm_short2num, | Marius Vollmer | 1 | -1/+1 |
2004-07-31 | (scm_gensym): Use scm_i_misc_mutex around gensym_counter | Kevin Ryde | 1 | -5/+11 |
2004-07-23 | * deprecated.h, deprecated.c, numbers.h (SCM_INUMP, SCM_NINUMP, | Marius Vollmer | 1 | -1/+1 |
2004-07-08 | * numbers.h (SCM_MAKINUM, SCM_I_MAKINUM): Renamed SCM_MAKINUM to | Marius Vollmer | 1 | -1/+1 |
2004-07-06 | * deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL, | Marius Vollmer | 1 | -2/+2 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -36/+12 |
2003-03-26 | * symbols.c: #include <config.h> if HAVE_CONFIG_H. | Rob Browning | 1 | -0/+3 |
2003-02-19 | * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31 | Mikael Djurfeldt | 1 | -1/+1 |
2003-02-19 | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 1 | -6/+30 |
2002-08-16 | * mallocs.c (scm_malloc_obj): use scm_gc_malloc in stead of | Han-Wen Nienhuys | 1 | -1/+1 |