remove trailing spaces at endlines in *.lisp
[clinton/parenscript.git] / js.lisp
2006-01-23 Luca Capelloremove trailing spaces at endlines in *.lisp
2006-01-22 Luca Capelloremove trailing spaces at empty lines in *.lisp
2005-12-19 Marco BaringerNew function gen-js-name-string
2005-12-19 Henrik Hjeltebugfix slot-value
2005-12-18 Henrik Hjeltebug in dwim-join
2005-12-01 Alan-ShieldsAdded defgenerics for all the defmethods
2005-10-05 Marco BaringerNeed to escape #\' in javascript strings
2005-10-05 Marco BaringerFix buf in JS-INLINE causing infinite macro expansion
2005-09-12 Marco BaringerAdd in checks to deal with functions/macros whose names...
2005-09-05 Marco BaringerUse strings, and not symbols, to name javascript functi...
2005-09-05 Marco BaringerAdded support for literal objects ( "{ ... }" syntax)
2005-08-15 Marco BaringerAdded docstrings to previous patch
2005-08-15 Marco BaringerAdded GEN-JS-NAME and WITH-UNIQUE-JS-NAMES
2005-08-15 Ivan ToshkovFixes the infinite loop problems of `dotimes' and ...
2005-08-15 Marco BaringerAttempt to improve the conversion of (js ((lambda ...
2005-08-15 Marco BaringerIntroduce the JS-LAMBDA class. Make JS-DEFUN a subclass...
2005-08-15 Marco BaringerImplement JS and JS-INLINE in terms of JS* and JS-INLINE*
2005-08-14 Marco BaringerSymbols starting with #\: are left as is, no case conve...
2005-08-14 Marco BaringerAdded JS* and JS-INLINE*.
2005-08-14 Marco BaringerJavascript strings need to be quated with ' and not...
2005-08-13 Marco BaringerUgly hack to support ((lambda ...) ...)
2005-08-08 Marco BaringerAdded declare ignore forms for unused function arguments
2005-07-26 Marco BaringerAdded files from parenscript 0.1.0 as distributed by...