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