1 Tue Oct 5 21:51:59 1993 Vern Paxson
3 * Removed FILTER/ subdirectory.
7 * Changed Makefile definition of CC to just "gcc -g", removed
8 assumption of alloca being present.
10 * Added pointer to MISC/fastwc/ to wc.lex.
12 Tue Jun 8 15:47:39 1993 Gavin Thomas Nicol (nick at sillybugs)
14 * Changed main() in wc.lex extensively. The old version would not
15 work correctly without the YY_NEW_FILE. (lex handles the older
18 * Added a rule to expr.lex to handle whitespace. The old version
19 reported an illegal character.
21 * Added -traditional to the gcc flags because the flex definition
22 for free() clashes with some systems that have old header files.