reword open-file docs
[bpt/guile.git] / module /
2011-08-17 Andy Wingofix r6rs `map'
2011-08-17 Andy Wingocheck that srfi-1 procedure arguments are procedures
2011-08-17 Andy Wingofix recursive define-inlinable expansions
2011-08-17 Andy Wingosrfi-9 record compatibility with boot-9 records
2011-08-12 Andy Wingofix take-right and drop-right for improper lists
2011-08-04 Andy Wingofix tree-il->scheme test
2011-08-04 Andy Wingo(web http): locale-independent parsing and serializatio...
2011-08-04 Andy Wingosrfi-19 refactor
2011-07-23 Ludovic CourtèsChange `guild --help' and `--version' output to be...
2011-07-23 Ludovic CourtèsExport `main' from (scripts help).
2011-07-23 Andy Wingoadd support for guild help FOO
2011-07-23 Andy Wingoadd (scripts help)
2011-07-23 Andy Wingomore work on "guild list"
2011-07-23 Andy Wingoremove scripts PROGRAM
2011-07-23 Andy Wingoa prettier `guild list'
2011-07-21 Andy Wingoopen-socket-for-url returns port in latin1 encoding
2011-07-15 Andy Wingoensure presence of Host header in HTTP/1.1 requests
2011-07-15 Andy Wingoadd (web client)
2011-07-07 Andy Wingogoops.scm cleanups
2011-07-07 Andy Wingomore precision for ,time
2011-06-30 Andy Wingofix generation of auto-compiled file names on mingw...
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...
next