turns printfs back on
[freebsd-src/fkvm-freebsd.git] / contrib / gperf / NEWS
blob9a2877f0538472666794ee333bc49ff91e5acdf3
1 New in 2.7.2:
3 * Keywords may now be enclosed in double quotes; this permits the use of
4   '#', ',', space or NUL inside keywords.
5 * Bug fixes.
7 New in 2.7.1:
9 * Added option "-F" for gcc.
11 New in 2.7:
13 * gperf is now a stand-alone package, untied from libg++.
14 * Autoconfiguring.
15 * Removed the "-a" and "-g" options, extended the "-L" option instead.
16 * Removed the "-p" option, it is the default.
17 * Added long options ("--help", "--version" etc.).
18 * 8-bit cleanliness is now the default; use "-7" to get the old behaviour.
19 * Compiles with any C++ compiler.
20 * Numerous small improvements.