FYI: Reply from HP-UX
[git/dscho.git] / flex-2.5.33 / examples / manual / ChangeLog
blobfb5e4a2f8bb87e82a6c777f6de8adbdde96aeb51
1 Tue Oct  5 21:51:59 1993  Vern Paxson
3         * Removed FILTER/ subdirectory.
5         * Removed alloca.c.
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
16           version OK though).
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.
23