clinton/parenscript.git
2007-07-03 Luca CapelloFactor out misc tests into their own test file.
2007-07-02 Red Dalycharacter encoding fixes in test.lisp
2007-07-01 Luca Capellot/test.lisp: typo, remove colon at line 82
2007-07-01 Luca Capelloadd an (eval-when ...) when defining a test suite
2007-06-28 Vladimir SedachAdded divisors to ceiling, floor, round.
2007-06-26 Vladimir SedachAdded Red Daly to contributors file.
2007-06-26 Red Dalyjs.lisp breakup
2007-06-26 Red Dalypackage rename
2007-06-26 Vladimir SedachRefactored macro-related code, changed "compiler macros...
2007-06-25 Vladimir SedachAdded contributors file.
2007-06-25 Vladimir SedachAdded js-expander.el
2007-06-22 Vladimir SedachAdded defmacro to ParenScript.
2007-06-21 Vladimir SedachRenamed with-timeout to do-set-timeout, added ignore...
2007-06-20 Vladimir SedachAdded defmacro+js
2007-06-19 Vladimir SedachExported defmacro/js
2007-06-19 Vladimir SedachAdded js-utils file.
2007-06-19 Vladimir SedachAdded the defmacro/js macro-defining macro.
2007-06-16 Vladimir SedachAdded binary negation ~ operator.
2007-06-15 Vladimir Sedachsetf slot-value patch
2007-06-06 Attila LendvaiFix: add parens around instanceof to make it work in...
2007-05-03 Attila LendvaiBah, speed up list-to-string by a few factors...
2007-04-27 Ray MyersFix (- 1) and (incf/decf x 5)
2007-04-25 Attila LendvaiNote in the warning that we are redefining a _js_ compi...
2007-04-16 Attila LendvaiFollow quote changes in SLOT-VALUE
2007-04-16 Attila LendvaiFixed (?) quoting mechanism
2007-01-15 Henrik Hjelteconditional attributes in html-generator
2006-11-15 Marijn Haverbekeadd proper cond construct
2006-11-22 Henrik HjeltePossible to make attributes conditionally rendered...
2006-11-15 Henrik Hjeltedocs updated for new setf optimization
2006-11-15 Henrik Hjeltebugfix method-call problem
2006-11-15 Henrik Hjeltemoretests for method-call (dot-notation) syntax
2006-11-15 Henrik Hjeltebugfix commutative plus and minus
2006-11-15 Henrik Hjeltetests for some bugs
2006-11-15 Henrik Hjelteasdf test-op added
2006-11-15 Henrik Hjelteupdated pdf manual for new with syntax
2006-11-15 Henrik Hjeltebuild.sh for documentation
2006-11-15 Henrik HjelteUpdated documentation to reflect the new syntax of...
2006-11-15 Henrik Hjeltemake the test escape-sequences-in-string work again
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-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
next