Reordered expression-precedence clauses to match precedence.
[clinton/parenscript.git] / src /
2007-08-12 Vladimir SedachFixed type bug with printing slot-value with obj/slot...
2007-08-12 Vladimir SedachExported the new naming and namespace interface functio...
2007-08-12 Vladimir SedachBig refactoring of the ParenScript compiler.
2007-08-06 Red Dalyremove lingering format string
2007-08-06 Red Dalyfixed DEFSCRIPTMACRO evaluation problem that caused...
2007-08-06 Red Dalyremoved file compilation exports for now
2007-08-04 Vladimir SedachRemoved parenscript.asdf
2007-08-04 Vladimir SedachRemoved parenscript.reader
2007-08-04 Vladimir SedachMoved package-related code to namespace.lisp, added...
2007-08-03 Vladimir SedachAdded (defun (setf...
2007-08-03 Vladimir SedachStopped abuse of set-difference implementation-dependen...
2007-08-03 Vladimir SedachFixed order of evaluation in defsetf long form.
2007-08-03 Vladimir SedachAdded short-form defsetf.
2007-08-03 Vladimir SedachFixed (return).
2007-08-03 Vladimir SedachRenamed options to optional-args, added unit test for...
2007-08-03 Vladimir SedachRestored special-form getting and setting by symbol-na.
2007-08-03 Vladimir SedachAdded a more meaningful error message to compile-to...
2007-08-03 Vladimir SedachCleaned up macro-defining code, fixed handling of speci...
2007-08-03 Vladimir SedachRemoved reference to without-packages in deprecated...
2007-08-03 Vladimir SedachAdded a more informative print-object method for script...
2007-08-03 Red Dalykeyword/optional fixes, slot-value accepts many slot...
2007-08-03 Vladimir SedachFixed handling of uninterned symbols.
2007-08-03 Vladimir SedachChanged package system so that symbols in parenscript...
2007-08-02 Vladimir SedachAdded defsetf long-form.
2007-08-01 Vladimir SedachSlightly more informative error messages for symbol...
2007-08-01 Vladimir SedachFixed ps* not being found when special-form-symbol...
2007-07-31 Vladimir SedachUNDO: Added functions to set up and tear down a persist...
2007-08-01 Red Dalyfixed minor issues with advanced lambda lists, addition...
2007-07-31 Vladimir SedachAdded functions to set up and tear down a persistent...
2007-07-31 Vladimir SedachUnexported ps-to-string.
2007-07-31 Vladimir SedachUNDO: Changed "Lisp package already has corresponding...
2007-07-31 Vladimir SedachUNDO: Setup *compilation-environment* to have a working...
2007-07-31 Vladimir SedachChanged slot-value so that (slot-value foo nil) is...
2007-07-31 Vladimir SedachFixed handling of quoted nil.
2007-07-31 Vladimir SedachChanged "Lisp package already has corresponding script...
2007-07-31 Vladimir SedachStarted work on implementing deprecated compatibility...
2007-07-31 Vladimir SedachSetup *compilation-environment* to have a working defau...
2007-07-31 Vladimir SedachAdded null macro.
2007-07-31 Vladimir SedachCorrected export of defmacro+/ps names.
2007-07-31 Attila Lendvaimake deprecation warning a only a style-warning
2007-07-31 Attila Lendvaifix rebind
2007-07-31 Attila Lendvaiprefix ( in a comment
2007-07-30 Vladimir SedachRevised PS interface and deprecated function list based...
2007-07-30 Vladimir SedachFixed bug where script* wasn't evaluating its arguments...
2007-07-30 Vladimir SedachChanged names of defmacro+/js forms to ps, made the...
2007-07-28 Red Dalydefine-script-symbol-macro added
2007-07-28 Daniel Gackledefscriptmacro single string body fix
2007-07-27 Red Dalyparen-asdf hack to make parenscript-compile-op use...
2007-07-27 Red DalyASDF interaction for Parenscript files
2007-07-26 Vladimir SedachFixed slot-value-conditional bug.
2007-07-26 Vladimir SedachCleaned up deprecated interface, added Lisp/ParenScript...
2007-07-26 Vladimir SedachRemoved redundant math library functions.
2007-07-25 Red Dalyusable package system
2007-07-24 Red Dalybulk of package system, reader, and other refactoring
2007-07-20 Red Dalyeval-when special form
2007-07-20 Red Dalyrenaming and refactoring
2007-07-16 Vladimir SedachRe-introduced 'with' special form. parenscript-20070720
2007-07-12 Viktor LeisAdded warnings when attempting to use reserved Javascri...
2007-07-10 Vladimir SedachAdded oddp, evenp utility functions, added explanatory...
2007-07-03 Vladimir SedachImproved symbol-to-js to handle more complicated Javasc...
2007-06-28 Vladimir SedachAdded divisors to ceiling, floor, round.
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-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-15 Henrik Hjeltebugfix method-call problem
2006-11-15 Henrik Hjeltebugfix commutative plus and minus
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
next