clinton/parenscript.git
2006-10-02 Luca Capellodocs/pbook.py: correct faulty check for PDF output
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-11 Henrik Hjeltedocumentation updated about dollar char
2006-07-11 Henrik HjelteMade ref2test work with cl-launch
2006-07-07 Attila LendvaiFix screwed-up asd file
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-10 Marco BaringerUse an explicit asdf:perform :after method instead...
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-16 Luca Capelloremove docs/images and relative references in tutorial...
2006-01-27 Luca Capelloremove docs/reference.pdf, already included in manual.pdf
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-27 Luca Capellomerge parenscript-test.asd into parenscript.asd
2006-01-23 Luca Capellomove doc files to docs/
2006-01-23 Luca Capellomove test files to t/ and modify parenscript-test.asd...
2006-01-23 Luca Capellomove source files to src/ and modify parenscript.asd...
2006-01-23 Luca Capelloremove trailing spaces at endlines in *.lisp
2006-01-22 Luca Capelloremove trailing spaces at empty lines in *.lisp
2006-01-22 Luca Capellopbook.py: convert endlines to Unix format
2006-01-09 Henrik Hjeltecss-inline compiles with cmucl
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-18 Henrik Hjeltecss-inline generator
2005-12-17 Henrik Hjeltecleaned reference
2005-12-16 Henrik Hjeltetests from the reference
2005-12-16 Henrik Hjeltequotes in introduction
2005-12-01 Alan-ShieldsAdded defgenerics for all the defmethods
2005-11-15 Alan-Shieldsenable #+parenscript
2005-11-15 Alan-Shieldsneed a function for css-inlining
2005-11-15 Alan-ShieldsProper concatenation of inline CSS
2005-11-07 Luca Capelloadded COPYING file
2005-11-07 Marco BaringerEscape { and } chars in boring regexps
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-31 Marco BaringerExport cen-js-names and with-unique-js-names
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 BaringerParenscript, documentation not withstandanding, does...
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-13 Marco BaringerMention that I'm maintaining this version of parenscript
2005-08-13 Marco BaringerRename the system/package in the system definition.
2005-08-13 Marco BaringerAdded images used in documentation
2005-08-13 Marco BaringerAdded the pbook.py file used to generate the documentation
2005-08-08 Marco BaringerAdded declare ignore forms for unused function arguments
2005-08-08 Marco BaringerRename system def
2005-07-26 Marco BaringerSetup boringfile
2005-07-26 Marco BaringerAdded files from parenscript 0.1.0 as distributed by...
2005-07-26 Travis CrossInitial commit.