Nicer docstring syntax for case-lambda.
[bpt/guile.git] / module / ice-9 / psyntax-pp.scm
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-03-09 Andy Wingoallow case-lambda expressions with no clauses
2013-02-19 Andy Wingobetter handling of windows file name conventions
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.
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-07-06 Mark H WeaverFix @ and @@ to not capture lexicals; new @@ @@ form...
2012-03-04 Mark H WeaverComment out unused definitions of 'do' and 'case' in...
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 WeaverFix typos in psyntax.scm
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-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-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-19 Andy Wingoavoid gensym when making labels in psyntax
2012-01-19 Andy Wingoadd syntax-local-binding
2012-01-06 Andy Wingodeprecate fluid-let-syntax in favor of syntax-parameterize
2012-01-05 Ludovic CourtèsRegenerate `psyntax-pp.scm'.
2011-12-22 Andy Wingodocument invalidity of (begin) as expression; add back...
2011-11-16 Andy Wingoeval-when tidying up
2011-11-16 Andy Wingopsyntax: s/chi/expand/g
2011-10-10 Andy Wingoregenerate psyntax-pp.scm
2011-09-28 Andy Wingogenerate psyntax-pp in canonical form
2011-09-27 Andy Wingoregenerate psyntax-pp.scm, with optimizations
2011-09-02 Andy Wingopsyntax uses define-syntax-rule
2011-09-02 Andy Wingoadd define-syntax-rule
2011-06-21 Stefan Israelsson... psyntax: enable dotted tail patterns
2011-06-17 Andreas RottmannSilence warnings for variables created by `generate...
2011-05-05 Andy Wingopsyntax simplification
2011-04-11 Andy Wingoregen psyntax-pp.scm
2011-03-31 Andy Wingoinline fxops in psyntax
2011-03-31 Andy Wingoallow definitions in with-syntax body
2011-02-27 Andy Wingoregenerate psyntax-pp
2011-02-08 Andy Wingounquote and unquote-splicing can split multiple expressions
2011-01-31 Andy Wingotoplevel vars added by syntax expansion are unbound
2010-11-16 Andy Wingosyntax-violation uses lambda*, throws a structured...
2010-10-08 Andy Wingomore inlining in psyntax
2010-09-10 Andy Wingoregenerate psyntax-pp.scm
2010-08-17 Andy Wingoupdate comments in psyntax.scm
2010-07-09 Andy Wingofix (set! MACRO exp) hygiene
2010-06-21 Andy Wingorelax restriction on _ in literals
2010-06-21 Andy Wingosyntax-case treats _ as placeholder
2010-06-21 Andy Wingofreshly regenerate psyntax-pp
2010-06-19 Andy Wingoset! name (lambda ...) names the lambda
2010-06-19 Andy Wingoadd support for variable transformers: settable identif...
2010-06-17 Andy Wingofix order of internal definitions
2010-06-17 Andy Wingocompile-psyntax "optimizes" psyntax-pp
2010-06-17 Andy Wingointernal definitions expand out to letrec* instead...
2010-06-17 Andy Wingopsyntax, primitive expander, and memoizer support for...
2010-06-17 Andy Wingobeginnings of letrec* support in the expander
2010-06-11 Andy Wingofix lexical call naming bug
2010-06-06 Andy Wingoadd syntax-source accessor
2010-06-06 Andy Wingosimplify macro representation in the wake of module...
2010-06-06 Andy Wingofix module-hygiene corner case by relying more on synta...
2010-06-05 Andy Wingosource location propagation fixes in psyntax
2010-06-02 Andy Wingofix procedure naming
2010-05-20 Andy Wingolambda* usage in psyntax.scm
2010-05-20 Andy Wingoremove *mode* fluid from psyntax
2010-05-20 Andy Wingoiron out inconsistency between eval and compile expansion
2010-05-20 Andy Wingoprimitive-eval takes expanded, not memoized, source
2010-05-19 Andy Wingopsyntax produces "expanded" structures directly
2010-05-19 Andy Wingoexpanded type constructors in psyntax
2010-05-13 Andy Wingopsyntax builds case-lambda expressions
2010-05-07 Andy Wingomacro expanders return memoized expressions
2010-05-06 Andy Wingopsyntax no longer attempts to track (current-module)
2010-05-06 Andy Wingo@@ generalized to arbitrary expressions.
2010-05-06 Andy Wingochange form of @ and @@ psyntax handlers
2010-05-06 Andy Wingoadd `expand' eval-when situation
2010-05-03 Andy Wingoonly ensure local vars for definitions during expansion...
2010-04-10 Neil JerramMerge branch 'master' into wip-manual-2
2010-03-29 Andy Wingometadata for syntax-rules, identifier-syntax, and defin...
2010-03-25 Andy Wingovectors of pairs in docstring position are metadata
2010-03-25 Andy Wingopsyntax supports multiple docstrings, merging lambda...
2010-03-20 Ludovic CourtèsMake `include' tail-recursive.
2010-03-19 Andy Wingorename sc-expand to macroexpand
2010-03-03 Andy Wingopsyntax expander tracks changes to current module in...
2010-02-19 Andy Wingore-expand psyntax-pp
2010-02-18 Andy Wingopsyntax support for with-fluids
2010-01-11 Andy Wingoallow (define* SYM VAL)
2010-01-05 Andy Wingoclean up macros.[ch]
2009-12-28 Andy WingoMerge branch 'read-fix'
2009-12-23 Andy Wingokeyword arg errors throw to 'keyword-argument-error
2009-12-20 Andy Wingopsyntax's labels and marks now unique over a read/write...
2009-12-11 Andreas Rottmannadd partial support for tail patterns in syntax-rules...
2009-12-11 Andy Wingomerge from master to elisp
2009-12-02 Andy Wingoreally boot primitive-eval from scheme.
2009-12-01 Andy Wingonew evaluator, y'all
2009-12-01 Andy Wingoexpand out named let to letrec in the eval case
2009-11-15 Andy WingoRevert "implement #:predicate" and remove predicate...
2009-11-14 Andy Wingoadd include-from-path
2009-11-07 Ludovic CourtèsFix typos in `psyntax'.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
next