more uniform break / tracepoint printing in repl
[bpt/guile.git] / module /
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.
2010-07-22 Thien-Thi Nguyen[maint] Remove unused script guile-doc-snarf.
2010-07-20 Ludovic CourtèsStart rewriting SRFI-1 in Scheme.
2010-07-20 Ludovic CourtèsAdd `vhash-fold*' in `(ice-9 vlist)'.
2010-07-17 Andy Wingorecommend #:replace
2010-07-16 Andy Wingoremove (system vm debug)
2010-07-16 Andy Wingoremove (ice-9 emacs)
2010-07-16 Andy Wingogut ice-9 debug
2010-07-16 Andy Wingoupdates to system repl command
2010-07-15 Ludovic Courtèssxml-match: Always use the same prompt tag.
2010-07-15 Ludovic CourtèsDeclare `ice-9/psyntax-pp.scm.gen' as a phony target.
2010-07-15 Andy Wingodon't re-print the error by default in call-with-error...
2010-07-15 Andy Wingoerror-handling tweak
2010-07-15 Andy Wingopass a frame to display-error in system repl error...
2010-07-14 Andy Wingofix boostrapping error with srfi-1 (for the third time!)
2010-07-14 Julian GrahamFix argument passing for external hash functions in...
2010-07-13 Andy Wingofix psyntax-pp.go dependency
2010-07-13 Andy Wingoctrl-d with readline exits one recursive repl instance
2010-07-13 Andy Wingodon't automatically generate psyntax-pp.scm any more
2010-07-10 Andy Wingoprint column numbers in backtraces
2010-07-10 Andy Wingofinally, backtraces only showing frames for the computation
2010-07-10 Andy Wingovalidating repl options; value-history on by default
2010-07-10 Andy Wingovalue-history-enabled? accessor
2010-07-10 Andy Wingoheap/literal fixes for repl-default-options
2010-07-10 Andy Wingoadd utils to turn value history on and off, and to...
2010-07-10 No ItisntRemove trailing whitespace
2010-07-09 Andy Wingoavoid running the debugger during parsing or compilatio...
2010-07-09 Andy Wingofix up a repl command docstring
2010-07-09 Andy Wingotweaks to print-locals
2010-07-09 Andy Wingotweaks to new repl
2010-07-09 Andy Wingointegrate the debugger into the repl
2010-07-09 Andy Wingodefine* in ice-9 regex
2010-07-09 Andy Wingountabify (ice-9 regex)
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-06-29 Andy Wingofix repl level printing
2010-06-29 Tristan ColgateUpdate #:procedure method for <applicable-struct>
2010-06-28 Andy Wingo* module/srfi/srfi-60.scm (bit-count): #:replace core...
2010-06-26 Andy Wingouse *repl-stack* instead of *repl-level*
2010-06-26 Andy Wingotweak to ensure-batch-mode!
2010-06-26 Andy Wingoadd repl inport and outport fields and accessors
2010-06-26 Andy Wingoallow kwargs to repl metacommands
next