Merge from vendor branch LIBSTDC++:
[dragonfly.git] / contrib / gperf / NEWS
1 New in 2.7.2:
2
3 * Keywords may now be enclosed in double quotes; this permits the use of
4   '#', ',', space or NUL inside keywords.
5 * Bug fixes.
6
7 New in 2.7.1:
8
9 * Added option "-F" for gcc.
10
11 New in 2.7:
12
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.
21