* syncase.scm (guile-macro): Strip syntactic information from
[bpt/guile.git] / ice-9 / syncase.scm
2003-01-27 Mikael Djurfeldt* syncase.scm (guile-macro): Strip syntactic informatio...
2003-01-16 Mikael Djurfeldt* psyntax.ss (build-data): Don't quote self-evaluating...
2003-01-15 Mikael Djurfeldt* boot-9.scm (use-syntax): Return *unspecified*.
2003-01-15 Mikael Djurfeldt* syncase.scm: Set expansion-eval-closure to
2002-11-16 Dirk Herrmann* syncase.scm (define-syntax, eval-when, fluid-let...
2002-09-05 Marius VollmerSet the module transformer of the-syncase-module so
2002-09-04 Marius Vollmer(expansion-eval-closure, env->eval-closure): New.
2002-05-06 Marius VollmerUse (ice-9 threads) so that with-mutex is defined.
2002-03-12 Rob Browning* syncase.scm: fix bad let.
2002-02-25 Rob Browning* syncase.scm (gensym): redefine locally so we can...
2001-10-21 Mikael Djurfeldt* lib.scm: Move module the system directives `export',
2001-07-23 Marius Vollmer* syncase.scm (psyncomp): Removed, it is now in compile...
2001-06-03 Marius VollmerAdded exception notice to all files.
2000-11-01 Dirk Herrmann* string=? requires a string argument. Thanks to Dale...
2000-09-12 Dirk Herrmann* Eliminate use of low-level symbol property function.
2000-08-13 Mikael DjurfeldtCommentary fix
2000-08-11 Mikael Djurfeldt* syncase.scm (eval): Add second arg both in definition...
2000-01-11 Greg J. Badros* boot-9.scm expect.scm, syncase.scm: Switch to new...
1999-08-06 Jim BlandyUpdate FSF address in copyright notices.
1998-11-10 Mikael Djurfeldt* syncase.scm (values, call-with-values): Moved to...
1998-10-19 Jim BlandyTalked to Stallman. Actually, the syntax-case copyrigh...
1998-10-19 Jim BlandyWe can't include Kent Dybvig's syntax-case macro expand...
1997-09-10 Mikael Djurfeldt* * boot-9.scm (primitive-macro?): New procedure.
1997-09-05 Mikael Djurfeldt* emacs.scm (emacs-load): Added new parameter `module'.
1997-09-04 Mikael Djurfeldt* syncase.scm (putprop): Temporary fix which publishes...
1997-08-25 Mikael Djurfeldt*** empty log message ***
1997-08-20 Mikael Djurfeldt* syncase.scm: Also turn off debugging evaluator and...
1997-08-19 Mikael Djurfeldt * syncase.scm: Don't tamper with debug mode setting...
1997-08-19 Mikael Djurfeldt * syncase.scm: Don't tamper with debug mode setting...
1997-08-19 Mikael Djurfeldt* syncase.scm: New file: Guile-adaption for syntax...