Adapt ecmascript compiler to recent tree-il changes for prompts.
[bpt/guile.git] / module / ice-9 /
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-21 Andy WingoUse allocate-struct in define-record-type implementations
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-06-28 Andy WingoRemove with-fluids; replaced by with-fluid* and inlined...
2013-06-27 Andy Wingodynamic-wind in terms of wind and unwind; remove <dynwi...
2013-06-27 Andy Wingoremove @call-with-values memoizer
2013-06-27 Andy Wingoremove @call-with-current-continuation memoizer
2013-06-27 Andy Wingoremove @apply memoizer
2013-06-27 Andy WingoRemove @prompt memoizer
2013-06-25 Andy Wingoabort-to-prompt* instead of @abort
2013-06-23 Andy Wingopsyntax: ((@@ primitive NAME) ARG ...) in (guile) modul...
2013-06-10 Andy WingoTree-il post-order rewriter no longer destructive
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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-04-01 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-29 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-03-28 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 Wingoadd #:resolve-syntax-parameters? kwarg to syntax-local...
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 WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-12 Andy Wingoallow (define-macro name (lambda ...))
2013-01-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
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 WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-23 Andy Wingomerge stable-2.0
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 WingoMerge branch 'wip-peg-ownership'
2013-01-23 Michael Lucyadd PEG parser generator
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-16 Noah LavineRemove 'define-grammar-f'
2013-01-16 Noah LavinePEG Renames
2013-01-16 Noah LavinePEG Renames
2013-01-16 Noah LavinePEG Renames
2013-01-16 Noah LavinePEG Renames
2013-01-16 Noah LavinePEG Renames
2013-01-16 Noah LavineComments in PEG
2013-01-16 Noah LavineRemove 'body' PEG
2013-01-16 Noah LavineAdd 'not-followed-by' PEG
2013-01-16 Noah LavineAdd 'followed-by' PEG
2013-01-16 Noah LavineAdd '?' PEG
2013-01-16 Noah LavineAdd '+' PEG
2013-01-16 Noah LavineAdd '*' PEG
2013-01-16 Noah LavineClean Up PEG Codegen
2013-01-16 Noah LavineMake PEG Files
2013-01-16 Noah LavineRearrange PEG Modules
2013-01-16 Noah LavinePEG Cache Module
2013-01-16 Noah LavineUpdate String PEGs
2013-01-16 Noah LavineExtensible PEG Syntax
2013-01-16 Noah LavineSeparate PEG Concerns
2013-01-16 Noah LavineMove define-nonterm
2013-01-16 Noah LavineRemove eval-when
2013-01-16 Noah LavineFactor PEG Structure
2013-01-16 Noah LavineFactor PEG Functions
2013-01-16 Noah LavineSeparate PEG Strings
2013-01-16 Noah LavineMake Macros Hygienic
2013-01-16 Noah LavineRename in peg.scm
2013-01-16 Noah LavineSplit peg.scm
2013-01-16 Andy Wingopeg: remove error-val
2013-01-16 Andy Wingopeg: refactor peg-sexp-compile to operate on syntax...
2013-01-16 Andy Wingopeg: cg-string, cg-peg-any, cg-range: remove needless...
2013-01-16 Andy Wingopeg: change some instances of "match" to "pat"
2013-01-16 Andy Wingoremove cggl, cg-generic-lambda
2013-01-16 Andy Wingopeg: more cggl / cggr excisions
2013-01-16 Andy Wingopeg: cg-string does not use cggr
2013-01-16 Andy Wingopeg: cg-peg-any does not use cggl
2013-01-16 Andy Wingopeg: cg-string without cggl
2013-01-16 Andy Wingopeg: cg-string improvement
2013-01-16 Andy Wingopeg: helper macro docstrings
next