Lines Matching full:longer
46 - By default, the scanners generated by flex no longer
420 - input() no longer trashes yytext.
521 - "make clean" no longer deletes emacs backup files (*~).
552 - Linking with -lfl no longer required if your program includes
749 - You no longer need to call the scanner routine yyrestart() to
754 - You no longer need to invoke YY_NEW_FILE in an <<EOF>> action
758 - A leading '#' no longer introduces a comment in a flex input.
760 - flex no longer considers formfeed ('\f') a whitespace character.
767 - The '-v' verbose output no longer includes start/finish time
828 - The skeleton file is no longer opened at run-time, but instead
833 - flex no longer uses a temporary file to store the scanner's
837 In particular, flex no longer uses memset() or ctime(), and
862 relative to previous flex releases no longer accurate.
1045 - README and flexdoc.1 no longer list an out-of-date BITNET address
1090 - yyrestart() no longer closes the previous value of yyin.
1116 - Scanners no longer require printf() unless FLEX_DEBUG is being used.
1127 - Unused #define's for scanner no longer generated.