[[cpphs @ 2004-09-01 14:23:45 by malcolm] malcolm**20040901142349 Bump version to 0.7. ] { hunk ./CHANGELOG 1 -CVS ---- +Version 0.7 +----------- + * Enable the __FILE__, __LINE__, __DATE__, and __TIME__ specials, which + can be useful for creating DIY error messages. + +Version 0.6 +----------- hunk ./CHANGELOG 24 - hunk ./Cpphs.hs 18 -version = "0.6" +version = "0.7" hunk ./docs/index.html 81 -
## #
ANSI-style token catenation and stringisation
+
##
ANSI-style token catenation
+
#
ANSI-style token stringisation
+
__FILE__
special text replacement for DIY error messages
+
__LINE__
special text replacement for DIY error messages
+
__DATE__
special text replacement
+
__TIME__
special text replacement
hunk ./docs/index.html 155 +cpphs-0.7, release date 2004.09.01
+By HTTP: +.tar.gz, +.zip, +FreeBSD port. + + +

+Older versions: +

hunk ./docs/index.html 195 -Older versions: -

hunk ./docs/index.html 302 - is prohibited.) + is prohibited by ANSI.) }