Fix thread-unsafe lazy initializations.
[bpt/guile.git] / module / ice-9 /
2014-01-23 Mark H WeaverImprove correctness and consistency of 'eval-when'...
2014-01-15 Mark H WeaverDocument that we support srfi-46 and add it to %cond...
2014-01-15 Mark H WeaverDocument that we support srfi-87 and add it to %cond...
2014-01-14 Mark H WeaverDocument that we support srfi-62 and add it to %cond...
2014-01-14 Mark H WeaverAdd srfi-16 and srfi-30 to %cond-expand-features.
2014-01-12 Mark H WeaverBump user-visible copyright years to 2014.
2014-01-09 Mark H WeaverImplement R7RS 'syntax-error'.
2014-01-09 Mark H Weaverpsyntax: custom ellipses using 'with-ellipsis' or R7RS...
2014-01-09 Mark H Weaverpsyntax: toplevel variable definitions discard previous...
2014-01-09 Mark H Weaverboot-9: add comment about autoload thread-unsafety.
2013-12-17 Mark H WeaverRevert "Fix bound-identifier=? to compare binding names...
2013-12-16 Mark H WeaverFix bound-identifier=? to compare binding names, not...
2013-12-13 Mark H Weaversyntax-case: fix error reporting for misplaced ellipses.
2013-11-23 Mark H WeaverMake (ice-9 popen) thread-safe.
2013-11-23 Mark H WeaverStylistic improvements for (ice-9 popen).
2013-11-19 David ThompsonAdd procedures to convert alists into hash tables.
2013-11-18 Mark H WeaverImprove error when 'include' form with relative path...
2013-09-12 Mark H WeaverImprove error reporting of procedures defined by define...
2013-09-10 Mark H Weaverpsyntax: cite the paper that psyntax is based on.
2013-09-10 Mark H WeaverMinor stylistic improvement to 'and-let*' macro.
2013-09-09 Mark H WeaverRewrite SRFI-2 'and-let*' using syntax-case.
2013-08-23 Mark H WeaverFix 'define-public' from (ice-9 curried-definitions).
2013-08-20 Mark H WeaverImprove error checking in 'define-public' and 'module...
2013-08-15 Mark H WeaverImprove run-time error reporting in (ice-9 match).
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-06 Mark H WeaverBump 'copyright-year' to 2013.
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Ludovic CourtèsDocument `and=>'.
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...
next