1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Version 0.2.7
2018-05-08
Added support for name-readtables.
Now interpol syntax can be activated using: (named-readtables:in-readtable :interpol-syntax).
This way integration with SLIME and SLY is possible.
Version 0.2.6
2016-08-26
Merge pull request #5 from agrostis/master (Hans Hübner)
Followup to 100efc6: added documentation and tests. (Boris Smilga)
Followup to 100efc6: ignore non-newline whitespaces only, as per CLHS 22.3.9.3. (Boris Smilga)
Merge pull request #4 from agrostis/master (Hans Hübner)
Backspace + newline as an escape sequence emulating tilde + newline in CL:FORMAT. (Boris Smilga)
Version 0.2.5
2015-11-22
Fix docstring as suggested by Stas (Hans Hübner)
Version 0.2.4
2015-11-22
Exnabled direct use of cl-interpol-reader (Mike Maul)
Version 0.2.3
2014-11-28
update support info (Hans Huebner)
Version 0.2.2
2013-10-04
inline format directive syntax and an extra argument to enable-interpol-syntax (Marco Baringer)
Version 0.2.1
2008-07-25
Fixed typo in HTML documentation
Version 0.2.0
2008-07-24
Base Unicode support on CL-UNICODE
Add new CL-PPCRE special characters for named registers and named properties
Re-architecture test suite
Version 0.1.2
2004-12-16
Added hyperdoc support
Added :CL-INTERPOL to *FEATURES*
Typo fixes in doc/index.html
Version 0.1.1
2003-12-21
Fixed an embarrassing bug where COLLECTOR was re-used in read.lisp (reported by Hans Hübner)
More tests, better failure reporting
Tried to increase readability of docs
Mentioned Debian and Gentoo in docs
Version 0.1.0
2003-10-22
Initial release
|