Blame examples/manual/ChangeLog

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