summaryrefslogtreecommitdiff
path: root/libguile
Commit message (Expand)AuthorAgeFilesLines
* Devolve boolean.h include.Andy Wingo2018-06-1857-11/+75
* Remove list.h from _scm.hAndy Wingo2018-06-1851-10/+60
* Deprecate libguile/validate.hAndy Wingo2018-06-181-33/+1
* Remove includes of validate.h.Andy Wingo2018-06-1882-119/+48
* Devolve more validate macrosAndy Wingo2018-06-1832-270/+360
* More validate.h devolutionAndy Wingo2018-06-188-57/+77
* Move pair, null, nil, and boolean validators out of validate.hAndy Wingo2018-06-173-38/+51
* Remove public SCM_VALIDATE_NIMAndy Wingo2018-06-173-3/+3
* Move list validators to list.hAndy Wingo2018-06-172-34/+35
* Remove unused macrosAndy Wingo2018-06-171-9/+0
* Move more number validators to numbers.h.Andy Wingo2018-06-172-72/+72
* Move number validators to numbers.h.Andy Wingo2018-06-172-56/+62
* Move core validate macros to error.hAndy Wingo2018-06-172-28/+37
* Remove _scm.h print.h includeAndy Wingo2018-06-171-1/+0
* Remove error.h include from _scm.h.Andy Wingo2018-06-172-2/+3
* Assume that if we have GCC, we have GCC >= 3.0.Andy Wingo2018-06-172-12/+12
* Remove alignof.h inclusion from _scm.hAndy Wingo2018-06-171-1/+0
* Remove _scm.h verify.h inclusionAndy Wingo2018-06-171-1/+0
* Remove errno.h include from _scm.h.Andy Wingo2018-06-179-29/+29
* Remove _scm.h inclusion of config.hAndy Wingo2018-06-172-9/+0
* Inline definition of SIZEOF_SCM_T_BITSAndy Wingo2018-06-178-13/+10
* Refactor regarding internal detection of ia64Andy Wingo2018-06-172-5/+1
* Remove _scm hack to undefine HAVE_STRUCT_TIMESPECAndy Wingo2018-06-171-19/+0
* More _scm.h refactoringAndy Wingo2018-06-173-12/+16
* Move syscall-related private defines to their own headerAndy Wingo2018-06-1715-98/+115
* Refactor handling of auxiliary stacks and setjmp/longjmpAndy Wingo2018-06-1719-186/+109
* Add configure check for auxiliary stacksAndy Wingo2018-06-172-1/+6
* Remove unused getters for register backing store baseAndy Wingo2018-06-172-26/+2
* Remove #ifdef cases for VMS and Cray.Andy Wingo2018-06-173-29/+6
* Move "min" and "max" macros out of _scm.hAndy Wingo2018-06-177-17/+21
* Simplify definition of SCM_SYSCALL.Andy Wingo2018-06-171-29/+1
* Move some definitions out of _scm.hAndy Wingo2018-06-172-27/+32
* Fix libguile subcomponent headers not to include <libguile.h>Andy Wingo2018-06-1477-220/+339
* Call out to expand_stack through new VM intrinsicAndy Wingo2018-06-113-1/+5
* Remove unused vm_error_unboundAndy Wingo2018-06-111-9/+0
* Remove unused macro in vm-engineAndy Wingo2018-05-141-3/+0
* Remove implementations of now-unused toplevel-box et al instructionsAndy Wingo2018-05-141-202/+6
* Compile "define!" via intrinsicAndy Wingo2018-05-142-0/+2
* Add intrinsics for module operationsAndy Wingo2018-05-142-0/+40
* Add scm_maybe_resolve_moduleAndy Wingo2018-05-142-6/+12
* Mark call-scm<-scm-u64 as defining a resultAndy Wingo2018-05-131-1/+1
* Remove unused macros in VMAndy Wingo2018-05-081-28/+0
* VM calls =? through intrinsicAndy Wingo2018-05-083-1/+9
* VM calls "<?" through intrinsic.Andy Wingo2018-05-083-6/+17
* VM calls out to heap-numbers-equal? through intrinsicsAndy Wingo2018-05-085-9/+12
* Remove implementation of lsh, rsh instructionsAndy Wingo2018-05-011-116/+2
* lsh, rsh etc are intrinsicsAndy Wingo2018-05-013-28/+75
* Remove old VM ops for fluid-ref et alAndy Wingo2018-04-291-97/+2
* push and pop dynamic state via intrinsicsAndy Wingo2018-04-293-13/+37
* Intrinsics for dynamic state instructionsAndy Wingo2018-04-293-36/+70