format: Add specifier ~h for localized number output.
[bpt/guile.git] / module / system /
2012-01-30 Mark H WeaverUpdate user-visible copyright dates in manual and REPL...
2012-01-25 Ludovic CourtèsFix a couple of warnings.
2012-01-25 Ludovic CourtèsAdd warnings for unsupported `simple-format' options.
2012-01-09 Ludovic CourtèsHave `cpu-word-size' error out on unknown CPUs; add...
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2011-12-31 Mark H WeaverUpdate comment: ~/.guile-ccache => ~/.cache/guile/ccache
2011-12-05 Andy Wingowarnings written to warning port
2011-12-04 Andy Wingo,language at REPL sets current-language
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-21 Ludovic CourtèsComplete cross-compilation support.
2011-11-21 Ludovic CourtèsFix `validate-target' in (system base target).
2011-11-16 Andy Wingofix bug in make-repl when lang is actually a language
2011-10-22 BT Templetonset width for `,trace' command
2011-10-10 Andy Wingoadd ,expand and ,optimize
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-07-07 Andy Wingomore precision for ,time
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
2011-06-17 Andy Wingocurrent-language really defaults to Scheme.
2011-05-31 Andy Wingoadd (system base target)
2011-04-11 Andy Wingoignore SIGPIPE in (system repl server)
2011-03-29 Andy Wingofix error message on ,disassemble "non-procedure"
2011-03-29 Andy Wingorewrite ensure-writable-dir to not be racy
2011-03-22 Mark H WeaverDo not enter the debugger if the thrown key is in ...
2011-03-17 Andy Wingoallow ,option on-error report instead of debug
2011-03-17 Andy Wingoadd pointer->scm, scm->pointer
2011-03-13 Ludovic CourtèsWork around weak-value hash table bug in `define-wrappe...
2011-03-04 Andy Wingorepl: terminal-width by default
2011-03-04 Michael GranAdd ,width meta-command to set screen width in debug...
2011-03-04 Andy Wingofix ,stat
2011-03-03 Andy Wingorepl.scm understands comments
2011-03-03 Andy Wingorepl.scm refactor
2011-02-27 Andy Wingoflush all input on a read error
2011-02-14 Ludovic CourtèsLeave the default `*current-warning-prefix*' at the...
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsAdd `*current-warning-prefix*'.
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-02-12 Mark H WeaverBump copyright date in REPL version string
2011-02-11 Andy Wingorepl.scm: use print-exception
2011-02-11 Andy Wingo(system repl error-handling) uses print-exception
2011-02-11 Andy Wingoframe-source available in default environment
2011-02-08 Ludovic CourtèsHave `define-wrapped-pointer-type' take a type name.
2011-02-08 Andy Wingohackily fix another case where display-exception would...
2011-02-07 Ludovic CourtèsHack around a defect in `define-wrapped-pointer-type'.
2011-02-02 Michael GranUse 'substring' instead of obsoleted 'make-shared-subst...
2011-02-01 Andreas RottmannFix `show' REPL meta-command
2011-01-30 Ludovic CourtèsAdd `pointer?'.
2011-01-30 Ludovic CourtèsAdd `define-wrapped-pointer-type'.
2011-01-26 Andy Wingomore sensible error if compiled-file-name returns false...
2011-01-24 Ludovic CourtèsChoose the input source file encoding in a locale-indep...
2010-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-12-12 Andy Wingoforeign: c-struct parsing simplification
2010-11-20 Andreas RottmannAllow user-defined meta-commands
2010-11-18 Andy Wingorepl read/write using current ports, not captured ports
2010-11-18 Andy Wingoadd source-location->source-properties to lalr
2010-11-18 Andy Wingorepl.scm displays syntax errors on read as well
2010-11-16 Andy Wingoadd proper pretty-printing for syntax errors
2010-11-16 Andy Wingoremove syntax-error and call-with-compile-error-catch...
2010-11-12 Andy Wingocall-with-error-handling pass-keys w/ procedural handle...
2010-11-11 Ludovic CourtèsAdd FFI support for `short' and `unsigned short'.
2010-11-11 Ludovic CourtèsHave `parse-c-struct' and `make-c-struct' support ...
2010-11-11 Ludovic CourtèsFFI: Honor alignment constraints in `parse-c-struct'.
2010-10-12 Andy Wingo,frame and related commands handle for-trap? appropriately
2010-10-12 Andy Wingodon't warn for (format #t fmt) -- format string actuall...
2010-10-12 Andy Wingodebug has for-trap? field
2010-10-10 Ludovic CourtèsFix typo.
2010-10-10 Ludovic CourtèsAdd warnings for obvious syntax errors in format strings.
2010-10-10 Ludovic CourtèsAdd new `format' warnings.
2010-10-10 Ludovic CourtèsImplement fancy format string analysis.
2010-10-10 Ludovic CourtèsEscape newlines from format strings in warnings.
2010-10-10 Andy Wingoadd (system repl server)
2010-10-08 Andy Wingofurther repl tweaks
2010-10-08 Ludovic CourtèsAdd `-Wformat'.
2010-10-08 Ludovic CourtèsFixlets for REPL error handling.
2010-10-08 Andy Wingofix a bug in `finish'
2010-10-08 Andy Wingostepping traps use frame-next-source, not frame-source
2010-10-08 Andy Wingoadd program-sources-pre-retire to core and define frame...
2010-10-08 Andy Wingofix error in frame-return-values
2010-10-08 Andy Wingofix tracing of mv returns
2010-10-08 Andy Wingoadd repl debugging command docs
2010-10-07 Andy Wingodocument trap states
2010-10-07 Andy Wingorename vm-trace to call-with-trace
2010-10-06 Andy Wingoupdate (system repl debug) todo
2010-10-06 Andy Wingoadd ,step ,stepi ,next and ,nexti
2010-10-06 Andy Wingocleanups to ,finish
2010-10-05 Andy Wingoadd ,finish repl meta-command
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-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 Andy Wingobugfixen in source breakpoints and in-procedure traps
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-09-30 Andy Wingoadd ,registers
2010-09-27 Andy Wingoadd call-with-vm; remove thread-vm bits; remove vm...
2010-09-25 Andy Wingoremove vm-version, vm options
next