better invocation documentation
[bpt/guile.git] / module /
2011-06-30 Andy Wingo%load-hook not just for primitive-load
2011-06-21 Stefan Israelsson... psyntax: enable dotted tail patterns
2011-06-19 Ian PriceFix hygiene issues with `define-record-type'
2011-06-17 Andy Wingocurrent-language really defaults to Scheme.
2011-06-17 Andy Wingofix invalid transformation of (values x) -> x, (+ x...
2011-06-17 Andy Wingoadd -Wformat to %auto-compilation-options
2011-06-17 Andy Wingobetter messages on failed autocompilation
2011-06-17 Andy Wingofix self tail recursion to different case-lambda clauses
2011-06-17 Andreas RottmannSilence warnings for variables created by `generate...
2011-05-31 Andy Wingorename `guile-tools' to `guild'
2011-05-31 Andy Wingocompile-bytecode uses target-endianness
2011-05-31 Andy Wingoadd (system base target)
2011-05-27 Andreas Rottmannrnrs io ports: fix port encoding when opening file...
2011-05-26 Neil JerramEmit a 1-based line number in error messages
2011-05-26 Neil JerramReveal guile-tools's inner simplicity...
2011-05-26 Neil JerramImplement #:stop-at-first-non-option option for getopt...
2011-05-26 Neil JerramHandle short option unclumping progressively, instead...
2011-05-26 Neil JerramSimplify getopt-long handling of option values, esp...
2011-05-26 Neil JerramFix "occurrances" typos in getopt-long code and test
2011-05-26 Andy Wingolazily init futures worker pool
2011-05-21 Andy Wingofix define-module ordering
2011-05-21 Andy Wingo(syntax foo) -> #'foo in goops
2011-05-14 Andreas RottmannImprove R6RS conformance wrt. conditions in the I/O...
2011-05-12 Andy Wingoall deprecated routines emit warnings
2011-05-08 Andy Wingofix some duplication in object tables
2011-05-08 Ludovic CourtèsAdd `vhash-fold-right'.
2011-05-08 Ludovic CourtèsOptimize `vlist-fold-right'.
2011-05-08 Andy Wingocompile-assembly: cleanup
2011-05-08 Andy Wingocompile-assembly: use file-level constants table
2011-05-08 Andy Wingocompile-assembly: add dump-constants, a new helper
2011-05-08 Andy Wingocompile-assembly: add build-constant-store, build-objec...
2011-05-08 Andy Wingocompile-assembly: make-meta refactor
2011-05-08 Andy Wingocompile-assembly: add traversal helpers
2011-05-07 Andreas RottmannMake the R6RS simple I/O library use conditions
2011-05-07 Andy Wingofix srfi-1 map-in-order definition
2011-05-05 Andy Wingomap and for-each in scheme
2011-05-05 Andy Wingopsyntax simplification
2011-05-05 Andy Wingosrfi-1 `member' in scheme, inlines to memq / memv in...
2011-05-05 Andy Wingospeed up compile-bytecode
2011-05-05 Andy Wingosilly "optimization" in (language assembly)
2011-05-05 Andy Wingoadd gcprof
2011-05-05 Andy Wingominor statprof tweaks
2011-05-02 Daniel LlorensFix call-with-input-file & relatives for multiple values
2011-05-01 Andy Wingo(ice-9 poe) does not get handles from weak hash tables
2011-05-01 Andy Wingoboot-9 fixme note
2011-04-29 Andy Wingopsyntax simplification
2011-04-28 Andy Wingo-x error message fix
2011-04-28 Andy Wingofix double-loading of script in -ds case
2011-04-28 Andy Wingoallow while as an expression
2011-04-28 Andy Wingoadd reset and shift
2011-04-27 Ludovic CourtèsKeep a 2.0.0-compatible `define-inlinable' macro in...
2011-04-26 Ludovic CourtèsGracefully handle `setlocale' errors at the REPL.
2011-04-15 Andy Wingoadd --fresh-auto-compile
2011-04-14 Ludovic CourtèsAllow compilation with `--disable-posix'.
2011-04-14 Andy Wingofix analyze.scm literal string warnings
2011-04-14 Andy Wingofix embarrassing bugs in (ice-9 command-line)
2011-04-14 Andy Wingoguile -v prints LGPLv3+.
2011-04-14 Andy Wingoadd (ice-9 command-line)
2011-04-14 Andy Wingodon't warn about non-literal fmt strings for e.g. ...
2011-04-13 Andy Wingo(rnrs arithmetic fixnums) fixnum? export a procedure...
2011-04-13 Andy Wingorevert 4a2ac0623c3dabb2c8b9d38c27b837dcb2c7fe4e
2011-04-11 Ian Pricefix assert to return true value.
2011-04-11 Ian PriceAdded optional second arg to R6RS log function
2011-04-11 Andy Wingoregen psyntax-pp.scm
2011-04-11 Andy Wingoignore SIGPIPE in (system repl server)
2011-04-09 Mark H WeaverFix the R6RS exact-integer-sqrt and import into core...
2011-04-08 Andreas RottmannImplement R6RS' `fixnum?' in a smarter way
2011-04-06 Andreas RottmannMove `define-inlinable' into the default namespace
2011-04-04 Andreas RottmannSeveral optimizations for R6RS fixnum arithmetic
2011-04-01 Andy Wingofix c32vector-set!, c64vector-set!
2011-03-31 Andy Wingoinline fxops in psyntax
2011-03-31 Andy Wingoallow definitions in with-syntax body
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-27 Andy Wingofix prompt in fix in single-value context compilation
2011-03-27 Andy Wingotree-il->scheme fix
2011-03-27 Noah LavineDocument SRFI-23
2011-03-26 Andy Wingofix stexi->html double translation
2011-03-26 Andy Wingofix (texinfo reflection) to handle nested structures...
2011-03-25 Neil JerramRemove statements about scripts/* that are no longer...
2011-03-25 Neil JerramInline the effect of am/pre-inst-guile
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 Andreas RottmannEnhance transcoder-related functionality of `(rnrs...
2011-03-13 Andreas RottmannExport `current-*-port' from `(rnrs io ports)'
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-03-13 Ludovic CourtèsWork around weak-value hash table bug in `define-wrappe...
2011-03-11 Ludovic CourtèsFix `define-inlinable' in SRFI-9 so that arguments...
2011-03-09 Andy Wingofix-letrec tweaks
2011-03-09 Andreas RottmannDon't mix definitions and expressions in SRFI-9
2011-03-08 Mark H WeaverWithin `while', `continue' takes zero arguments
2011-03-06 Ludovic CourtèsHandle `letrec*' like `letrec' in simple cases.
2011-03-05 Andy Wingoadd ice-9 eval-string
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-03-03 Andy Wingomore module-use-interfaces! tweaks
next