bpt/guile.git
2013-11-28 Andy WingoMerge commit 'e7bd20f7d9b2110fdc0fa25db5a2bfe6b2214923'
2013-11-28 Andy WingoMerge commit '17330398d50524058c2ef488bd21ac5ec9c8b6e8'
2013-11-28 Andy WingoMerge commit 'a38024baaa32d1a6d91fdc81388c88bbb926c3ae'
2013-11-28 Andy WingoMerge commit '2437c7b2e8b4ab7786847ee1ce0b59e446a70fe2'
2013-11-28 Andy WingoMerge commit '8571dbde639e0ee9885bad49c9e180474bd23646'
2013-11-28 Andy WingoMerge commit '750ac8c592e792e627444f476877f282525b132e'
2013-11-28 Andy WingoMerge commit 'c61be45084d04b1db792b7e232f5bd77099f3287'
2013-11-28 Andy WingoMerge commit 'd360671c1cca335600079f1c5714572d1c2e676d'
2013-11-28 Andy WingoAvoid needless GC on startup due to scm_gc_register_all...
2013-11-28 Andy WingoRemove private-gc.h
2013-11-28 Andy Wingoscm_i_tag_name internal to gc.c
2013-11-28 Andy WingoMore private-gc excisions
2013-11-28 Andy WingoRemove unused enum policy_on_error
2013-11-28 Andy WingoTune initial heap size
2013-11-28 Andy WingoRemove another GC 6.8 hack
2013-11-28 Andy WingoFix "include" doc typo
2013-11-28 Andy WingoUse version 2.2 in manual examples
2013-11-28 Andy WingoFix some references to objcode in the manual
2013-11-27 Andy WingoRemove nonfunctional gdb interface
2013-11-27 Andy WingoRemove the restore-continuation-hook.
2013-11-27 Andy WingoDeclare r6rs-ports functions
2013-11-27 Andy WingoFix uninitialized variable error in some peek-char...
2013-11-27 Andy WingoDeclare scm_i_open_file to silence a warning
2013-11-27 Andy WingoRemove generalized vector interface; deprecated in...
2013-11-27 Andy WingoDeclare scm_nil_p
2013-11-26 Andy WingoBuild psyntax-pp serially after eval.go.
2013-11-26 Andy WingoContification converges more quickly
2013-11-25 Andy WingoCompute-contification also visits body
2013-11-23 Mark H WeaverMake (ice-9 popen) thread-safe.
2013-11-23 Mark H WeaverStylistic improvements for (ice-9 popen).
2013-11-23 Mark H WeaverMake port properties accessible from Scheme.
2013-11-23 Mark H WeaverMake guardians thread-safe.
2013-11-23 Mark H WeaverBlock system asyncs while 'overrides_lock' is held.
2013-11-23 Mark H WeaverAdd mutex locking functions that also block asyncs.
2013-11-23 Chris K. Jester... Convert test-suite/tests/exceptions.test to use hygieni...
2013-11-22 Andy WingoExpandable stacks.
2013-11-22 Andy WingoVM copes with moving FP
2013-11-22 Andy WingoSimplify state sync in VM before potential bailout.
2013-11-22 Andy WingoMore precise stack marking.
2013-11-22 Andy WingoAllocate stacks using mmap, and mark them via the threa...
2013-11-22 Andy WingoAdd thread mark procedure
2013-11-22 Andy WingoRemove unused scm_i_thread fields
2013-11-22 Andy WingoRemove tests and shims for pre-7.2 bdw-gc.
2013-11-21 Andy WingoAdd explicit nopcodes
2013-11-21 Andy WingoSetjmp before calling into the VM
2013-11-21 Andy Wingoscm_call_n sets up boot continuation frame for VM
2013-11-21 Andy Wingoscm_call_n avoids double TLS lookup
2013-11-21 Andy WingoRemove scm_tc7_vm
2013-11-21 Andy WingoRemove last use of SCM vm
2013-11-21 Andy Wingoscm_the_vm now returns raw struct scm_vm pointer
2013-11-21 Andy WingoPrefer scm_call_n to scm_c_vm_run (scm_the_vm())
2013-11-21 Andy Wingoscm_i_prompt_pop_abort_args_x takes struct scm_vm*...
2013-11-21 Andy WingoEngine takes struct scm_vm* as argument
2013-11-21 Andy WingoOne more SCM vm user: continuations.
2013-11-21 Andy WingoRemove last use of SCM vm in VM
2013-11-21 Andy WingoRemove use of SCM vm in compose-continuation
2013-11-21 Andy WingoDispatch hooks use "vp" rather than "vm"
2013-11-21 Andy WingoHeap frame "stack holders" are raw scm_vm / scm_vm_cont...
2013-11-21 Andy WingoHeap frames have a "frame kind" bit
2013-11-21 Andy WingoThe dynamic stack records SP and FP values as offsets
2013-11-21 Andy WingoReorder struct scm_vm fields.
2013-11-21 Andy WingoNo more VM objects visible to Scheme
2013-11-21 Andy WingoVM accessors take VM as implicit argument, not explicit...
2013-11-21 Andy WingoChange eval.c to use scm_c_vm_run instead of scm_call_w...
2013-11-21 Andy WingoRemove unused vm:ip, vm:sp, vm:fp
2013-11-21 Andy WingoRemove make-vm; there will be one vm per thread now.
2013-11-21 Andy WingoScheme frame objects hold relative stack offsets
2013-11-21 Andy WingoPrepare for moveable stacks in the VM.
2013-11-21 Andy WingoCHECK_OVERFLOW tweak
2013-11-20 Andy WingoFix standalone tests
2013-11-20 Andy Wingovm-engine cosmetic cleanup
2013-11-20 Andy WingoRemove unused resolve_variable helper
2013-11-19 Andy WingoRework hook dispatch mechanism
2013-11-19 Andy WingoRemove VM_ENABLE_STACK_NULLING
2013-11-19 Andy WingoRename objcodes?.{scm,c,h} to loader.{scm,c,h}
2013-11-19 Andy WingoRemove (oop goops) <objcode> export
2013-11-19 Andy WingoFix gsubr comment
2013-11-19 Andy WingoLingering RTL excision in vm.c
2013-11-19 Andy WingoMove RTL unpack macros to vm-engine.c
2013-11-19 Andy WingoChange SCM_PACK_RTL macros to SCM_PACK_OP / SCM_PACK_OP_ARG
2013-11-19 Andy Wingoscm_rtl_op_* -> scm_op_*
2013-11-19 Andy Wingo(system vm instruction) rtl-instruction-list -> (langua...
2013-11-19 Andy WingoInternal RTL excision in vm.c
2013-11-19 Andy WingoSmall comment fix.
2013-11-19 Andy WingoRename DT_GUILE_VM_VERSION.
2013-11-19 Andy WingoRename internal rtl-program-properties -> program-prope...
2013-11-19 Andy WingoExcise "rtl-" from fallback program printer
2013-11-19 Andy WingoRename internals of (system vm program) program-minimum...
2013-11-19 Andy WingoRename (system vm program) internal functions to remove...
2013-11-19 Andy WingoRemove unused C scm_program_source.
2013-11-19 Andy WingoReorganize programs.h.
2013-11-19 Andy Wingortl-program-code -> program-code
2013-11-19 Andy Wingortl-program? -> program?
2013-11-19 Andy WingoRemove make-rtl-program.
2013-11-19 Andy Wingoscm_i_rtl_program_* -> scm_i_program_*
2013-11-19 Andy Wingoscm_i_make_rtl_program in BUILDING_LIBGUILE
2013-11-19 Andy WingoRemove RTL_ infix from macros
2013-11-19 Andy WingoRename scm_tc7_rtl_program to scm_tc7_program
2013-11-19 Andy WingoAll instruction pointers are now scm_t_uint32*
2013-11-19 Mark H WeaverWeb: accept "UTC" as the zone offset in date headers.
next