aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* release 1.1.3Hans Huebner2013-11-170-0/+0
|
* bump version numbers againHans Huebner2013-11-173-2/+6
|
* Merge pull request #15 from stassats/masterHans Hübner2013-11-171-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 Boukarev2013-11-171-0/+1
|/ | | | Avoids confusion caused in Issue #14.
* release 1.1.2Hans Huebner2013-11-170-0/+0
|
* bump version numberHans Huebner2013-11-173-2/+7
|
* Merge branch 'master' of github.com:edicl/cl-whoHans Huebner2013-11-171-1/+1
|\
| * Merge pull request #13 from jkcunningham/masterHans Hübner2013-11-171-1/+1
| |\ | | | | | | Adding missing comma
| | * Added missing comma to fmt attrJeffrey Cunningham2013-03-011-1/+1
| |/
* / fix a style-warningHans Huebner2012-12-271-1/+2
|/
* release 1.1.1Hans Huebner2012-09-040-0/+0
|
* fix file modeHans Huebner2012-09-041-0/+0
|
* update versionHans Huebner2012-09-041-1/+1
|
* update versionHans Huebner2012-09-041-1/+1
|
* update changelogHans Huebner2012-09-041-1/+5
|
* Fix problems with declaration processing (Stas Boukarev)Hans Huebner2012-09-042-3/+8
|
* release 1.1.0Hans Huebner2012-09-020-0/+0
|
* release 1.1.0Hans Huebner2012-09-020-0/+0
|
* release 1.1.0Hans Huebner2012-09-020-0/+0
|
* release 1.1.0Hans Huebner2012-09-020-0/+0
|
* update version number in .asd fileHans Huebner2012-09-021-1/+1
|
* doc & CHANGELOG update for release 1.1.0Hans Huebner2012-09-022-12/+9
|
* update CHANGELOGHans Huebner2012-05-011-1/+7
|
* changed the implementation of extract-declarations as per Hans request - to ↵Ala'a Mohammad Alawi2012-05-011-9/+7
| | | | be more readable/easier to reason about.
* corrected a typo, and changed the implementation of extract declarations ↵Ala'a Mohammad Alawi2012-05-011-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 Alawi2012-04-272-2/+16
| | | | them in proper place
* Merge pull request #5 from nikodemus/masterHans Hübner2012-04-102-46/+62
|\ | | | | Documentation updates for Nikodemus' changes
| * document *HTML-NO-INDENT-TAGS*Nikodemus Siivola2012-04-101-12/+27
| |
| * order special variables in the documentation alphabeticallyNikodemus Siivola2012-04-101-10/+10
| |
| * delete trailing whitespace from documentationNikodemus Siivola2012-04-101-22/+22
| |
| * add :TEXTAREA to *HTML-NO-INDENT-TAGS*Nikodemus Siivola2012-04-101-2/+3
| | | | | | | | Also make the docstring follow the phrasing used elsewhere more closely.
* | Merge pull request #4 from nikodemus/masterHans Hübner2012-04-104-17/+55
|\| | | | | Test portability fixes / indentation suppression from Nikodemus
| * lock the package on SBCLNikodemus Siivola2012-04-091-0/+1
| | | | | | | | Package locks are increasingly useful in the brave new QuickLisp era.
| * *HTML-NO-INDENT-TAGS*Nikodemus Siivola2012-04-094-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 testsNikodemus Siivola2012-04-091-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übner2012-04-104-6/+37
|\| | | | | cleanups and test fixes
| * more expressive test results for STRING= testsNikodemus Siivola2012-04-091-1/+9
| | | | | | | | A bit ugly, but...
| * number the tests in source to avoid confusionNikodemus Siivola2012-04-091-0/+23
| | | | | | | | | | Just spent 20 minutes trying to figure out why a test that wasn't failing was...
| * delete trailing whitespaceNikodemus Siivola2012-04-093-5/+5
|/
* -> github.comHans Huebner2011-12-291-1/+1
|
* Add :description to .asd fileHans Huebner2011-12-261-0/+1
|
* HTML5 supportEdi Weitz2010-10-124-14/+26
| | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4618 4281704c-cde7-0310-8518-8e2dc76b1ff0
* BKNREdi Weitz2010-08-241-4/+8
| | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4594 4281704c-cde7-0310-8518-8e2dc76b1ff0
* Update ChangeLogEdi Weitz2009-03-261-0/+1
| | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4344 4281704c-cde7-0310-8518-8e2dc76b1ff0
* Patch from Slawek ZakEdi Weitz2009-03-261-2/+5
| | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4343 4281704c-cde7-0310-8518-8e2dc76b1ff0
* Dev versionEdi Weitz2009-03-0910-352/+839
| | | | git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4336 4281704c-cde7-0310-8518-8e2dc76b1ff0
* Rename to version-less nameEdi Weitz2009-03-096-0/+1610
git-svn-id: svn://bknr.net/svn/trunk/thirdparty/cl-who@4335 4281704c-cde7-0310-8518-8e2dc76b1ff0