summaryrefslogtreecommitdiff
path: root/libguile/inline.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'scm_c_make_char' and use it where appropriate....Mark H Weaver2019-05-071-1/+3
* Merge remote-tracking branch 'origin/stable-2.0'...Andy Wingo2013-02-181-1/+2
|\
| * array handle inline functions defined in array-handle.h....Andy Wingo2013-02-181-1/+2
| * scm_new_smob, scm_new_double_smob inline functions...Andy Wingo2012-03-081-0/+1
| * scm_cell, scm_double_cell, scm_words back to gc.h...Andy Wingo2012-03-081-0/+1
| * simplify inline function infrastructure...Andy Wingo2012-03-081-2/+3
* | inline scm_cons, scm_car, scm_cdr...Andy Wingo2012-05-171-1/+2
* | add lock to scm_t_port...Andy Wingo2011-11-071-0/+1
* | scm_new_smob, scm_new_double_smob inline functions...Andy Wingo2011-05-261-0/+1
* | scm_cell, scm_double_cell, scm_words back to gc.h...Andy Wingo2011-05-261-0/+1
* | simplify inline function infrastructure...Andy Wingo2011-05-261-2/+3
|/
* Change Guile license to LGPLv3+...Neil Jerram2009-06-171-6/+7
* Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'.Ludovic Courtès2008-09-131-1/+5
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * inline.c: rearrange handling -- now we just #define...Rob Browning2003-03-251-11/+1
* * gc.h: add scm_debug_cells_gc_interval to public interface...Han-Wen Nienhuys2002-08-081-1/+4
* new gcHan-Wen Nienhuys2002-08-041-2/+3
* New files.Marius Vollmer2001-11-251-0/+49