[bump version to 1.3 Malcolm.Wallace@cs.york.ac.uk**20061009125505] { hunk ./CHANGELOG 1 +Version 1.3 +----------- + * Added a "--cpp" option for drop-in compatibility with standard cpp. + It causes cpphs to accept standard cpp flags and translate + them to cpphs equivalents. Compatibility options include: -o, -ansi, + -traditional, -stdc, -x, -include, -P, -C, -CC, -A. The file + behaviour is different too - if two filenames are given on the + commandline, then the second is treated as the output location. + * Fixed a corner-case bug in evaluating chained and overlapping #ifdefs. + hunk ./Makefile 2 -VERSION = 1.2 +VERSION = 1.3 hunk ./Makefile.nhc98 6 -VERSION = 1.2 +VERSION = 1.3 hunk ./cpphs.cabal 2 -Version: 1.2 +Version: 1.3 hunk ./cpphs.hs 23 -version = "1.2" +version = "1.3" hunk ./cpphs.spec 8 -Version: 1.2 +Version: 1.3 hunk ./docs/index.html 173 -cpphs-1.2, release date 2006.05.04
+cpphs-1.3, release date 2006.10.09
hunk ./docs/index.html 175 -.tar.gz, -.zip, -Windows binary, +.tar.gz, +.zip. +Windows binary, hunk ./docs/index.html 183 -
  • Re-arranged the source files into hierarchical libraries. -
  • Exposed the library interface as an installable Cabal package, with - Haddock documentation. -
  • Added the --unlit option, for removing literate-style comments. +
  • Added a "--cpp" option for drop-in compatibility with standard cpp. + It causes cpphs to accept standard cpp flags and translate + them to cpphs equivalents. Compatibility options include: -o, -ansi, + -traditional, -stdc, -x, -include, -P, -C, -CC, -A. The file + behaviour is different too - if two filenames are given on the + commandline, then the second is treated as the output location. +
  • Fixed a corner-case bug in evaluating chained and overlapping #ifdefs. hunk ./docs/index.html 207 +

    +cpphs-1.2, release date 2006.05.04
    +By HTTP: +.tar.gz, +.zip, +Windows binary. +

    + hunk ./docs/index.html 224 -.zip, +.zip. hunk ./docs/index.html 236 -.zip, +.zip. hunk ./docs/index.html 255 -.zip, +.zip. hunk ./docs/index.html 264 -.zip, +.zip. hunk ./docs/index.html 277 -.zip, +.zip. hunk ./docs/index.html 288 -.zip, +.zip. hunk ./docs/index.html 313 -.zip, +.zip. }