texinfo plain-text: Use `match' for `stexi->plain-text'.
[bpt/guile.git] / module / ice-9 /
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-13 Andy Wingofailing to load module in psyntax indicates an identifi...
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-02-24 Andy Wingodeprecate (ice-9 mapping)
2013-02-24 Daniel Hartwigfix and update (ice-9 mapping)
2013-02-24 Andy Wingoallow '/' in the prefix of UNC file names on windows
2013-02-19 Andy Wingoadd link to doc about UNC names
2013-02-19 Andy Wingobetter handling of windows file name conventions
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-12 Andy Wingoallow (define-macro name (lambda ...))
2013-01-31 Mark H WeaverDo not defer expansion of internal define-syntax forms.
2013-01-27 Mark H WeaverFix source annotation bug in psyntax 'expand-body'.
2013-01-23 Mark H WeaverRegenerate psyntax-pp.scm.
2013-01-23 Andy Wingofix regression in -l
2013-01-23 Andy Wingoload files from the command line relative to the cwd
2013-01-23 Andy Wingoadd --language argument
2013-01-22 Andy Wingodocstring in rdelim
2013-01-22 Andy Wingocurrent-language is a parameter in boot-9
2013-01-22 Andy Wingoadd fluid->parameter
2013-01-22 Andy Wingoadd read-string and read-string! to (ice-9 rdelim)
2013-01-22 Andy Wingo`include' relative paths relative to including file
2013-01-21 Andy Wingofix try-module-autoload, which did not detect failure...
2013-01-15 Andy Wingofix string->bytevector for utf-8 and non-error conversi...
2013-01-14 Andy Wingocase-lambda* clauses fail to match if too many positionals
2013-01-11 Andy WingoDocstrings in (ice-9 iconv)
2013-01-11 Andy WingoChange iconv procedures to take optional instead of...
2013-01-11 Andy Wingoadd bytevector->string and string->bytevector in new...
2013-01-10 Andy Wingofix ice-9/slib
2013-01-10 Andy Wingodeprecate SCM_CHAR_CODE_LIMIT and char-code-limit
2013-01-08 Andy Wingoslight open-pipe* / open-process refactor
2012-11-29 Ludovic Courtèsfutures: Remove circular dependency with (ice-9 threads).
2012-11-28 Ludovic Courtèseval: Store docstrings for lambdas.
2012-11-27 Ludovic Courtèsvlist: Remove Texinfo markup from docstrings.
2012-11-26 Ludovic CourtèsHave `load-in-vicinity' look for `.go' files in %LOAD...
2012-11-26 Ludovic CourtèsSplit `load-in-vicinity' into small procedures.
2012-11-25 Ian PriceR6RS srfi library names should ignore first identifier...
2012-11-23 Ludovic CourtèsTurn on the `case' warnings in auto-compilation.
2012-11-21 Ludovic CourtèsUpdate `par-map' to use nested futures.
2012-11-21 Ludovic Courtèsfutures: Allow nested futures; put the main thread...
2012-11-21 Ludovic Courtèsfutures: Add a record printer.
2012-11-21 Ludovic Courtèsfutures: Keep futures unlocked while they are processing.
2012-11-10 Mark H WeaverFutures: Avoid creating the worker pool more than once.
2012-11-09 Mark H WeaverFix record constructor in getopt-long.
2012-11-05 Ludovic CourtèsFix copyright years in `futures.scm'.
2012-11-05 Mark H WeaverPreserve additional R6RS library name components after...
2012-11-03 Ludovic Courtèsfutures: Have workers work when futures are available.
2012-10-31 Ludovic Courtèsscandir: Use `lstat' instead of `stat'.
2012-10-26 Mark H WeaverImplement SRFI-105 curly infix expressions.
2012-10-18 Ian PriceFix @@ usage in --listen option
2012-10-17 Mark H WeaverImprove formatting of options help given long option...
2012-10-10 Mark H WeaverRevert "Preserve keyword identifier in 'syntax-rules...
2012-10-08 Mark H WeaverPreserve keyword identifier in 'syntax-rules' and ...
2012-09-26 Chris K. Jester... In fold-matches, set regexp/notbol unless matching...
2012-09-06 Ian Price`define-public' is no a longer curried definition by...
2012-08-20 Ludovic CourtèsMicro-optimize (ice-9 format).
2012-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-07-06 Andy Wingorecord-type-vtable is not a new root of the vtable...
2012-07-06 Andy Wingobetter procedure-arguments for interpreted procs with...
2012-07-02 Andy Wingodead code elimination
2012-07-02 Ludovic CourtèsHave `procedure-arguments' always return the `allow...
2012-06-22 Andy Wingoupdate version-etc copyright year
2012-06-22 Andy Wingoscandir: select? takes basenames, operates on (sub...
2012-06-08 Ludovic CourtèsUpdate (ice-9 match) from Chibi-Scheme.
2012-05-30 Ludovic CourtèsHave string ports honor `%default-port-conversion-strat...
2012-05-23 Andy Wingofinish deprecating eval closures
2012-05-11 Andy Wingofix more assumptions that the frame-procedure is a...
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
next