summaryrefslogtreecommitdiff
path: root/libguile/loader.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-21missing includes for list.hMichael Gran1-1/+2
2018-10-07Fix use of uninstalled header by installed headersAndy Wingo1-0/+1
2018-08-07Fix error reporting in 'load-thunk-from-memory'.Mark H Weaver1-2/+5
2018-08-07'load-thunk-from-memory' reports the correct error.Ludovic Courtès1-2/+5
2018-06-21Use ptrdiff_t instead of scm_t_ptrdiffAndy Wingo1-1/+1
2018-06-21Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo1-18/+18
2018-06-20Update license notices in all C filesAndy Wingo1-17/+17
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+1
2018-06-20Make .c copyright headers uniformAndy Wingo1-2/+2
2018-06-20Rationalize include order in C filesAndy Wingo1-13/+13
2018-06-20Make libguile header inclusion consistent within libguile c filesAndy Wingo1-2/+2
2018-06-20Remove Emacs local variables comments in Guile sourceAndy Wingo1-6/+0
2018-06-20Remove _scm.hAndy Wingo1-1/+0
2018-06-20Devolve strings.hAndy Wingo1-0/+1
2018-06-20Devolve threads.h from _scm.h.Andy Wingo1-0/+1
2018-06-20Move subr snarfing macros to gsubr.h.Andy Wingo1-0/+1
2018-06-19Remove bytevectors.h include form ports.hAndy Wingo1-0/+1
2018-06-18Devolve pairs.hAndy Wingo1-0/+1
2018-06-18Devolve boolean.h include.Andy Wingo1-0/+1
2018-06-17Remove errno.h include from _scm.h.Andy Wingo1-0/+1
2018-06-17Inline definition of SIZEOF_SCM_T_BITSAndy Wingo1-2/+2
2018-06-14Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo1-1/+3
2017-05-22Update effective version to 3.0Andy Wingo1-7/+8
2017-04-18Bump objcode version in a compatible wayAndy Wingo1-6/+4
2017-03-0864KB segment alignmentAndy Wingo1-2/+13
2017-03-03Fix regression in non-mmap fallback elf loaderMike Gran1-6/+6
2017-01-08Fix alloc_aligned for high allocationsAndy Wingo1-1/+1
2017-01-08Speed up load-thunk-from-memory for page alignmentAndy Wingo1-7/+14
2015-10-28VM support for raw slotsAndy Wingo1-2/+2
2014-02-17PT_DYNAMIC inside some other PT_LOAD segmentAndy Wingo1-0/+6
2014-01-26More precise stack marking via .guile.frame-maps sectionAndy Wingo1-21/+119
2013-11-19Rename objcodes?.{scm,c,h} to loader.{scm,c,h}Andy Wingo1-0/+715