summaryrefslogtreecommitdiff
path: root/libguile/programs.c
Commit message (Expand)AuthorAgeFilesLines
* Allow for bind-optionals without alloc-frameAndy Wingo2019-06-061-0/+12
* Fix backtraces with call-with-values during bootstrapAndy Wingo2019-04-261-2/+2
* Fix use of uninstalled header by installed headersAndy Wingo2018-10-071-0/+1
* Add instrumentation to VM builtinsAndy Wingo2018-08-171-1/+11
* Rewrite subr implementationAndy Wingo2018-07-291-0/+14
* Emit instrument-entry before programsAndy Wingo2018-07-291-0/+3
* Replace uses of scm_t_int8, scm_t_uintmax, etc with stdint typesAndy Wingo2018-06-211-5/+5
* Update license notices in all C filesAndy Wingo2018-06-201-17/+17
* Remove (C) from copyright statementsAndy Wingo2018-06-201-1/+1
* Rationalize include order in C filesAndy Wingo2018-06-201-5/+8
* Make libguile header inclusion consistent within libguile c filesAndy Wingo2018-06-201-3/+3
* Remove Emacs local variables comments in Guile sourceAndy Wingo2018-06-201-6/+0
* Remove _scm.hAndy Wingo2018-06-201-1/+0
* Devolve variable.h from _scm.h.Andy Wingo2018-06-201-0/+1
* Move subr snarfing macros to gsubr.h.Andy Wingo2018-06-201-0/+1
* Devolve numbers.h from _scm.h.Andy Wingo2018-06-191-0/+1
* Remove ports.h from inline.hAndy Wingo2018-06-191-0/+1
* Devolve pairs.hAndy Wingo2018-06-181-0/+1
* Devolve boolean.h include.Andy Wingo2018-06-181-0/+1
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-141-1/+4
* Speed up procedure-minimum-arity for fixed arityAndy Wingo2017-04-031-1/+7
* Parse bytecode to determine minimum arityAndy Wingo2016-06-241-13/+58
* Remove scm_puts_unlocked.Andy Wingo2016-04-261-3/+3
* Remove scm_putc_unlocked.Andy Wingo2016-04-261-4/+4
* Remove primitive?, add primitive-code?Andy Wingo2015-12-011-5/+7
* Fix inner and outer stack cuts to match on procedure codeAndy Wingo2014-05-011-1/+13
* Rename internal rtl-program-properties -> program-propertiesAndy Wingo2013-11-191-5/+5
* Excise "rtl-" from fallback program printerAndy Wingo2013-11-191-1/+1
* Rename internals of (system vm program) program-minimum-arityAndy Wingo2013-11-191-6/+5
* Rename (system vm program) internal functions to remove rtl-Andy Wingo2013-11-191-11/+10
* Remove unused C scm_program_source.Andy Wingo2013-11-191-19/+0
* rtl-program-code -> program-codeAndy Wingo2013-11-191-2/+2
* rtl-program? -> program?Andy Wingo2013-11-191-2/+2
* Remove make-rtl-program.Andy Wingo2013-11-191-30/+0
* scm_i_rtl_program_* -> scm_i_program_*Andy Wingo2013-11-191-4/+4
* Remove RTL_ infix from macrosAndy Wingo2013-11-191-12/+12
* Rename scm_tc7_rtl_program to scm_tc7_programAndy Wingo2013-11-191-1/+1
* Remove stack programs, objcode, and the old VM.Andy Wingo2013-11-081-308/+15
* Fix reading and writing arities into DWARF.Andy Wingo2013-11-081-1/+1
* frame-instruction-pointer is absolute; rewrite (system vm coverage)Andy Wingo2013-11-071-0/+16
* scm_from_uintptr_t / scm_from_ptrdiff_t usageAndy Wingo2013-11-071-2/+1
* Partial continuations are RTL stubsAndy Wingo2013-10-271-1/+2
* Continuations are RTL stubsAndy Wingo2013-10-181-0/+7
* Foreign procedures are RTL programsAndy Wingo2013-10-181-0/+3
* Subrs are RTL programsAndy Wingo2013-10-181-0/+37
* program-source / program-sources works with RTL programsAndy Wingo2013-10-031-22/+14
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2013-10-031-6/+0
|\
| * Deprecate scm_c_program_source, as it has no internal users.Andy Wingo2013-10-031-7/+1
* | free variable debugging access procedures for rtlAndy Wingo2013-07-211-0/+21
* | fix rtl program arity functionsAndy Wingo2013-07-211-1/+1