Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Oct 13, 2011
1 parent b0b9601 commit c6f03fc
Showing 1 changed file with 5 additions and 37 deletions.
42 changes: 5 additions & 37 deletions README
@@ -1,11 +1,12 @@

This is the README file for cl-match 0.1.8,
This is the README file for cl-match,
an extended--ML-style pattern-matching library for Common Lisp.

cl-match is Copyright (c) 2008 Daniel S. Bensen, and released
under the terms of the Lisp Lesser GNU Public License
(http://opensource.franz.com/preamble.html), known as the LLGPL.

The code was moved in 2011 to Github by Tony Garnock-Jones.

LOADING

There are three ways to load cl-match:
Expand All @@ -32,38 +33,5 @@ NOTES
* pcl-unit-test is based on Peter Seibel's book Practical Common Lisp.
* cl-match is based in part on fare-matcher, by Fare Rideau.

Please direct any and all bug reports to cl-match-devel@common-lisp.net,
or Dan at dsb@prairienet.org.


CHANGELOG
--------------------------------------------------------
2008may27 0.1.8
Bugfixed list patterns (consp) and default patterns (strings & keywords),
refactored MATCH & IFMATCH.

2008may21 0.1.7
Added load files, eliminated some of the load warnings.

2008may10 0.1.6
Bugfixed the list patterns, changed the syntax of ARRAY.

2008may06 0.1.5
Works with Allegro CL (despite all the warning messages)

2008may06 0.1.4
Renamed stdlib to standard (std).
Moved in-defpackage from cl to std.

2008may05 0.1.3
added array & vector patterns.
eliminated stdlib dependence of client code.

2008may02 0.1.2
match, or, when, and vals all work together.

2008apr28 0.1.1
bugfixed MATCH, made other random changes

2008apr27 0.1
initial release
Please direct any and all bug reports to the Github issue tracker,
<http://github.com/tonyg/cl-match/issues>

0 comments on commit c6f03fc

Please sign in to comment.