Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / module / ice-9 /
2012-05-21 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-17 Andy Wingoadd guile-2.2 feature
2012-05-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
2012-05-10 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-05-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-26 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-04-26 Andy WingoMerge commit 'f66cbb99ee096186837536885d3436bb334df34d'
2012-04-26 Andy WingoMerge commit '1cd63115be7a25d0ea18aaa0e1eff5658d8db77a'
2012-04-26 Andy WingoMerge commit 'de1eb420a5a95b17e85b19c4d98c869036e9ecb0'
2012-04-26 Andy WingoMerge commit 'd10f7b572c0ca1ccef87f9c46069daa30946e0cf'
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-25 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-11 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-08 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-03-07 Andy Wingofaster (make-prompt-tag); default-prompt-tag is a parameter
2012-03-07 Andy Wingocall-with-{input,output}-string implemented in scheme
2012-03-05 Andy Wingoshuffle r4rs procedures into boot-9
2012-03-05 Andy Wingoload parameters earlier in boot-9
2012-03-05 Andy Wingoslight tweak to file-exists?, file-is-directory?
2012-03-05 Andy Wingobootstrapping shenanigans in `warn'
2012-03-05 Andy Wingomore clear comments in boot-9.scm
2012-03-05 Andy Wingoremove deprecated close-io-port
2012-03-05 Andy Wingoinline ice-9/r4rs.scm into ice-9/boot-9.scm
2012-03-05 Andy Wingodeprecate close-io-port
2012-03-05 BT TempletonMerge branch 'bt/elisp'
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-04 Mark H WeaverMerge branch 'stable-2.0'
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-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-03-02 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-23 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-23 Andy Wingorewrite open-process in C, for robustness
2012-02-19 Andy Wingotune default hash table sizes
2012-02-19 Andy Wingoice-9/poll optimization
2012-02-17 Andy WingoMerge remote-tracking branch 'local-2.0/stable-2.0'
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-15 Mark H Weaverpsyntax: access source properties for all supported...
2012-02-15 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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-12 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-11 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Mark H WeaverSupport => within case, and improve error messages...
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-02-08 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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 Andy Wingo"fix" local-eval for introduced toplevels
2012-01-30 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-30 Andy WingoMerge commit '3d51e57cfb0404db568a6adfde2a346d3fd9907e'
2012-01-30 Andy WingoMerge commit '9b0975f1dc41ddd10d81fb5b0965b9e9a54ef37a'
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-09 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2012-01-09 Andy WingoMerge commit 'f78a1ccede02ccad89d6c91a6b297f1f14a30907'
2012-01-09 Andy WingoMerge commit 'cc8afa2b361635953dfba7f10e4193b1f243a50f'
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 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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-13 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2011-12-12 Andy Wingoadd an apropos-hook to ice-9 session
next