Sun Oct 19 22:57:31 UTC 2008 Luca Capello tagged DEBIAN_parenscript_1:20061003-2 Sun Oct 19 22:57:27 UTC 2008 Luca Capello * prepare new version M ./debian/changelog -2 +2 Sun Oct 19 22:52:01 UTC 2008 Luca Capello * debian/copyright: revert copyright assignment for upstream to 2006 Since upstream code was retrieved on Oct 2006, upstream copyright should refer to that year. This revert part of: debian/copyright: update copyright assignment to 2007 20070802154748-f6b0c-df6efddf50d13d73d33536b3ce4c66acdd923e69.gz M ./debian/changelog -1 +1 M ./debian/copyright -2 +2 Sat Jul 26 18:27:50 UTC 2008 Luca Capello * move to team maintenance: Debian Common Lisp Team! M ./debian/changelog +8 M ./debian/control -3 +4 Thu Nov 8 18:33:49 UTC 2007 Luca Capello * debian/control: correct s/XS-VCS-Darcs/Vcs-Darcs/ header M ./debian/changelog -1 +2 M ./debian/control -1 +1 Sun Sep 30 20:22:12 UTC 2007 Luca Capello * debian/control: remove Martin W[_\c3_][_\bc_]rtele from Uploaders M ./debian/changelog +1 M ./debian/control -1 +1 Sun Sep 30 20:21:25 UTC 2007 Luca Capello * debian/control: add Homepage header M ./debian/changelog +1 M ./debian/control -2 +1 Thu Aug 2 15:47:48 UTC 2007 Luca Capello * debian/copyright: update copyright assignment to 2007 M ./debian/changelog +1 M ./debian/copyright -4 +4 Thu Aug 2 15:46:02 UTC 2007 Luca Capello * debian/copyright: refer to /usr/share/common-licenses/GPL-2 M ./debian/changelog +4 M ./debian/copyright -1 +1 Sun Jul 1 14:50:48 UTC 2007 Luca Capello * debian/control: teTeX -> TeXlive transition M ./debian/README.Debian -2 +3 M ./debian/changelog +5 M ./debian/control -3 +4 M ./debian/make-pdf.sh -2 +3 Wed Jun 20 18:49:55 UTC 2007 Luca Capello * debian/control: suggest python for single file documentation M ./debian/README.Debian -2 +2 M ./debian/changelog +9 M ./debian/control -3 +3 M ./debian/make-pdf.sh -2 +3 Tue Jun 19 16:06:59 UTC 2007 Luca Capello * debian/compat: switch to compatibility level 5 M ./debian/changelog +2 M ./debian/control -1 +1 Tue Jun 19 16:06:25 UTC 2007 Luca Capello * remove lintian warning debian-rules-sets-DH_COMPAT M ./debian/changelog +6 A ./debian/compat M ./debian/rules -2 Tue Jun 19 15:54:56 UTC 2007 Luca Capello * debian/control: correct s/XS-X-VCS-Darcs/XS-VCS-Darcs/ header M ./debian/changelog +7 M ./debian/control -1 +1 Tue Oct 3 14:15:24 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20061003-1 Tue Oct 3 14:15:13 UTC 2006 Luca Capello * prepare new version M ./debian/changelog +6 Tue Oct 3 10:27:57 UTC 2006 Luca Capello tagged UPSTREAM_parenscript_20061003 Mon Oct 2 21:55:16 UTC 2006 Luca Capello * docs/pbook.py: correct faulty check for PDF output Frank K[_\c3_][_\bc_]ster discovered that docs/pbook.py produces buggy LaTeX code, a faulty check for PDF output. It doesn't show up if you only try to create PDF. But if you want to go the traditional route and produce dvi files (and from that PostScript and maybe finally again PDF), this will fail and still produce PDF. The script itself doesn't do that (or rather, it does that in fact but ignores the output in this first run), but it's still an uglyness. Moreover, it's completely useless, because the only package that uses the information, graphicx, will detect the output format itself (and in a proper way). http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=390629 M ./docs/pbook.py -4 +1 Sat Sep 30 20:49:38 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20060918-2 Sat Sep 30 20:49:36 UTC 2006 Luca Capello * prepare new version M ./debian/changelog -2 +2 Sat Sep 30 20:49:23 UTC 2006 Luca Capello * debian/control: add XS-X-VCS-Darcs header M ./debian/changelog +7 M ./debian/control +1 Mon Sep 18 21:42:36 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20060918-1 Mon Sep 18 21:42:35 UTC 2006 Luca Capello * prepare new version M ./debian/changelog +6 Mon Sep 18 12:12:36 UTC 2006 Luca Capello tagged UPSTREAM_parenscript_20060918 Mon Aug 21 09:57:00 UTC 2006 attila.lendvai@gmail.com * Use symbol-name for op matching to fix various bugs/surprises (e.g. `(foo::% 4 2)) M ./src/js.lisp -29 +33 Fri Jul 21 07:50:06 UTC 2006 marijnh@gmail.com * Allow strings and numbers as slot names in object literals M ./src/js.lisp -3 +6 Thu Jul 27 16:47:12 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20060720-1 Thu Jul 27 16:47:09 UTC 2006 Luca Capello * prepare new version M ./debian/changelog -2 +2 Thu Jul 27 16:46:39 UTC 2006 Luca Capello * sponsored by Martin W[_\c3_][_\bc_]rtele M ./debian/changelog +2 M ./debian/control -1 +1 Thu Jul 27 16:46:13 UTC 2006 Luca Capello * debian/rules: move dh_lisp call to binary-indep M ./debian/changelog +3 M ./debian/rules -1 +1 Thu Jul 27 16:45:53 UTC 2006 Luca Capello * debian/control: add Homepage line M ./debian/changelog +3 M ./debian/control +2 Thu Jul 27 16:45:34 UTC 2006 Luca Capello * new darcs checkout M ./debian/changelog +6 Tue Jul 25 17:36:54 UTC 2006 Luca Capello tagged UPSTREAM_parenscript_20060720 Sun Jul 16 17:07:49 UTC 2006 Marco Baringer * Drop unused js2.lisp R ./src/js2.lisp Sun Jul 16 16:47:17 UTC 2006 attila.lendvai@gmail.com * Fix compilation of (.call (lambda () ...) arg1 ...), add missing ()'s around the lambda M ./src/js.lisp -7 +14 Sun Jul 16 16:46:30 UTC 2006 attila.lendvai@gmail.com * Fix compilation of ((foo) bar) -> foo()(bar) M ./src/js.lisp -1 +8 Sun Jul 16 16:39:46 UTC 2006 attila.lendvai@gmail.com * Fixed js-with WARNING: this involves syntax change Previously the syntax of with was this: (with (object) body) now it's: (with object body) It was also broken when 'object' was an expression... M ./src/js.lisp -3 +3 Sat Jul 15 20:13:44 UTC 2006 Henrik Hjelte * bugfix sometimes missing semicolons when joining js-body M ./docs/reference.lisp -1 +1 M ./src/js.lisp -2 +1 M ./t/reference-tests.lisp -1 +1 Tue Jul 11 21:17:50 UTC 2006 attila.lendvai@gmail.com * Rebind var in dolist to make also clisp happy (import-macros-from-lisp was broken due to this) M ./src/js.lisp -4 +5 Tue Jul 11 13:47:05 UTC 2006 Henrik Hjelte * regex patch suggested by Lou Vanek M ./docs/manual.pdf M ./docs/reference.lisp -3 +8 M ./src/js.lisp -2 +7 M ./t/ref2test.lisp -2 +2 M ./t/reference-tests.lisp +4 Tue Jul 11 10:09:52 UTC 2006 Henrik Hjelte * documentation updated about dollar char M ./docs/manual.pdf M ./docs/reference.lisp -4 +4 M ./t/reference-tests.lisp -2 +2 Tue Jul 11 08:49:15 UTC 2006 Henrik Hjelte * Made ref2test work with cl-launch M ./t/ref2test.lisp -6 +9 Fri Jul 7 22:37:11 UTC 2006 attila.lendvai@gmail.com * Fix screwed-up asd file M ./parenscript.asd -3 +3 Fri Jul 7 15:18:26 UTC 2006 attila.lendvai@gmail.com * Fixed instanceof M ./src/js.lisp -1 +20 Fri Jul 7 15:13:21 UTC 2006 attila.lendvai@gmail.com * Added src/lib/functional.lisp This is a first element of an parenscript library. The contents of this file is to be compiled with parenscript and the result js included in the host environment in one way or another. M ./parenscript.asd -1 +3 M ./src/js.lisp -31 A ./src/lib/ A ./src/lib/functional.lisp Fri Jul 7 15:12:31 UTC 2006 attila.lendvai@gmail.com * Added :eval-forms-p to compile-parenscript-file M ./src/compile-js.lisp -35 +40 Thu Jul 6 22:55:47 UTC 2006 attila.lendvai@gmail.com * Fix the return value of map-into M ./src/js.lisp -1 +1 Thu Jul 6 22:51:47 UTC 2006 attila.lendvai@gmail.com * Moved some macros towards the top of the file due to dependencies In the long run we should cut js.lisp into several files. One dealing with the basic infrastructure like macro expansion, and the rest implementing the compiler based on this infrastructure/utilities. M ./src/js.lisp -46 +44 Wed Jul 5 18:23:51 UTC 2006 attila.lendvai@gmail.com * Added map and map-into M ./src/js.lisp +31 Wed Jul 5 18:20:46 UTC 2006 attila.lendvai@gmail.com * Shortened default gensym constant M ./src/js.lisp -2 +2 Tue Jul 4 00:33:15 UTC 2006 attila.lendvai@gmail.com * Don't use loop's initially clause to avoid a clisp bug For details see http://sourceforge.net/tracker/index.php?func=detail&aid=1516684&group_id=1355&atid=101355 M ./src/js.lisp -1 +1 Sat May 27 09:31:59 UTC 2006 Marco Baringer * Make defjsmacro rend's docstring a comment so clisp will stop complaining M ./src/js.lisp -3 +5 Mon May 15 22:09:27 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20060513-1 Mon May 15 22:09:17 UTC 2006 Luca Capello * prepare new version M ./debian/changelog -2 +4 Sat May 13 16:59:28 UTC 2006 Luca Capello tagged UPSTREAM_parenscript_20060513 Sat May 13 09:30:31 UTC 2006 attila.lendvai@gmail.com * Move undefine-js-compiler-macro into an eval-when. Reported by William Halliburton. M ./src/js.lisp -7 +7 Fri May 12 15:29:54 UTC 2006 attila.lendvai@gmail.com * Added import-macros-from-lisp that bring lisp macros into the js macroexpansion M ./src/js.lisp -4 +16 M ./src/package.lisp +1 Wed May 10 12:54:47 UTC 2006 Marco Baringer * Move compile-parenscript code into a sperate file so that it complies cleanly The problew is that compile-parenscript-file-to-string contains a call to the macro js:js* this macro needs to be defined before we compile the compile-parenscript-file-to-string function. A ./src/compile-js.lisp M ./src/utils.lisp -49 Wed May 10 12:54:22 UTC 2006 Marco Baringer * Use an explicit asdf:perform :after method instead of :perform (load-op :after ...) M ./parenscript.asd -4 +5 Mon May 8 11:08:34 UTC 2006 attila.lendvai@gmail.com * Added compile-parenscript-file M ./src/package.lisp +2 M ./src/utils.lisp +52 Mon May 8 11:06:11 UTC 2006 attila.lendvai@gmail.com * Added character type conversion M ./src/js.lisp +2 Sun Apr 16 18:18:25 UTC 2006 attila.lendvai@gmail.com * Added a rebind js macro that rebinds variables on the js side M ./src/js.lisp +14 Mon May 15 18:37:58 UTC 2006 Luca Capello * Standards-Version to 3.7.2, various changes M ./debian/changelog +15 M ./debian/control -2 +3 M ./debian/rules -3 +4 Tue Apr 11 12:26:16 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20060411-1 Tue Apr 11 12:26:07 UTC 2006 Luca Capello * prepare new version M ./debian/changelog -2 +4 Tue Apr 11 12:24:28 UTC 2006 Luca Capello tagged UPSTREAM_parenscript_20060411 Sat Apr 1 11:39:18 UTC 2006 Marco Baringer * Export defjsmacro M ./src/package.lisp -1 +2 Sat Apr 1 11:35:03 UTC 2006 Marco Baringer * Added docstring for *js-quote-char* M ./src/js.lisp -1 +6 Sat Apr 1 11:28:58 UTC 2006 Marco Baringer * Add variable *js-quote-char* (Patch by: Xan Lopez ) M ./src/js.lisp -2 +4 Sun Feb 26 17:05:27 UTC 2006 Marco Baringer * Implement js-to-strings for the regex class M ./src/js.lisp +4 Tue Apr 11 12:23:54 UTC 2006 Luca Capello * debian/copyright: better layout, add GPL notice for Debian package M ./debian/changelog +2 M ./debian/copyright -10 +32 Sat Mar 18 00:58:31 UTC 2006 Luca Capello * debian/copyright: correct s/;/:/ after Copyright M ./debian/changelog +7 M ./debian/copyright -1 +1 Sun Feb 26 17:09:53 UTC 2006 Luca Capello tagged DEBIAN_parenscript_1:20060226-1 Sun Feb 26 17:08:09 UTC 2006 Luca Capello * Import Debian parenscript version 1:20060226-1 A ./debian/ A ./debian/README.Debian A ./debian/changelog A ./debian/control A ./debian/copyright A ./debian/make-pdf.sh A ./debian/rules Sun Feb 26 15:55:22 UTC 2006 Luca Capello tagged UPSTREAM_parenscript_20060226 Sat Feb 25 17:07:51 UTC 2006 Marco Baringer * #\$ is not a special javascript character. (Reported by: Richard Morse ) M ./src/js.lisp -1 M ./src/js2.lisp -1 Thu Feb 16 08:42:59 UTC 2006 Luca Capello * remove docs/images and relative references in tutorial.lisp R ./docs/images/ R ./docs/images/slideshow.png R ./docs/images/tutorial1-1.png R ./docs/images/tutorial1-2.png M ./docs/tutorial.lisp -6 Fri Jan 27 13:25:11 UTC 2006 Luca Capello * remove docs/reference.pdf, already included in manual.pdf R ./docs/reference.pdf Sun Feb 5 16:04:44 UTC 2006 Marco Baringer * The #\Form is not a standard character name, use #.(code-char 12) instead. M ./src/js.lisp -1 +1 Thu Feb 2 12:39:12 UTC 2006 henrik.hjelte@poboxes.com * proper escape sequences in strings M ./src/js.lisp -8 +27 M ./t/test.lisp +19 Wed Feb 1 11:17:12 UTC 2006 henrik.hjelte@poboxes.com * ref2test finds reference.lisp in docs dir M ./t/ref2test.lisp -4 +8 M ./t/reference-tests.lisp -3 +3 Tue Dec 27 19:05:29 UTC 2005 henrik.hjelte@poboxes.com * changed CASE to SWITCH and made CASE more like Lisp. M ./docs/reference.lisp -7 +31 M ./src/js.lisp -4 +19 M! ./t/reference-tests.lisp -4 +20 M ./t/test.lisp +60 Fri Jan 27 08:57:09 UTC 2006 Luca Capello * merge parenscript-test.asd into parenscript.asd R ./parenscript-test.asd M ./parenscript.asd +8 Mon Jan 23 22:25:48 UTC 2006 Luca Capello * move doc files to docs/ ./images -> ./docs/images ./introduction.lisp -> ./docs/introduction.lisp ./manual.pdf -> ./docs/manual.pdf ./pbook.py -> ./docs/pbook.py ./reference.lisp -> ./docs/reference.lisp ./reference.pdf -> ./docs/reference.pdf ./tutorial.lisp -> ./docs/tutorial.lisp A ./docs/ Mon Jan 23 21:50:26 UTC 2006 Luca Capello * move test files to t/ and modify parenscript-test.asd as well ./ref2test.lisp -> ./t/ref2test.lisp ./reference-tests.lisp -> ./t/reference-tests.lisp ./test-package.lisp -> ./t/test-package.lisp ./test.lisp -> ./t/test.lisp M ./parenscript-test.asd -5 +6 A ./t/ Mon Jan 23 21:31:52 UTC 2006 Luca Capello * move source files to src/ and modify parenscript.asd as well ./css.lisp -> ./src/css.lisp ./defgenerics.lisp -> ./src/defgenerics.lisp ./js-html.lisp -> ./src/js-html.lisp ./js.lisp -> ./src/js.lisp ./js2.lisp -> ./src/js2.lisp ./package.lisp -> ./src/package.lisp ./utils.lisp -> ./src/utils.lisp M ./parenscript.asd -14 +16 A ./src/ Mon Jan 23 21:19:27 UTC 2006 Luca Capello * remove trailing spaces at endlines in *.lisp M ./css.lisp -3 +3 M ./introduction.lisp -2 +2 M ./js.lisp -1 +1 M ./js2.lisp -1 +1 M ./ref2test.lisp -2 +2 M ./reference-tests.lisp -174 +174 M ./reference.lisp -11 +11 M ./test.lisp -3 +3 M ./tutorial.lisp -2 +2 Sun Jan 22 21:57:42 UTC 2006 Luca Capello * remove trailing spaces at empty lines in *.lisp M ./js-html.lisp -2 +2 M ./js.lisp -7 +7 M ./js2.lisp -6 +6 M ./package.lisp -2 +2 M ./ref2test.lisp -1 +1 M ./reference.lisp -1 +1 M ./tutorial.lisp -6 +6 Sun Jan 22 21:17:04 UTC 2006 Luca Capello * pbook.py: convert endlines to Unix format M ./pbook.py -392 +392 Mon Jan 9 11:36:02 UTC 2006 henrik.hjelte@poboxes.com * css-inline compiles with cmucl M ./js-html.lisp -1 +1 Mon Dec 19 16:04:35 UTC 2005 Marco Baringer * New function gen-js-name-string This allows you to get a unique javascript name as a string and not just as a symbol. M ./js.lisp -2 +6 M ./package.lisp +1 Mon Dec 19 13:19:01 UTC 2005 henrik.hjelte@poboxes.com * bugfix slot-value M ./js.lisp -3 +4 M ./test.lisp +23 Sun Dec 18 17:17:24 UTC 2005 henrik.hjelte@poboxes.com * bug in dwim-join M ./js.lisp -16 +16 M ./ref2test.lisp -1 +1 M ./reference-tests.lisp -1 +1 M ./test.lisp -1 +23 Sun Dec 18 11:14:26 UTC 2005 henrik.hjelte@poboxes.com * css-inline generator M ./js-html.lisp +12 M ./reference-tests.lisp +14 M ./reference.lisp +19 Sat Dec 17 09:52:57 UTC 2005 henrik.hjelte@poboxes.com * cleaned reference M ./parenscript-test.asd -1 +1 M ./ref2test.lisp -8 +6 M ./reference-tests.lisp -19 +36 M ./reference.lisp -44 +48 M ./test.lisp -2 +19 Fri Dec 16 18:08:44 UTC 2005 henrik.hjelte@poboxes.com * tests from the reference A ./parenscript-test.asd A ./ref2test.lisp A ./reference-tests.lisp A ./test-package.lisp A ./test.lisp Fri Dec 16 15:39:49 UTC 2005 henrik.hjelte@poboxes.com * quotes in introduction M ./introduction.lisp -14 +15 Thu Dec 1 19:17:09 UTC 2005 Alan-Shields@omrf.ouhsc.edu * Added defgenerics for all the defmethods Ze style warnings! Zey drive me craaaazy. A ./defgenerics.lisp M ./js.lisp -1 M ./parenscript.asd -1 +2 Tue Nov 15 23:53:51 UTC 2005 Alan-Shields@omrf.ouhsc.edu * enable #+parenscript To integrate Parenscript with Araneida without requiring Parenscript, I had to do some compile conditionals. This would make it much easier. Marco, eventually I am going to add this to every last one of your projects. ;-p M ./parenscript.asd +2 Tue Nov 15 23:52:33 UTC 2005 Alan-Shields@omrf.ouhsc.edu * need a function for css-inlining If you have code that needs to inline CSS across an array, it's difficult to use the current macro. Having a function helps - mapping the macro to the function only completes things. M ./css.lisp -2 +5 Tue Nov 15 23:48:12 UTC 2005 Alan-Shields@omrf.ouhsc.edu * Proper concatenation of inline CSS CSS-INLINE does a simple concatenation of the results of CSS directives. This looks like: color:blacksize:200% Unfortunately, it should look like this: color:black;size:200% It now does. M ./css.lisp -2 +3 Mon Nov 7 12:30:47 UTC 2005 Luca Capello * added COPYING file A ./COPYING Mon Nov 7 10:21:18 UTC 2005 Marco Baringer * Escape { and } chars in boring regexps M ./.boring -1 +1 Wed Oct 5 09:09:42 UTC 2005 Marco Baringer * Need to escape #\' in javascript strings M ./js.lisp -1 +9 Wed Oct 5 08:29:00 UTC 2005 Marco Baringer * Fix buf in JS-INLINE causing infinite macro expansion M ./js.lisp -1 +1 Mon Sep 12 08:17:00 UTC 2005 Marco Baringer * Add in checks to deal with functions/macros whose names aren't symbols M ./js.lisp -2 +4 Mon Sep 5 08:27:35 UTC 2005 Marco Baringer * Use strings, and not symbols, to name javascript functions/macros This effectivly flattens the namespace of javascript code. While this change makes js similar to javascript, and removes the need to export symbols from the JS package, it may break previous code which depended on, for expample, js:and not being equivalent to js:and. M ./js.lisp -12 +14 Mon Sep 5 08:17:02 UTC 2005 Marco Baringer * Added support for literal objects ( "{ ... }" syntax) M ./js.lisp +23 Wed Aug 31 11:58:20 UTC 2005 Marco Baringer * Export cen-js-names and with-unique-js-names M ./package.lisp +4 Mon Aug 15 13:51:28 UTC 2005 Marco Baringer * Added docstrings to previous patch M ./js.lisp +5 Mon Aug 15 13:49:40 UTC 2005 Marco Baringer * Added GEN-JS-NAME and WITH-UNIQUE-JS-NAMES M ./js.lisp +22 Mon Aug 15 08:09:06 UTC 2005 Ivan Toshkov * dotimes-dolist-fix Fixes the infinite loop problems of `dotimes' and `dolist'. M ./js.lisp -3 +3 Mon Aug 15 08:00:53 UTC 2005 Marco Baringer * Parenscript, documentation not withstandanding, does not depend on htmlgen M ./package.lisp -1 +1 M ./parenscript.asd -2 M ./tutorial.lisp -1 +1 Mon Aug 15 07:49:02 UTC 2005 Marco Baringer * Attempt to improve the conversion of (js ((lambda ...) ...)) M ./js.lisp -9 +13 Mon Aug 15 07:48:36 UTC 2005 Marco Baringer * Introduce the JS-LAMBDA class. Make JS-DEFUN a subclass of JS-LAMBDA M ./js.lisp -19 +31 Mon Aug 15 06:39:21 UTC 2005 Marco Baringer * Implement JS and JS-INLINE in terms of JS* and JS-INLINE* M ./js.lisp -7 +5 Sun Aug 14 14:16:29 UTC 2005 Marco Baringer * Symbols starting with #\: are left as is, no case conversion or other mangling M ./js.lisp -4 +15 Sun Aug 14 13:45:34 UTC 2005 Marco Baringer * Added JS* and JS-INLINE*. M ./js.lisp +14 M ./package.lisp +2 Sun Aug 14 13:43:44 UTC 2005 Marco Baringer * Javascript strings need to be quated with ' and not " to avoid interfering with the surrounding HTML. M ./js.lisp -1 +1 Sat Aug 13 14:20:23 UTC 2005 Marco Baringer * Ugly hack to support ((lambda ...) ...) M ./js.lisp -2 +7 Sat Aug 13 13:52:38 UTC 2005 Marco Baringer * Mention that I'm maintaining this version of parenscript M ./parenscript.asd -1 +1 Sat Aug 13 13:51:07 UTC 2005 Marco Baringer * Rename the system/package in the system definition, just renaming the file doesn't cut it :(. M ./parenscript.asd -6 +7 Sat Aug 13 13:44:41 UTC 2005 Marco Baringer * Added images used in documentation A ./images/ A ./images/slideshow.png A ./images/tutorial1-1.png A ./images/tutorial1-2.png Sat Aug 13 13:37:32 UTC 2005 Marco Baringer * Added the pbook.py file used to generate the documentation A ./pbook.py Mon Aug 8 15:48:43 UTC 2005 Marco Baringer * Added declare ignore forms for unused function arguments M ./js.lisp +4 Mon Aug 8 15:48:36 UTC 2005 Marco Baringer * Rename system def ./js.asd -> ./parenscript.asd Tue Jul 26 10:05:49 UTC 2005 Marco Baringer * Setup boringfile A ./.boring Tue Jul 26 10:04:16 UTC 2005 Marco Baringer * Added files from parenscript 0.1.0 as distributed by Manuel Odendahl A ./css.lisp A ./introduction.lisp A ./js-html.lisp A ./js.asd A ./js.lisp A ./js2.lisp A ./manual.pdf A ./package.lisp A ./reference.lisp A ./reference.pdf A ./tutorial.lisp A ./utils.lisp