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