home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d156 / flex.lha / Flex / CommonFiles / Changes < prev    next >
Text File  |  1988-10-02  |  861b  |  18 lines

  1. Changes between beta-test release of Feb. '88 and initial release:
  2.  
  3.     - many files renamed to remove "flex" prefix
  4.     - input() routine added to compressed and fast skeletons
  5.     - unput() routine added to compressed skeleton
  6.     - -d, -ce support for fast scanners
  7.     - symbol table extended to avoid ugly casts of ints <-> char *'s;
  8.       this may relieve MS-DOS woes
  9.     - actions are now separated with YY_BREAK instead of simple "break"'s
  10.     - fixed bug causing core-dumps if skeleton file could not be opened
  11.     - fixed bugs in logic deciding which options cannot be intermixed
  12.     - initial start condition can now be referred to as <INITIAL>
  13.     - fixed bug which would incorrectly computer trailing context
  14.       count for a pattern like "(foo){3}"; now this is considered
  15.       "variable length", even though it isn't.
  16.     - block comments allowed between rules
  17.     - misc. typos corrected
  18.