| Commit message (Expand) | Author | Age | Files | Lines |
* | Update license notices in all C files | Andy Wingo | 2018-06-20 | 1 | -17/+17 |
* | Remove (C) from copyright statements | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Rename __scm.h to scm.h | Andy Wingo | 2018-06-20 | 1 | -1/+1 |
* | Move SCM_C_INLINE_KEYWORD definition to inline.h | Andy Wingo | 2018-06-20 | 1 | -0/+11 |
* | Remove useless "classes: h_files" from Guile headers. | Andy Wingo | 2018-06-20 | 1 | -2/+0 |
* | Shuffle around inline C function implementation | Andy Wingo | 2018-06-20 | 1 | -13/+50 |
* | Remove error.h from inline.h | Andy Wingo | 2018-06-19 | 1 | -2/+0 |
* | Remove numbers.h from inline.h | Andy Wingo | 2018-06-19 | 1 | -1/+0 |
* | Remove ports.h from inline.h | Andy Wingo | 2018-06-19 | 1 | -1/+0 |
* | Move array-handle.h include out from inline.h | Andy Wingo | 2018-06-19 | 1 | -1/+0 |
* | Remove threads.h from inline.h | Andy Wingo | 2018-06-19 | 1 | -1/+0 |
* | Remove gc.h from inline.h | Andy Wingo | 2018-06-19 | 1 | -3/+2 |
* | Merge remote-tracking branch 'origin/stable-2.0' | Andy Wingo | 2013-02-18 | 1 | -24/+1 |
|\ |
|
| * | array handle inline functions defined in array-handle.h. | Andy Wingo | 2013-02-18 | 1 | -24/+1 |
| * | scm_cell, scm_double_cell, scm_words back to gc.h | Andy Wingo | 2012-03-08 | 1 | -97/+6 |
| * | simplify inline function infrastructure | Andy Wingo | 2012-03-08 | 1 | -106/+29 |
* | | inline scm_cons, scm_car, scm_cdr | Andy Wingo | 2012-05-17 | 1 | -29/+0 |
* | | Change `scm_words' to accept a 32-bit word number. | Ludovic Courtès | 2012-03-07 | 1 | -2/+2 |
* | | inlined port functions to ports.h | Andy Wingo | 2011-11-07 | 1 | -75/+0 |
* | | refactor tc7 and tc16 checks | Andy Wingo | 2011-10-24 | 1 | -1/+1 |
* | | scm_cell, scm_double_cell, scm_words back to gc.h | Andy Wingo | 2011-05-26 | 1 | -97/+6 |
* | | simplify inline function infrastructure | Andy Wingo | 2011-05-26 | 1 | -106/+29 |
|/ |
|
* | remove scm_newcell_count, scm_newcell2_count | Andy Wingo | 2011-05-26 | 1 | -4/+0 |
* | deprecate scm_immutable_{double_,}cell | Andy Wingo | 2011-05-26 | 1 | -70/+0 |
* | PTR2SCM and SCM2PTR in inline.h | Andy Wingo | 2011-05-13 | 1 | -7/+7 |
* | Add `scm_peek_byte_or_eof'. | Ludovic Courtès | 2011-05-07 | 1 | -2/+32 |
* | Remove conflicting `scm_is_string' declaration. | Ludovic Courtès | 2010-12-17 | 1 | -0/+1 |
* | Inline `scm_is_string'. | Ludovic Courtès | 2010-12-16 | 1 | -0/+8 |
* | clean up macros.[ch] | Andy Wingo | 2010-01-05 | 1 | -1/+40 |
* | signedness fix fix fix | Andy Wingo | 2009-10-15 | 1 | -1/+1 |
* | fix scm_array_handle_ref signedness fix | Andy Wingo | 2009-10-15 | 1 | -1/+1 |
* | Fix signed/unsigned mismatch in `scm_array_handle_{ref,set} ()'. | Ludovic Courtès | 2009-10-14 | 1 | -2/+2 |
* | Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution. | Ludovic Courtès | 2009-09-14 | 1 | -1/+1 |
* | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-28 | 1 | -27/+15 |
|\ |
|
| * | Merge commit 'origin/master' | Andy Wingo | 2009-08-25 | 1 | -23/+2 |
| |\ |
|
| | * | Add full Unicode capability to ports and the default reader | Michael Gran | 2009-08-25 | 1 | -23/+2 |
| * | | add generic array implementation facility | Andy Wingo | 2009-07-19 | 1 | -3/+12 |
| * | | rename unif.[ch] to arrays.[ch] | Andy Wingo | 2009-07-19 | 1 | -2/+2 |
| |/ |
|
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-08-18 | 1 | -6/+7 |
|\ \
| |/ |
|
| * | Change Guile license to LGPLv3+ | Neil Jerram | 2009-06-17 | 1 | -6/+7 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2009-02-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix build when compiled with -Wundef -Werror | Neil Jerram | 2009-02-08 | 1 | -1/+1 |
* | | Add `scm_immutable_double_cell ()'. | Ludovic Courtès | 2008-09-16 | 1 | -0/+47 |
* | | Add `scm_immutable_cell ()'. | Ludovic Courtès | 2008-09-15 | 1 | -0/+21 |
* | | Merge branch 'master' into boehm-demers-weiser-gc | Ludovic Courtès | 2008-09-10 | 1 | -47/+136 |
|\ \
| |/ |
|
| * | Cleanup mark-during-GC debug checks. | Han-Wen Nienhuys | 2008-09-09 | 1 | -3/+6 |
| * | Garbage collection cleanup. | Han-Wen Nienhuys | 2008-08-16 | 1 | -10/+0 |
| * | Inline `scm_getc', `scm_putc' and `scm_puts'. | Ludovic Courtès | 2008-04-16 | 1 | -5/+81 |
| * | Slightly simplify inline machinery. | Ludovic Courtès | 2008-04-13 | 1 | -6/+6 |
| * | Really fix inline machinery for MacOS X. | Ludovic Courtès | 2008-04-13 | 1 | -4/+5 |