summaryrefslogtreecommitdiff
path: root/libguile/inline.h
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix inline machinery in C99 mode on MacOS X.Ludovic Courtès2008-04-101-2/+6
| * Fix inline machinery for GCC 4.3 and later in C99 mode.Ludovic Courtès2008-04-071-40/+37
| * Fix "mixed linkage" errors in `inline.h'.Ludovic Courtès2008-03-021-1/+12
* | Use thread-local allocation (significant perf. improvement!); added the `boeh...Ludovic Courtes2008-09-101-2/+2
* | Added support for SMOB custom mark procedures.Ludovic Courtes2008-09-051-1/+1
* | Small fixes. Gets to the REPL and `abort ()'s soon after.Ludovic Courtes2008-09-051-1/+5
* | Merge from lcourtes@laas.fr--2005-mobileLudovic Courtes2008-09-051-87/+9
|/
* merge from 1.8 branchKevin Ryde2006-06-171-0/+21
* merge from 1.8 branchKevin Ryde2006-04-171-1/+1
* * inline.h, pairs.c (scm_is_pair): Moved scm_is_pair from pairs.cMarius Vollmer2006-01-281-0/+16
* The FSF has a new address.Marius Vollmer2005-05-231-1/+1
* (scm_double_cell): use __asm__ iso. asm, to maintainHan-Wen Nienhuys2005-03-281-1/+1
* (scm_cell, scm_double_cell): Do not check scm_gc_running_p, allocationMarius Vollmer2005-03-101-10/+0
* Updated comments for current threading implementation.Marius Vollmer2005-03-091-29/+4
* Removed obsolete comment.Marius Vollmer2005-03-021-9/+0
* Reverted changed from 2005/01/24 19:14:54, which was a commit to theMarius Vollmer2005-01-241-0/+9
* Threading changes.Marius Vollmer2005-01-241-9/+0
* * unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_array_set):Marius Vollmer2005-01-091-0/+31
* (scm_cell, scm_double_cell): Don't use C99 variableMarius Vollmer2004-11-021-8/+8
* (scm_double_cell): abort if GC running.Han-Wen Nienhuys2004-10-071-0/+10
* *** empty log message ***Marius Vollmer2004-09-221-3/+3
* Fixed typo in comment.Marius Vollmer2004-05-061-1/+1
* (scm_cell): use SCM_GC_CELL_WORD for checking tag.Han-Wen Nienhuys2004-04-061-1/+1
* Use "extern inline" only with GCC. Use "staticMarius Vollmer2003-09-121-3/+13
* Changed license terms to the plain LGPL thru-out.Marius Vollmer2003-04-051-35/+11
* * inline.h: #include "libguile/__scm.h" at the top. Change codeRob Browning2003-03-251-11/+17
* * __scm.h (SCM_ALLOW_INTS_ONLY): Removed.Mikael Djurfeldt2002-12-091-14/+24
* * __scm.h (USE_THREADS, GUILE_ISELECT): Define whenMarius Vollmer2002-11-031-4/+0
* (scm_cell, scm_double_cell): Also allow USE_COPT_THREADS to notMarius Vollmer2002-10-271-3/+3
* (scm_cell, scm_double_cell): Also allow USE_NULL_THREADS to notMarius Vollmer2002-10-161-3/+3
* * inline.h (scm_double_cell): prevent reordering of statementsGary Houston2002-09-241-0/+20
* (scm_double_cell): move SET_GCMARK set out of if body.Han-Wen Nienhuys2002-09-191-2/+4
* * inline.h: include stdio.hHan-Wen Nienhuys2002-09-081-13/+29
* * gc.h: add scm_debug_cells_gc_interval to public interfaceHan-Wen Nienhuys2002-08-081-6/+7
* new gcHan-Wen Nienhuys2002-08-041-33/+76
* Changes in doc/ref:Dirk Herrmann2002-03-011-6/+6
* * gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,Dirk Herrmann2001-11-271-6/+6
* Added prototypes for defined functions for the !HAVE_INLINE case.Marius Vollmer2001-11-251-0/+6
* New files.Marius Vollmer2001-11-251-0/+156