summaryrefslogtreecommitdiff
path: root/libguile/inline.h
Commit message (Expand)AuthorAgeFilesLines
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rename __scm.h to scm.hAndy Wingo2018-06-201-1/+1
* Move SCM_C_INLINE_KEYWORD definition to inline.hAndy Wingo2018-06-201-0/+11
* Remove useless "classes: h_files" from Guile headers.Andy Wingo2018-06-201-2/+0
* Shuffle around inline C function implementationAndy Wingo2018-06-201-13/+50
* Remove error.h from inline.hAndy Wingo2018-06-191-2/+0
* Remove numbers.h from inline.hAndy Wingo2018-06-191-1/+0
* Remove ports.h from inline.hAndy Wingo2018-06-191-1/+0
* Move array-handle.h include out from inline.hAndy Wingo2018-06-191-1/+0
* Remove threads.h from inline.hAndy Wingo2018-06-191-1/+0
* Remove gc.h from inline.hAndy Wingo2018-06-191-3/+2
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-02-181-24/+1
|\
| * array handle inline functions defined in array-handle.h.Andy Wingo2013-02-181-24/+1
| * scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo2012-03-081-97/+6
| * simplify inline function infrastructureAndy Wingo2012-03-081-106/+29
* | inline scm_cons, scm_car, scm_cdrAndy Wingo2012-05-171-29/+0
* | Change `scm_words' to accept a 32-bit word number.Ludovic Courtès2012-03-071-2/+2
* | inlined port functions to ports.hAndy Wingo2011-11-071-75/+0
* | refactor tc7 and tc16 checksAndy Wingo2011-10-241-1/+1
* | scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo2011-05-261-97/+6
* | simplify inline function infrastructureAndy Wingo2011-05-261-106/+29
|/
* remove scm_newcell_count, scm_newcell2_countAndy Wingo2011-05-261-4/+0
* deprecate scm_immutable_{double_,}cellAndy Wingo2011-05-261-70/+0
* PTR2SCM and SCM2PTR in inline.hAndy Wingo2011-05-131-7/+7
* Add `scm_peek_byte_or_eof'.Ludovic Courtès2011-05-071-2/+32
* Remove conflicting `scm_is_string' declaration.Ludovic Courtès2010-12-171-0/+1
* Inline `scm_is_string'.Ludovic Courtès2010-12-161-0/+8
* clean up macros.[ch]Andy Wingo2010-01-051-1/+40
* signedness fix fix fixAndy Wingo2009-10-151-1/+1
* fix scm_array_handle_ref signedness fixAndy Wingo2009-10-151-1/+1
* Fix signed/unsigned mismatch in `scm_array_handle_{ref,set} ()'.Ludovic Courtès2009-10-141-2/+2
* Rename "boehm-gc.h" to "bdw-gc.h"; add to the distribution.Ludovic Courtès2009-09-141-1/+1
* Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-281-27/+15
|\
| * Merge commit 'origin/master'Andy Wingo2009-08-251-23/+2
| |\
| | * Add full Unicode capability to ports and the default readerMichael Gran2009-08-251-23/+2
| * | add generic array implementation facilityAndy Wingo2009-07-191-3/+12
| * | rename unif.[ch] to arrays.[ch]Andy Wingo2009-07-191-2/+2
| |/
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-08-181-6/+7
|\ \ | |/
| * Change Guile license to LGPLv3+Neil Jerram2009-06-171-6/+7
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2009-02-141-1/+1
|\ \ | |/
| * Fix build when compiled with -Wundef -WerrorNeil Jerram2009-02-081-1/+1
* | Add `scm_immutable_double_cell ()'.Ludovic Courtès2008-09-161-0/+47
* | Add `scm_immutable_cell ()'.Ludovic Courtès2008-09-151-0/+21
* | Merge branch 'master' into boehm-demers-weiser-gcLudovic Courtès2008-09-101-47/+136
|\ \ | |/
| * Cleanup mark-during-GC debug checks.Han-Wen Nienhuys2008-09-091-3/+6
| * Garbage collection cleanup.Han-Wen Nienhuys2008-08-161-10/+0
| * Inline `scm_getc', `scm_putc' and `scm_puts'.Ludovic Courtès2008-04-161-5/+81
| * Slightly simplify inline machinery.Ludovic Courtès2008-04-131-6/+6
| * Really fix inline machinery for MacOS X.Ludovic Courtès2008-04-131-4/+5