Age | Commit message (Expand) | Author | Files | Lines |
2009-10-15 | signedness fix fix fix | Andy Wingo | 1 | -1/+1 |
2009-10-15 | fix scm_array_handle_ref signedness fix | Andy Wingo | 1 | -1/+1 |
2009-10-14 | Fix signed/unsigned mismatch in `scm_array_handle_{ref,set} ()'. | Ludovic Courtès | 1 | -2/+2 |
2009-09-14 | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 1 | -1/+1 |
2009-08-28 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -27/+15 |
2009-08-25 | Merge commit 'origin/master' | Andy Wingo | 1 | -23/+2 |
2009-08-25 | Add full Unicode capability to ports and the default reader | Michael Gran | 1 | -23/+2 |
2009-08-18 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -6/+7 |
2009-07-19 | add generic array implementation facility | Andy Wingo | 1 | -3/+12 |
2009-07-19 | rename unif.[ch] to arrays.[ch] | Andy Wingo | 1 | -2/+2 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-02-14 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -1/+1 |
2009-02-08 | Fix build when compiled with -Wundef -Werror | Neil Jerram | 1 | -1/+1 |
2008-09-16 | Add `scm_immutable_double_cell ()'. | Ludovic Courtès | 1 | -0/+47 |
2008-09-15 | Add `scm_immutable_cell ()'. | Ludovic Courtès | 1 | -0/+21 |
2008-09-10 | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 1 | -47/+136 |
2008-09-10 | Use thread-local allocation (significant perf. improvement!); added the `boeh... | Ludovic Courtes | 1 | -2/+2 |
2008-09-09 | Cleanup mark-during-GC debug checks. | Han-Wen Nienhuys | 1 | -3/+6 |
2008-09-05 | Added support for SMOB custom mark procedures. | Ludovic Courtes | 1 | -1/+1 |
2008-09-05 | Small fixes. Gets to the REPL and `abort ()'s soon after. | Ludovic Courtes | 1 | -1/+5 |
2008-09-05 | Merge from lcourtes@laas.fr--2005-mobile | Ludovic Courtes | 1 | -87/+9 |
2008-08-16 | Garbage collection cleanup. | Han-Wen Nienhuys | 1 | -10/+0 |
2008-04-16 | Inline `scm_getc', `scm_putc' and `scm_puts'. | Ludovic Courtès | 1 | -5/+81 |
2008-04-13 | Slightly simplify inline machinery. | Ludovic Courtès | 1 | -6/+6 |
2008-04-13 | Really fix inline machinery for MacOS X. | Ludovic Courtès | 1 | -4/+5 |
2008-04-10 | Fix inline machinery in C99 mode on MacOS X. | Ludovic Courtès | 1 | -2/+6 |
2008-04-07 | Fix inline machinery for GCC 4.3 and later in C99 mode. | Ludovic Courtès | 1 | -40/+37 |
2008-03-02 | Fix "mixed linkage" errors in `inline.h'. | Ludovic Courtès | 1 | -1/+12 |
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 1 | -0/+21 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-01-28 | * inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.c | Marius Vollmer | 1 | -0/+16 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-28 | (scm_double_cell): use __asm__ iso. asm, to maintain | Han-Wen Nienhuys | 1 | -1/+1 |
2005-03-10 | (scm_cell, scm_double_cell): Do not check scm_gc_running_p, allocation | Marius Vollmer | 1 | -10/+0 |
2005-03-09 | Updated comments for current threading implementation. | Marius Vollmer | 1 | -29/+4 |
2005-03-02 | Removed obsolete comment. | Marius Vollmer | 1 | -9/+0 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -0/+9 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -9/+0 |
2005-01-09 | * unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_array_set): | Marius Vollmer | 1 | -0/+31 |
2004-11-02 | (scm_cell, scm_double_cell): Don't use C99 variable | Marius Vollmer | 1 | -8/+8 |
2004-10-07 | (scm_double_cell): abort if GC running. | Han-Wen Nienhuys | 1 | -0/+10 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -3/+3 |
2004-05-06 | Fixed typo in comment. | Marius Vollmer | 1 | -1/+1 |
2004-04-06 | (scm_cell): use SCM_GC_CELL_WORD for checking tag. | Han-Wen Nienhuys | 1 | -1/+1 |
2003-09-12 | Use "extern inline" only with GCC. Use "static | Marius Vollmer | 1 | -3/+13 |
2003-04-05 | Changed license terms to the plain LGPL thru-out. | Marius Vollmer | 1 | -35/+11 |
2003-03-25 | * inline.h: #include "libguile/__scm.h" at the top. Change code | Rob Browning | 1 | -11/+17 |
2002-12-09 | * __scm.h (SCM_ALLOW_INTS_ONLY): Removed. | Mikael Djurfeldt | 1 | -14/+24 |
2002-11-03 | * __scm.h (USE_THREADS, GUILE_ISELECT): Define when | Marius Vollmer | 1 | -4/+0 |
2002-10-27 | (scm_cell, scm_double_cell): Also allow USE_COPT_THREADS to not | Marius Vollmer | 1 | -3/+3 |