index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
module
/
ice-9
/
psyntax-pp.scm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix race when expanding syntax-parameterize and define-syntax-parameter
...
Andy Wingo
2019-02-22
1
-106
/
+104
*
psyntax generates calls to make-struct/no-tail
...
Andy Wingo
2017-09-20
1
-81
/
+94
*
Psyntax generates new syntax objects
...
Andy Wingo
2017-03-28
1
-812
/
+839
*
Beginnings of psyntax switch to new syntax objects
...
Andy Wingo
2017-03-28
1
-2611
/
+2617
*
Plumbing changes to rename "syntax-module"
...
Andy Wingo
2017-03-28
1
-2
/
+2
*
psyntax: Generate identifiers in a deterministic fashion.
...
Mark H Weaver
2017-03-07
1
-34
/
+89
*
psyntax can trace expand-time changes to the current module
...
Andy Wingo
2016-06-27
1
-105
/
+114
*
Fix include-from-path when file found in relative path
...
Andy Wingo
2016-06-24
1
-8
/
+9
*
psyntax: Fix bug in match-each+.
...
Mark H Weaver
2016-05-22
1
-1
/
+2
*
Load port bindings in separate (ice-9 ports) module
...
Andy Wingo
2016-04-15
1
-1
/
+1
*
Fix infinite loop in expander
...
Andy Wingo
2015-02-13
1
-1
/
+8
*
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-01-14
1
-77
/
+248
|
\
|
*
Implement R7RS 'syntax-error'.
...
Mark H Weaver
2014-01-09
1
-18
/
+72
|
*
psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.
...
Mark H Weaver
2014-01-09
1
-63
/
+164
|
*
psyntax: toplevel variable definitions discard previous syntactic binding.
...
Mark H Weaver
2014-01-09
1
-1
/
+3
*
|
Merge branch 'stable-2.0'
...
Mark H Weaver
2014-01-09
1
-11
/
+14
|
\
|
|
*
Revert "Fix bound-identifier=? to compare binding names, not just symbolic na...
...
Mark H Weaver
2013-12-16
1
-1
/
+0
|
*
Fix bound-identifier=? to compare binding names, not just symbolic names.
...
Mark H Weaver
2013-12-15
1
-0
/
+1
|
*
syntax-case: fix error reporting for misplaced ellipses.
...
Mark H Weaver
2013-12-13
1
-11
/
+14
*
|
Merge commit '750ac8c592e792e627444f476877f282525b132e'
...
Andy Wingo
2013-11-28
1
-1
/
+8
|
\
|
|
*
Improve error when 'include' form with relative path is not in a file.
...
Mark H Weaver
2013-11-18
1
-1
/
+8
*
|
Remove with-fluids; replaced by with-fluid* and inlined push-fluid primops
...
Andy Wingo
2013-06-28
1
-35
/
+8
*
|
psyntax: ((@@ primitive NAME) ARG ...) in (guile) module is a primcall
...
Andy Wingo
2013-06-23
1
-44
/
+76
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-04-14
1
-44
/
+68
|
\
|
|
*
Do not scan for coding declarations in open-file.
...
Mark H Weaver
2013-04-07
1
-4
/
+6
|
*
Nicer docstring syntax for case-lambda.
...
Mark H Weaver
2013-04-04
1
-40
/
+62
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Mark H Weaver
2013-03-28
1
-21
/
+15
|
\
|
|
*
allow case-lambda expressions with no clauses
...
Andy Wingo
2013-03-09
1
-18
/
+12
|
*
better handling of windows file name conventions
...
Andy Wingo
2013-02-19
1
-3
/
+3
*
|
add #:resolve-syntax-parameters? kwarg to syntax-local-binding
...
Andy Wingo
2013-03-13
1
-2
/
+6
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2013-01-31
1
-49
/
+52
|
\
|
|
*
Do not defer expansion of internal define-syntax forms.
...
Mark H Weaver
2013-01-31
1
-19
/
+10
|
*
Fix source annotation bug in psyntax 'expand-body'.
...
Mark H Weaver
2013-01-27
1
-1
/
+1
|
*
Regenerate psyntax-pp.scm.
...
Mark H Weaver
2013-01-23
1
-23
/
+27
|
*
Revert "Preserve keyword identifier in 'syntax-rules' and 'define-syntax-rule'"
...
Mark H Weaver
2012-10-10
1
-12
/
+12
|
*
Preserve keyword identifier in 'syntax-rules' and 'define-syntax-rule'
...
Mark H Weaver
2012-10-08
1
-12
/
+12
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-07-24
1
-10
/
+26
|
\
|
|
*
Fix @ and @@ to not capture lexicals; new @@ @@ form for R6RS libraries
...
Mark H Weaver
2012-07-06
1
-10
/
+26
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2012-03-08
1
-137
/
+0
|
\
|
|
*
Comment out unused definitions of 'do' and 'case' in psyntax.scm
...
Mark H Weaver
2012-03-04
1
-137
/
+0
*
|
Merge branch 'stable-2.0'
...
Mark H Weaver
2012-03-03
1
-25304
/
+3191
|
\
|
|
*
Minimize size of embedded syntax objects in psyntax-pp.scm
...
Mark H Weaver
2012-03-03
1
-8145
/
+152
|
*
tree-il->scheme improvements
...
Mark H Weaver
2012-03-03
1
-24927
/
+9294
|
*
Fix typos in psyntax.scm
...
Mark H Weaver
2012-03-02
1
-8433
/
+8506
*
|
Merge remote-tracking branch 'local-2.0/stable-2.0'
...
Andy Wingo
2012-02-17
1
-9073
/
+10788
|
\
|
|
*
psyntax: access source properties for all supported objects
...
Mark H Weaver
2012-02-15
1
-6363
/
+6432
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-02-15
1
-8681
/
+8701
|
\
|
|
*
syntax-violation: prefer 'subform' for source info, with 'form' as fallback
...
Mark H Weaver
2012-02-15
1
-11416
/
+11369
|
*
Fix psyntax bugs that would cause bad source annotations
...
Mark H Weaver
2012-02-15
1
-6558
/
+6580
*
|
Merge remote-tracking branch 'origin/stable-2.0'
...
Andy Wingo
2012-01-30
1
-18431
/
+18525
|
\
|
[next]