Age | Commit message (Expand) | Author | Files | Lines |
2018-06-26 | Rename scm_i_thread to scm_thread | Andy Wingo | 1 | -0/+1 |
2018-06-21 | Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint types | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Update license notices in all C files | Andy Wingo | 1 | -17/+17 |
2018-06-20 | Remove (C) from copyright statements | Andy Wingo | 1 | -1/+1 |
2018-06-20 | Make .c copyright headers uniform | Andy Wingo | 1 | -2/+2 |
2018-06-20 | Rationalize include order in C files | Andy Wingo | 1 | -15/+11 |
2018-06-20 | Make libguile header inclusion consistent within libguile c files | Andy Wingo | 1 | -24/+24 |
2018-06-20 | Remove Emacs local variables comments in Guile source | Andy Wingo | 1 | -6/+0 |
2018-06-20 | Remove _scm.h | Andy Wingo | 1 | -1/+0 |
2018-06-20 | Move subr snarfing macros to gsubr.h. | Andy Wingo | 1 | -0/+1 |
2018-06-19 | Devolve numbers.h from _scm.h. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve pairs.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Devolve boolean.h include. | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove list.h from _scm.h | Andy Wingo | 1 | -0/+1 |
2018-06-18 | Remove includes of validate.h. | Andy Wingo | 1 | -1/+0 |
2018-06-14 | Fix libguile subcomponent headers not to include <libguile.h> | Andy Wingo | 1 | -2/+3 |
2017-04-18 | Attempt to mutate residualized literal pair throws exception | Andy Wingo | 1 | -2/+2 |
2015-08-13 | Allow decoding of UTF-8 containing U+FFFD, the replacement character. | Mark H Weaver | 1 | -4/+4 |
2013-01-15 | fix bug where scm_from_utf8_stringn would not detect bad utf-8 | Andy Wingo | 1 | -2/+2 |
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 |