Lines Matching full:bug
3 - Fixed a bug introduced in 2.5.3 that blew it when a call
19 - A bug in handling NUL's in the input stream of scanners using
32 - A bug that completely broke the "-Cf" table compression
72 - A bug in destructing a FlexLexer object before doing any scanning
525 - A bug was fixed in which dynamically-expanded buffers were
528 - A bug was fixed which could cause flex to read and write beyond
536 - Fixed serious bug in reading multiple files.
538 - Fixed bug in scanning NUL's.
540 - Fixed bug in input() returning 8-bit characters.
542 - Fixed bug in matching text with embedded NUL's when
562 - Fixed bug breaking C++ scanners that use REJECT or variable
568 - Fixed bug in incorrectly treating '$' operator as variable
571 - Fixed bug in -CF table representation that could lead to
591 - Fixed bug in YY_USER_ACTION that caused it to be executed
595 - Fixed bug in pointing yyin at a new file and resuming scanning.
610 - Fixed bug causing fatal scanner messages to fail to print.
620 - More robust solution to 2.4.2's flexfatal() bug fix.
637 - Fixed bug in libfl.a referring to non-existent "flexfatal" function.
869 - Fixed bug causing infinite loops on character classes with 8-bit
871 - Fixed bug in matching repetitions with a lower bound of 0.
872 - Fixed bug in scanning NUL characters using an "interactive" scanner.
873 - Fixed bug in using yymore() at the end of a file.
874 - Fixed bug in misrecognizing rules with variable trailing context.
875 - Fixed bug compiling flex on Suns using gcc 2.
876 - Fixed bug in not recognizing that input files with the character
878 - Fixed bug that could cause an infinite loop writing out
880 - Fixed bug in not recognizing old-style lex % declarations if
899 - Fixed a serious bug in yymore() which basically made it
913 - Fixed bug in hexadecimal escapes which allowed only digits,
915 - Fixed bug in previous "Changes" file!
965 - A bug in the sample redefinition of YY_INPUT in the documentation
968 - A bug in the sample simple tokener in the documentation has
1028 - fixed bug which caused -I scanners to bomb
1033 - fixed bug writing past end of input buffer in yyunput()
1034 - fixed bug detecting NUL's at the end of a buffer
1117 - A subtle input() bug has been fixed.
1120 - unput() bug fixed; had been causing problems porting flex to VMS.
1121 - yymore() handling rewritten to fix bug with interaction
1124 - Bug involving -CFe and generating equivalence classes fixed.
1125 - Bug which made -CF be treated as -Cf fixed.