[Bump version to 1.6 Malcolm.Wallace@cs.york.ac.uk**20081009102840] { hunk ./Makefile 2 -VERSION = 1.5 +VERSION = 1.6 hunk ./Makefile.nhc98 6 -VERSION = 1.5 +VERSION = 1.6 hunk ./README 31 -Copyright (c) 2004-2007 Malcolm Wallace (Malcolm.Wallace@cs.york.ac.uk) +Copyright (c) 2004-2008 Malcolm Wallace (Malcolm.Wallace@cs.york.ac.uk) hunk ./cpphs.cabal 2 -Version: 1.5 -Copyright: 2004-7, Malcolm Wallace +Version: 1.6 +Copyright: 2004-8, Malcolm Wallace hunk ./cpphs.hs 22 -version = "1.5" +version = "1.6" hunk ./docs/index.html 194 -cpphs-1.5, release date 2007.06.05
+cpphs-1.6, release date 2008.10.09
hunk ./docs/index.html 196 -.tar.gz, -.zip. -Windows binary, +.tar.gz, +.zip. hunk ./docs/index.html 203 -
  • Fixed some more obscure corner cases, involving parameterised macro - expansion within conditionals e.g. #if FOO(BAR,QUUX) -
  • Internal refactoring, affecting parts of the library API. +
  • New option --include=filename, compatible with cpp's + -include filename. +
  • New option --strip-eol now strips C eol // comments + in addition to /**/. +
  • Line pragmas can now have filenames containing spaces. +
  • Bugfix for cpp directives within {- -} Haskell comments. hunk ./docs/index.html 225 -
  • New option --strip-eol now strips C eol // comments in addition to /**/. -
  • Bugfix for cpp directives within {- -} Haskell comments. +
  • Nothing since last release. hunk ./docs/index.html 230 +

    +cpphs-1.5, release date 2007.06.05
    +By HTTP: +.tar.gz, +.zip. +Windows binary, +

    + hunk ./docs/index.html 528 -

    Copyright: © 2004-2007 Malcolm Wallace, +

    Copyright: © 2004-2008 Malcolm Wallace, }