summaryrefslogtreecommitdiff
path: root/libguile/inline.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'scm_c_make_char' and use it where appropriate.Mark H Weaver2019-05-231-1/+2
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-2/+3
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-6/+6
* Shuffle around inline C function implementationAndy Wingo2018-06-201-1/+1
* Remove numbers.h from inline.hAndy Wingo2018-06-191-2/+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 functionsAndy Wingo2012-03-081-0/+1
| * scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo2012-03-081-0/+1
| * simplify inline function infrastructureAndy Wingo2012-03-081-2/+3
* | inline scm_cons, scm_car, scm_cdrAndy Wingo2012-05-171-1/+2
* | add lock to scm_t_portAndy Wingo2011-11-071-0/+1
* | scm_new_smob, scm_new_double_smob inline functionsAndy Wingo2011-05-261-0/+1
* | scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo2011-05-261-0/+1
* | simplify inline function infrastructureAndy 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 #defineRob Browning2003-03-251-11/+1
* * gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys2002-08-081-1/+4
* new gcHan-Wen Nienhuys2002-08-041-2/+3
* New files.Marius Vollmer2001-11-251-0/+49