(system vm trap-state): add-trap-at-frame-finish!
[bpt/guile.git] / module /
2010-10-05 Andy Wingo(system vm trap-state): add-trap-at-frame-finish!
2010-10-05 Andy Wingo(system vm frame): frame-return-values
2010-10-05 Andy Wingodebug-trap-handler ephemeral trap enhancement
2010-10-05 Andy Wingo(system repl debug): add frame->stack-vector
2010-10-05 Andy Wingofix embarrassing error preventing ,del from working
2010-10-05 Andy Wingosystem repl repl comments
2010-10-05 Andy Wingobugfixes and simplifications to ice-9 buffered-input.
2010-10-04 Andy WingoRevert "repl.scm next-char needed to read EOF from...
2010-10-03 Andy Wingoavoid some double-breaks in trap-at-procedure-ip-in...
2010-10-03 Andy Wingorepl.scm next-char needed to read EOF from port
2010-10-03 Andreas RottmannAdd implementation of SRFI 45
2010-10-03 Andy Wingosrfi-67 #:replace work
2010-10-03 Andreas RottmannAdd implementation of SRFI-67
2010-10-03 Andreas RottmannAdd implementation of SRFI 42
2010-10-03 Andy Wingobugfixen in source breakpoints and in-procedure traps
2010-10-02 Neil JerramRemove goops-version, which is no longer defined
2010-10-01 Andy Wingosource breakpoints accept user line numbers
2010-10-01 Andy Wingoadd source:line-for-user, returning a 1-indexed line...
2010-10-01 Andy Wingodeprecate turn-on-debugging, it is obsolete
2010-09-30 Andy Wingoadd ,registers
2010-09-27 Ludovic CourtèsFix pattern variable extraction in `match' with `..1'.
2010-09-27 Ludovic CourtèsAdd support for `..1' to `match'.
2010-09-27 Andreas RottmannAdd implementation of SRFI 27
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-25 Andy Wingoremove vm-version, vm options
2010-09-24 Andy Wingoremove a number of debug options
2010-09-24 Andy Wingoremove evaluator-traps-interface
2010-09-24 Andy Wingoremove GDS
2010-09-24 Andy Wingoremove (ice-9 debugger) and (ice-9 debugging)
2010-09-24 Andy Wingoremove eval-options
2010-09-24 Andy Wingofix ,traps REPL command
2010-09-24 Ludovic CourtèsMake `procedure-execution-count' fail gracefully when...
2010-09-24 Ludovic CourtèsFix coverage analysis of procedures called from C.
2010-09-24 Ludovic CourtèsAdd `thread-vm' and `set-thread-vm!'.
2010-09-24 Andy Wingoprocedure traps can fire on nested procedures
2010-09-24 Andy Wingosystem xref maintains source mapping for nested procedu...
2010-09-23 Andy Wingoadd ,break-at-source
2010-09-23 Andy Wingoanother trap printing tweak
2010-09-23 Andy Wingolist-traps just returns trap identifiers, not names
2010-09-23 Andy Wingotrace printing tweak
2010-09-23 Andy Wingomore uniform break / tracepoint printing in repl
2010-09-23 Andy Wingoadd trap-name procedure
2010-09-23 Andy Wingotracepoints print their trap number
2010-09-23 Andy Wingoadd repl ,tracepoint command
2010-09-23 Andy Wingoavoid traps in repl except when evaluating the expression
2010-09-23 Andy Wingoadd trap-calls-to-procedure
2010-09-23 Andy Wingotracing in terms of traps
2010-09-21 Andy Wingo(system repl command) cleanups
2010-09-21 Andy Wingobreakpoints from recursive prompts work
2010-09-19 Ludovic CourtèsSRFI-1: Rewrite `alist-copy' in Scheme.
2010-09-19 Andy Wingodefault-trap-handler bugfix
2010-09-19 Göran WeinholtFix make-variable-transformer export
2010-09-19 Andy Wingoadd ,traps ,delete ,disable ,enable
2010-09-19 Andy Wingoimplement breakpoints in the repl
2010-09-17 Andy Wingoadd (system vm traps)
2010-09-16 Andy Wingofix bad Makefile.am addition
2010-09-16 Andy Wingoinstruction tracing tweak
2010-09-16 Andy Wingoonly trace instructions inside the thunk
2010-09-16 Andy Wingoadd vm-abort-continuation-hook, vm-restore-continuation...
2010-09-16 Andy Wingotrim our set of vm hooks
2010-09-16 Andy Wingoremove unused (system vm profile)
2010-09-12 Andy Wingomove srfi-1 and srfi-60 C impl to libguile, without...
2010-09-12 Neil JerramCreate tags for Scheme source
2010-09-10 Andy Wingonew procedure: source-procedures
2010-09-10 Andy Wingo(system xref) uses module-submodules
2010-09-10 Andy Wingoregenerate psyntax-pp.scm
2010-09-10 Andy Wingosimplify module/Makefile.am rules to not require touch
2010-09-06 Ludovic CourtèsRename `make-foreign-function' to `pointer->procedure'.
2010-09-04 Andy Wingoboot-9 refactor
2010-09-04 Ludovic CourtèsCompare source/compiled file timestamps with nano-secon...
2010-09-03 Ludovic CourtèsAdd `procedure->pointer' to the FFI.
2010-09-03 Jose A. Ortega RuizFix for `submodules' in (ice-9 session) (closes #30062)
2010-09-03 Andy Wingomodule-ref-submodule deprecation fixes
2010-09-03 Andy Wingoback-compat in (rnrs) for deprecated modules-in-value...
2010-09-01 Ludovic CourtèsFix typos.
2010-09-01 Ludovic CourtèsSRFI-1: Rewrite `drop-right!', `drop-while', `reduce...
2010-08-31 Jose A. Ortega RuizAdd new debug meta-command ,error-message
2010-08-30 Andy Wingofix #y back-compat shim
2010-08-30 Andy Wingodocstrings in syntax-rules
2010-08-29 Andy Wingodefine* usage in boot-9
2010-08-28 Andy Wingodeprecate passing a number as the destination to `format'
2010-08-28 Andreas RottmannSeveral fixes to R6RS libraries
2010-08-27 Ludovic CourtèsDocument (ice-9 match).
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `break' and `break!' in Scheme.
2010-08-27 Ludovic CourtèsSRFI-1: Rewrite `fifth', `sixth', etc. in Scheme.
2010-08-27 Ludovic CourtèsRemove unneeded #:use-module.
2010-08-17 Andy Wingoreindent psyntax.scm
2010-08-17 Andy Wingoupdate comments in psyntax.scm
2010-08-15 Ludovic CourtèsAdd `string->pointer' and `pointer->string' to the...
2010-08-09 Julian GrahamExplicit definitions for `memp' and `assp' in `(rnrs...
2010-08-08 Julian GrahamExplicit definitions for `vector-for-each' and `vector...
2010-08-06 Andy Wingofix stack narrowing for tail-call to throw
2010-08-06 Andy Wingo,x unbound does not quit repl
2010-08-06 Andy Wingoletrec* in docs, and some r6rs fixes
2010-07-28 Ludovic CourtèsFix `parse-c-struct'.
2010-07-28 Ludovic CourtèsUpdate the FFI doc.
2010-07-28 Ludovic CourtèsUse "pointer" instead of "foreign" when dealing with...
2010-07-26 Ludovic CourtèsAdd `dereference-pointer' to `(system foreign)'.
2010-07-26 Ludovic CourtèsSimplify the (system foreign) API.
2010-07-26 Ludovic CourtèsCheck for go/scm mtime ordering rather than equality.
next