Reveal guile-tools's inner simplicity...
[bpt/guile.git] / module / ice-9 /
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-12 Andy Wingoall deprecated routines emit warnings
2011-05-08 Ludovic CourtèsAdd `vhash-fold-right'.
2011-05-08 Ludovic CourtèsOptimize `vlist-fold-right'.
2011-05-05 Andy Wingomap and for-each in scheme
2011-05-05 Andy Wingopsyntax simplification
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-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 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-13 Andy Wingorevert 4a2ac0623c3dabb2c8b9d38c27b837dcb2c7fe4e
2011-04-11 Andy Wingoregen psyntax-pp.scm
2011-04-06 Andreas RottmannMove `define-inlinable' into the default namespace
2011-03-31 Andy Wingoinline fxops in psyntax
2011-03-31 Andy Wingoallow definitions in with-syntax body
2011-03-27 Noah LavineDocument SRFI-23
2011-03-13 Andreas RottmannAdd `get-string-n' and `get-string-n!' for R6RS ports
2011-03-08 Mark H WeaverWithin `while', `continue' takes zero arguments
2011-03-05 Andy Wingoadd ice-9 eval-string
2011-03-03 Andy Wingomore module-use-interfaces! tweaks
2011-03-03 Andreas RottmannUse module identity to filter for existing modules
2011-02-27 Andy Wingoscm-error-printer resilience
2011-02-27 Andy Wingoregenerate psyntax-pp
2011-02-27 Andy Wingochi-top-sequence defines macros before expanding other...
2011-02-27 Andy Wingopsyntax: fold chi-top-sequence into chi-top
2011-02-23 Andy Wingoopen-pipe* pumps pipes guardian
2011-02-21 Ludovic CourtèsFix a bug in `vhash-delete'.
2011-02-21 Ludovic CourtèsOptimize `vhash-delete'.
2011-02-21 Ludovic CourtèsAdd omitted exports from `(ice-9 vlist)'.
2011-02-18 Andy Wingoadd (ice-9 binary-ports)
2011-02-13 Ludovic CourtèsAdd `%auto-compilation-options', used by `compile-file...
2011-02-13 Ludovic CourtèsHave `the-scm-module' be its own public interface ...
2011-02-13 Andy Wingoautocompile -> auto-compile
2011-02-13 Andy Wingo`load' is a macro (!) that resolves paths relative...
2011-02-12 Andy Wingofix syntax-error printing
2011-02-12 Andy Wingofix scm-error invocation on SIGINT in top-repl.scm
2011-02-11 Andy Wingoprint-exception gets a c binding
2011-02-11 Andy Wingoadd set-exception-printer!, print-exception to boot-9
2011-02-10 Andy Wingodeprecate primitive properties
2011-02-10 Andy Wingogetopt-long: arg parsing errors cause print and exit...
2011-02-10 Andy Wingogetopt-long cleanups
2011-02-10 Andy Wingogetopt-long cleanup
2011-02-10 Andy Wingogetopt-long cleanup
2011-02-10 Andy Wingogetopt-long uses match:substring from (ice-9 regex)
2011-02-10 Andy Wingomatch-lambda in getopt-long
2011-02-10 Andy Wingogetopt-long uses srfi-9 records internally
2011-02-09 Ralf Wildenhuesdocs: fix typos in manual, and a couple in code comments.
2011-02-09 Andy Wingoadd define-once
2011-02-08 Andy Wingomodule-use-interfaces! handles duplicate interfaces
2011-02-08 Ludovic CourtèsMake `(format #f ...)' always Unicode-capable.
2011-02-08 Andy Wingounquote and unquote-splicing can split multiple expressions
2011-02-07 Andy Wingohack around bug in port-filename
2011-01-31 Andy Wingotoplevel vars added by syntax expansion are unbound
2011-01-28 Mark H WeaverDo not apply `inf?' or `nan?' to strings
2011-01-24 Ludovic CourtèsInstall the current locale when starting the REPL.
2011-01-08 Andy Wingofix tab completion in repl (doh)
2010-12-18 Andy Wingoformat handles ~@c better
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingomore format tweaks
2010-12-18 Andy Wingotake advantage of letrec* in format
2010-12-18 Andy Wingoinline format:out into format
2010-12-18 Andy Wingomore format cleanups
2010-12-18 Andy Wingoformat's first arg is "destination"
2010-12-18 Andy Wingoinline format:format into format
2010-12-18 Andy Wingodeprecate omission of port to ice-9 format
2010-12-18 Andy Wingoletrec -> internal definitions in format.scm
2010-12-18 Andy Wingoformat.scm cleanups
2010-12-18 Andy Wingoice-9 format license update
2010-12-17 Ludovic Courtèsfutures: Store pending futures in a queue.
2010-12-17 Andy Wingoguile-user has no filename
2010-12-17 Andy Wingoadd ,reload meta-command and document it and reload...
2010-12-16 Ludovic CourtèsImplement `(ice-9 threads)' high-level constructs in...
2010-12-16 Ludovic Courtèsfutures: Support multiple-value returns.
2010-12-16 Ludovic Courtèsfutures: Fix potential deadlock.
2010-12-16 Ludovic CourtèsAdd `compose', `negate', and `const'.
2010-12-07 Ludovic CourtèsUse `current-processor-count' to determine the number...
2010-12-07 Ludovic CourtèsAdd a record type printer for vlists/vhashes.
2010-12-07 Brian Templetonautoload compile-file in (guile-user)
2010-12-06 Andy Wingoice-9 poll handles buffered io too
2010-12-03 Andy Wingoread-delimited is clearer and conses less
2010-12-03 Andy Wingoadd (ice-9 poll), a poll wrapper
2010-12-02 Ludovic CourtèsAdd `(ice-9 futures)'.
2010-11-19 Ludovic CourtèsUse `define-module*' in (ice-9 history).
2010-11-19 Andy Wingodeprecate process-define-module
2010-11-19 Andy Wingodefine-module compiles to define-module*
next