tweaks to -Wformat's gettext detection
[bpt/guile.git] / module / ice-9 / 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 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-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èsRaise an error for (begin) when `--disable-deprecated'.
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-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-29 Andy Wingopsyntax simplification
2011-03-31 Andy Wingoinline fxops in psyntax
2011-03-31 Andy Wingoallow definitions in with-syntax body
2011-02-27 Andy Wingochi-top-sequence defines macros before expanding other...
2011-02-27 Andy Wingopsyntax: fold chi-top-sequence into chi-top
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-10-08 Andy Wingoinline symbol? and vector? to opcodes, and a psyntax...
2010-08-30 Andy Wingodocstrings in syntax-rules
2010-08-17 Andy Wingoreindent psyntax.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-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 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-04 Andy Wingoadd explanatory comment to chi-macro
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-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 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-14 Andy Wingopsyntax.scm uses #' shorthand for (syntax ...)
2009-11-07 Ludovic CourtèsFix typos in `psyntax'.
2009-11-01 Ludovic CourtèsMerge branch 'bdw-gc-static-alloc'
2009-10-26 Andy Wingoimplement #:predicate
2009-10-25 Andy Wingocase-lambda, case-lambda* in psyntax
2009-10-25 Andy Wingorefactor psyntax.scm's treatment of lambda and lambda*
2009-10-24 Andy Wingodefine* in psyntax
2009-10-23 Andy Wingolambda* in psyntax
2009-10-23 Andy Wingoseparate "inits" field in <lambda-case>; compile fixes...
2009-10-23 Andy Wingomore work towards compiling and interpreting keyword...
2009-10-23 Andy Wingotree-il support for case-lambda
2009-10-19 Julian GrahamFix typo in psyntax.scm related to syntax-violation...
2009-09-01 Ludovic CourtèsMerge branch 'boehm-demers-weiser-gc' into bdw-gc-stati...
2009-08-27 Neil JerramMerge branch 'ossau-gds-dev'
2009-08-27 Daniel KraftMerge branch 'master' of git://git.savannah.gnu.org...
2009-08-25 Andy WingoMerge wip-array refactor, up to cd43fdc5b7a7c
2009-08-21 Neil JerramMerge branch 'wip-manual' of ssh://ossau@git.sv.gnu...
next