Add missing `SCM_API' for `scm_take_from_input_buffers'.
[bpt/guile.git] / module / ice-9 /
2012-04-23 Andy Wingovlist performance improvements; allocate vhash data...
2012-04-23 Andy Wingovlist-cons micro-optimizations
2012-04-23 Andy Wingoslight vlist refactor
2012-03-05 Andy Wingodeprecate close-io-port
2012-03-04 Mark H WeaverComment out unused definitions of 'do' and 'case' in...
2012-03-04 Mark H WeaverFix syntax wrap comments; remove old unused cruft
2012-03-03 Mark H WeaverMinimize size of embedded syntax objects in psyntax...
2012-03-03 Mark H Weavertree-il->scheme improvements
2012-03-02 Mark H Weaverpretty-print: allow max-expr-width to be set; recognize...
2012-03-02 Mark H WeaverFix typos in psyntax.scm
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-15 Mark H Weaverpsyntax: access source properties for all supported...
2012-02-15 Mark H Weaversyntax-violation: prefer 'subform' for source info...
2012-02-15 Mark H WeaverFix psyntax bugs that would cause bad source annotations
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-03 Ludovic Courtèsi18n: Provide default values for when Gnulib has no...
2012-02-03 Ludovic Courtèsformat: Add specifier ~h for localized number output.
2012-02-03 Ludovic Courtèsi18n: Use Gnulib's `nl_langinfo' module.
2012-02-02 Bake TimmonsImprove the usage of variable names in Scheme docstrings.
2012-01-30 Mark H WeaverFix primitive-eval to return #<unspecified> for definitions
2012-01-30 Mark H WeaverFix 'local-eval' when the specified environment is...
2012-01-27 Mark H WeaverFix error messages involving definition forms
2012-01-26 Andy Wingomore readable gensyms
2012-01-26 Andy Wingoglobally unique marks and labels using syntax-session-id
2012-01-26 Andy WingoImplement `local-eval', `local-compile', and `the-envir...
2012-01-25 Andy Wingonew syntax procedures to (system syntax)
2012-01-25 Andy Wingoadd syntax-module
2012-01-25 Andy Wingoadd syntax-locally-bound-identifiers
2012-01-24 Ludovic Courtèsvlist: Use (ice-9 format).
2012-01-23 Andy Wingocurrent-filename canonicalizes path, remove add-to...
2012-01-20 Andy Wingoadd current-filename, add-to-path, add-to-load-path
2012-01-20 Andy Wingoadd when, unless
2012-01-19 Andy Wingoavoid gensym when making labels in psyntax
2012-01-19 Andy Wingoadd syntax-local-binding
2012-01-15 Chris K. Jester... Call scm-error with the correct argument order.
2012-01-08 Ludovic Courtèsftw: Add an `error' parameter to `file-system-fold'.
2012-01-06 Andy Wingodeprecate fluid-let-syntax in favor of syntax-parameterize
2012-01-06 Andy Wingoadd define-syntax-parameter, same as define-syntax
2012-01-05 Ludovic CourtèsPlacate a number of `syntax-check' verifications.
2012-01-05 Ludovic CourtèsRegenerate `psyntax-pp.scm'.
2012-01-05 Ludovic CourtèsRaise an error for (begin) when `--disable-deprecated'.
2011-12-31 Mark H WeaverFix documentation for vhash-fold and vhash-fold-right
2011-12-22 Andy Wingodocument invalidity of (begin) as expression; add back...
2011-12-19 Ludovic Courtèsftw: Include sub-directories in the result of `scandir'.
2011-12-19 Ludovic Courtèsftw: Fix typos/thinkos in `file-system-fold' and `scandir'.
2011-12-19 Ludovic Courtèsftw: Clarify the behavior of `scandir' for flat files...
2011-12-19 Christian PerschAdd a deprecated alias for $expt
2011-12-18 Ludovic Courtèsftw: Add `scandir'.
2011-12-18 Ludovic Courtèsftw: Add an optional `stat' parameter to `file-system...
2011-12-13 Ludovic CourtèsAdd `file-system-fold' and `file-system-tree' to (ice...
2011-12-12 Andy Wingoadd an apropos-hook to ice-9 session
2011-12-10 Andy Wingocurrent-input-port et al are srfi-39 parameters
2011-12-06 Ludovic CourtèsAdd an exception printer for `getaddrinfo-error'.
2011-12-05 Andy Wingowarnings written to warning port
2011-12-05 Andy Wingoadd current-warning-port
2011-12-05 Andy Wingosetting a parameter returns the previous value
2011-12-05 Andy Wingoadd srfi-39 parameters to boot-9
2011-12-04 Andy Wingoice-9/poll: verify sizeof(struct pollfd)
2011-11-23 Andy WingoUse default value for make-fluid in Scheme files
2011-11-23 Andy Wingooptional default-value arg to make-fluid
2011-11-16 Andy Wingohack the port-column of current-output-port after print...
2011-11-16 Andy Wingoeval-when tidying up
2011-11-16 Andy Wingopsyntax: s/chi/expand/g
2011-11-15 Andy Wingoset names of functions defined at the toplevel from...
2011-11-15 Andy Wingobetter debuggability for interpreted procedures
2011-10-16 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-09-30 Ludovic CourtèsAdd link to the (ice-9 match) bug.
2011-09-28 Andy Wingogenerate psyntax-pp in canonical form
2011-09-27 Andy Wingoregenerate psyntax-pp.scm, with optimizations
2011-09-24 Andy Wingopaper around `match' bug
2011-09-10 Ian PriceFix --listen option to allow other ports
2011-09-08 Ludovic CourtèsClarify `--debug' vs. `--no-debug'.
2011-09-03 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2011-09-02 Andy Wingomore define-syntax-rule usage
2011-09-02 Andy Wingopsyntax uses define-syntax-rule
2011-09-02 Andy Wingoadd define-syntax-rule
2011-08-18 Andy Wingofix order of importing modules and resolving duplicates...
2011-08-17 Andy Wingofix recursive define-inlinable expansions
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-17 Andy Wingoadd -Wformat to %auto-compilation-options
2011-06-17 Andy Wingobetter messages on failed autocompilation
2011-06-17 Andreas RottmannSilence warnings for variables created by `generate...
2011-05-26 Neil JerramEmit a 1-based line number in error messages
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
next