home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0100 < prev    next >
Encoding:
Text File  |  1982-04-22  |  730 b   |  21 lines

  1. Autzoo.1596
  2. net.bugs.v7
  3. utzoo!henry
  4. Thu Apr 22 20:47:40 1982
  5. lex bugs
  6. The following are locally-discovered bugs in lex:
  7.  
  8. 1. The minimal lex program, "%%", which supposedly copies input to
  9.     output, in fact exits immediately.
  10.  
  11. 2. Lex is weak on syntax checking.  In particular, a null action does
  12.     strange things and is not diagnosed.  The example in the Bell
  13.     manual page contains a null action that should be a semicolon.
  14.  
  15. 3. Ratfor output has been essentially abandoned, as is documented in the
  16.     machine-readable lex manual but *not* in the printed V7 manual.
  17.  
  18. 4. The lex library, which should be named libl.a, is in fact named
  19.     libln.a .  Its sources are in the lex source directory, and the
  20.     makefile there builds it properly.
  21.