asdf test-op added
[clinton/parenscript.git] / src /
2006-10-03 Attila LendvaiAdded evenp and oddp
2006-10-03 Attila LendvaiAdded assert for simple catch forms
2006-09-01 Attila LendvaiKilled the feature (js:js* '(let (a b) (+ a b))) =...
2006-08-21 Attila LendvaiUse symbol-name for op matching to fix various bugs...
2006-07-21 Marijn HaverbekeAllow strings and numbers as slot names in object literals
2006-07-16 Marco BaringerDrop unused js2.lisp
2006-07-16 Attila LendvaiFix compilation of (.call (lambda () ...) arg1 ......
2006-07-16 Attila LendvaiFix compilation of ((foo) bar) -> foo()(bar)
2006-07-16 Attila LendvaiFixed js-with
2006-07-15 Henrik Hjeltebugfix sometimes missing semicolons when joining js...
2006-07-11 Attila LendvaiRebind var in dolist to make also clisp happy
2006-07-11 Henrik Hjelteregex patch
2006-07-07 Attila LendvaiFixed instanceof
2006-07-07 Attila LendvaiAdded src/lib/functional.lisp
2006-07-07 Attila LendvaiAdded :eval-forms-p to compile-parenscript-file
2006-07-06 Attila LendvaiFix the return value of map-into
2006-07-06 Attila LendvaiMoved some macros towards the top of the file due to...
2006-07-05 Attila LendvaiAdded map and map-into
2006-07-05 Attila LendvaiShortened default gensym constant
2006-07-04 Attila LendvaiDon't use loop's initially clause to avoid a clisp bug
2006-05-27 Marco BaringerMake defjsmacro rend's docstring a comment so clisp...
2006-05-13 Attila LendvaiMove undefine-js-compiler-macro into an eval-when.
2006-05-12 Attila LendvaiAdded import-macros-from-lisp that bring lisp macros...
2006-05-10 Marco BaringerMove compile-parenscript code into a separate file...
2006-05-08 Attila LendvaiAdded compile-parenscript-file
2006-05-08 Attila LendvaiAdded character type conversion
2006-04-16 Attila LendvaiAdded a rebind js macro that rebinds variables on the...
2006-04-01 Marco BaringerExport defjsmacro
2006-04-01 Marco BaringerAdded docstring for *js-quote-char*
2006-04-01 Xan LopezAdd variable *js-quote-char*
2006-02-26 Marco BaringerImplement js-to-strings for the regex class
2006-02-25 Marco Baringer#\$ is not a special javascript character.
2006-02-05 Marco BaringerThe #\Form is not a standard character name, use #...
2006-02-02 Henrik Hjelteproper escape sequences in strings
2006-02-01 Henrik Hjelteref2test finds reference.lisp in docs dir
2006-01-23 Luca Capellomove source files to src/ and modify parenscript.asd...