Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release 1.1.3 | Hans Huebner | 2013-11-17 | 0 | -0/+0 | |
| | ||||||
* | bump version numbers again | Hans Huebner | 2013-11-17 | 3 | -2/+6 | |
| | ||||||
* | Merge pull request #15 from stassats/master | Hans Hübner | 2013-11-17 | 1 | -0/+1 | |
|\ | | | | | Add a type-check for a stream in with-html-output. | |||||
| * | Add a type-check for a stream in with-html-output. | Stas Boukarev | 2013-11-17 | 1 | -0/+1 | |
|/ | | | | Avoids confusion caused in Issue #14. | |||||
* | release 1.1.2 | Hans Huebner | 2013-11-17 | 0 | -0/+0 | |
| | ||||||
* | bump version number | Hans Huebner | 2013-11-17 | 3 | -2/+7 | |
| | ||||||
* | Merge branch 'master' of github.com:edicl/cl-who | Hans Huebner | 2013-11-17 | 1 | -1/+1 | |
|\ | ||||||
| * | Merge pull request #13 from jkcunningham/master | Hans Hübner | 2013-11-17 | 1 | -1/+1 | |
| |\ | | | | | | | Adding missing comma | |||||
| | * | Added missing comma to fmt attr | Jeffrey Cunningham | 2013-03-01 | 1 | -1/+1 | |
| |/ | ||||||
* / | fix a style-warning | Hans Huebner | 2012-12-27 | 1 | -1/+2 | |
|/ | ||||||
* | release 1.1.1 | Hans Huebner | 2012-09-04 | 0 | -0/+0 | |
| | ||||||
* | fix file mode | Hans Huebner | 2012-09-04 | 1 | -0/+0 | |
| | ||||||
* | update version | Hans Huebner | 2012-09-04 | 1 | -1/+1 | |
| | ||||||
* | update version | Hans Huebner | 2012-09-04 | 1 | -1/+1 | |
| | ||||||
* | update changelog | Hans Huebner | 2012-09-04 | 1 | -1/+5 | |
| | ||||||
* | Fix problems with declaration processing (Stas Boukarev) | Hans Huebner | 2012-09-04 | 2 | -3/+8 | |
| | ||||||
* | release 1.1.0 | Hans Huebner | 2012-09-02 | 0 | -0/+0 | |
| | ||||||
* | release 1.1.0 | Hans Huebner | 2012-09-02 | 0 | -0/+0 | |
| | ||||||
* | release 1.1.0 | Hans Huebner | 2012-09-02 | 0 | -0/+0 | |
| | ||||||
* | release 1.1.0 | Hans Huebner | 2012-09-02 | 0 | -0/+0 | |
| | ||||||
* | update version number in .asd file | Hans Huebner | 2012-09-02 | 1 | -1/+1 | |
| | ||||||
* | doc & CHANGELOG update for release 1.1.0 | Hans Huebner | 2012-09-02 | 2 | -12/+9 | |
| | ||||||
* | update CHANGELOG | Hans Huebner | 2012-05-01 | 1 | -1/+7 | |
| | ||||||
* | changed the implementation of extract-declarations as per Hans request - to ↵ | Ala'a Mohammad Alawi | 2012-05-01 | 1 | -9/+7 | |
| | | | | be more readable/easier to reason about. | |||||
* | corrected a typo, and changed the implementation of extract declarations ↵ | Ala'a Mohammad Alawi | 2012-05-01 | 1 | -7/+9 | |
| | | | | from using cl:do to using cl:loop | |||||
* | declaration are supported per cl-who docs. This patch detect them and put ↵ | Ala'a Mohammad Alawi | 2012-04-27 | 2 | -2/+16 | |
| | | | | them in proper place | |||||
* | Merge pull request #5 from nikodemus/master | Hans Hübner | 2012-04-10 | 2 | -46/+62 | |
|\ | | | | | Documentation updates for Nikodemus' changes | |||||
| * | document *HTML-NO-INDENT-TAGS* | Nikodemus Siivola | 2012-04-10 | 1 | -12/+27 | |
| | | ||||||
| * | order special variables in the documentation alphabetically | Nikodemus Siivola | 2012-04-10 | 1 | -10/+10 | |
| | | ||||||
| * | delete trailing whitespace from documentation | Nikodemus Siivola | 2012-04-10 | 1 | -22/+22 | |
| | | ||||||
| * | add :TEXTAREA to *HTML-NO-INDENT-TAGS* | Nikodemus Siivola | 2012-04-10 | 1 | -2/+3 | |
| | | | | | | | | Also make the docstring follow the phrasing used elsewhere more closely. | |||||
* | | Merge pull request #4 from nikodemus/master | Hans Hübner | 2012-04-10 | 4 | -17/+55 | |
|\| | | | | | Test portability fixes / indentation suppression from Nikodemus | |||||
| * | lock the package on SBCL | Nikodemus Siivola | 2012-04-09 | 1 | -0/+1 | |
| | | | | | | | | Package locks are increasingly useful in the brave new QuickLisp era. | |||||
| * | *HTML-NO-INDENT-TAGS* | Nikodemus Siivola | 2012-04-09 | 4 | -8/+45 | |
| | | | | | | | | | | | | | | | | Tags in this list don't have their body indented even if *INDENT* is true. <pre> in particular is indentation sensitive, and it's irritating when rendering changes as :indent is flipped. | |||||
| * | fix unportable tests | Nikodemus Siivola | 2012-04-09 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | Previously the tests implicitly assumed that EVAL does macroexpansion at runtime -- which is legal, but not required. Add explicit EVAL calls to tests requiring that. | |||||
* | | Merge pull request #3 from nikodemus/master^^^ | Hans Hübner | 2012-04-10 | 4 | -6/+37 | |
|\| | | | | | cleanups and test fixes | |||||
| * | more expressive test results for STRING= tests | Nikodemus Siivola | 2012-04-09 | 1 | -1/+9 | |
| | | | | | | | | A bit ugly, but... | |||||
| * | number the tests in source to avoid confusion | Nikodemus Siivola | 2012-04-09 | 1 | -0/+23 | |
| | | | | | | | | | | Just spent 20 minutes trying to figure out why a test that wasn't failing was... | |||||
| * | delete trailing whitespace | Nikodemus Siivola | 2012-04-09 | 3 | -5/+5 | |
|/ | ||||||
* | -> github.com | Hans Huebner | 2011-12-29 | 1 | -1/+1 | |
| | ||||||
* | Add :description to .asd file | Hans Huebner | 2011-12-26 | 1 | -0/+1 | |
| | ||||||
* | HTML5 support | Edi Weitz | 2010-10-12 | 4 | -14/+26 | |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4618 4281704c-cde7-0310-8518-8e2dc76b1ff0 | |||||
* | BKNR | Edi Weitz | 2010-08-24 | 1 | -4/+8 | |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4594 4281704c-cde7-0310-8518-8e2dc76b1ff0 | |||||
* | Update ChangeLog | Edi Weitz | 2009-03-26 | 1 | -0/+1 | |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4344 4281704c-cde7-0310-8518-8e2dc76b1ff0 | |||||
* | Patch from Slawek Zak | Edi Weitz | 2009-03-26 | 1 | -2/+5 | |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4343 4281704c-cde7-0310-8518-8e2dc76b1ff0 | |||||
* | Dev version | Edi Weitz | 2009-03-09 | 10 | -352/+839 | |
| | | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4336 4281704c-cde7-0310-8518-8e2dc76b1ff0 | |||||
* | Rename to version-less name | Edi Weitz | 2009-03-09 | 6 | -0/+1610 | |
git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4335 4281704c-cde7-0310-8518-8e2dc76b1ff0 |