Merge branch 'master' into boehm-demers-weiser-gc
[bpt/guile.git] / libguile / inline.h
2009-08-28 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-25 Andy WingoMerge commit 'origin/master'
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-25 Michael GranAdd full Unicode capability to ports and the default...
2009-08-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-07-19 Andy Wingoadd generic array implementation facility
2009-07-19 Andy Wingorename unif.[ch] to arrays.[ch]
2009-06-16 Neil JerramChange Guile license to LGPLv3+
2009-03-22 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-03-17 Andy WingoMerge commit '95a040cd2be7ad03bf197edbdb1fec2c52749ef6...
2009-03-08 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2009-02-08 Neil JerramMerge branch 'master' into ossau-gds-dev
2009-02-08 Neil JerramFix build when compiled with -Wundef -Werror
2009-01-17 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-12-14 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-11-04 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-10-11 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-30 Andy WingoMerge commit 'origin/master' into vm
2008-09-23 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-16 Ludovic CourtèsAdd `scm_immutable_double_cell ()'.
2008-09-15 Ludovic CourtèsAdd `scm_immutable_cell ()'.
2008-09-13 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge branch 'master' into boehm-demers-weiser-gc
2008-09-10 Ludovic CourtèsMerge commit '2e77f7202b11ad0003831fcff94ec7db80cca015...
2008-09-10 Ludovic CourtèsMerge commit '29776e85da637ec4d44b2b2822d6934a50c0084b...
2008-09-10 Ludovic CourtèsMerge commit '7337d56d5714227865aeca2b40b6bd97cce296d2...
2008-09-10 Ludovic CourtèsMerge commit '032913739218c756f673bfb9c8f66ef9f8f02330...
2008-09-10 Ludovic CourtèsMerge commit 'f30e1bdf97ae8b2b2918da585f887a4d3a23a347...
2008-09-10 Ludovic CourtesUse thread-local allocation (significant perf. improvem...
2008-09-10 Han-Wen NienhuysCleanup mark-during-GC debug checks.
2008-09-05 Ludovic CourtesAdded support for SMOB custom mark procedures.
2008-09-04 Ludovic CourtesSmall fixes. Gets to the REPL and `abort ()'s soon...
2008-09-04 Ludovic CourtesMerge from lcourtes@laas.fr--2005-mobile
2008-08-26 Andy Wingomerge from guile master
2008-08-16 Han-Wen NienhuysGarbage collection cleanup.
2008-08-02 Andy Wingomerge guile-vm to guile
2008-04-16 Ludovic CourtèsInline `scm_getc', `scm_putc' and `scm_puts'.
2008-04-13 Ludovic CourtèsSlightly simplify inline machinery.
2008-04-13 Ludovic CourtèsReally fix inline machinery for MacOS X.
2008-04-10 Ludovic CourtèsFix inline machinery in C99 mode on MacOS X.
2008-04-07 Ludovic CourtèsFix inline machinery for GCC 4.3 and later in C99 mode.
2008-03-02 Ludovic CourtèsFix "mixed linkage" errors in `inline.h'.
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-17 Kevin Rydemerge from 1.8 branch
2006-01-28 Marius Vollmer* inline.h, pairs.c (scm_is_pair): Moved scm_is_pair...
2005-05-23 Marius VollmerThe FSF has a new address.
2005-03-28 Han-Wen Nienhuys(scm_double_cell): use __asm__ iso. asm, to maintain
2005-03-10 Marius Vollmer(scm_cell, scm_double_cell): Do not check scm_gc_runnin...
2005-03-09 Marius VollmerUpdated comments for current threading implementation.
2005-03-02 Marius VollmerRemoved obsolete comment.
2005-01-24 Marius VollmerReverted changed from 2005/01/24 19:14:54, which was...
2005-01-24 Marius VollmerThreading changes.
2005-01-09 Marius Vollmer* unif.h, unif.c, inline.h (scm_i_t_array_ref, scm_i_t_...
2004-11-02 Marius Vollmer(scm_cell, scm_double_cell): Don't use C99 variable
2004-10-07 Han-Wen Nienhuys(scm_double_cell): abort if GC running.
2004-09-22 Marius Vollmer*** empty log message ***
2004-05-06 Marius VollmerFixed typo in comment.
2004-04-06 Han-Wen Nienhuys(scm_cell): use SCM_GC_CELL_WORD for checking tag.
2003-09-12 Marius VollmerUse "extern inline" only with GCC. Use "static
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-25 Rob Browning* inline.h: #include "libguile/__scm.h" at the top...
2002-12-09 Mikael Djurfeldt* __scm.h (SCM_ALLOW_INTS_ONLY): Removed.
2002-11-03 Marius Vollmer* __scm.h (USE_THREADS, GUILE_ISELECT): Define when
2002-10-27 Marius Vollmer(scm_cell, scm_double_cell): Also allow USE_COPT_THREAD...
2002-10-16 Marius Vollmer(scm_cell, scm_double_cell): Also allow USE_NULL_THREAD...
2002-09-24 Gary Houston * inline.h (scm_double_cell): prevent reordering of...
2002-09-19 Han-Wen Nienhuys(scm_double_cell): move SET_GCMARK set out of if body.
2002-09-08 Han-Wen Nienhuys* inline.h: include stdio.h
2002-08-08 Han-Wen Nienhuys* gc.h: add scm_debug_cells_gc_interval to public interface
2002-08-04 Han-Wen Nienhuysnew gc
2002-03-01 Dirk HerrmannChanges in doc/ref:
2001-11-27 Dirk Herrmann* gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
2001-11-25 Marius VollmerAdded prototypes for defined functions for the !HAVE_IN...
2001-11-25 Marius VollmerNew files.