Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching full:fixed

3 	- Fixed a bug introduced in 2.5.3 that blew it when a call
6 - Fixed scanner skeleton so the example in the man page of
14 - Some serious bugs in yymore() have been fixed. In particular,
20 REJECT has been fixed.
33 option has been fixed.
36 systems has been fixed.
73 with it has been fixed.
75 - A problem with including FlexLexer.h multiple times has been fixed.
410 been fixed.
512 inclusive and exclusive start conditions is now fixed.
523 - Some memory leaks have been fixed.
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
545 - Fixed multiple invocations of YY_USER_ACTION when using '|'
562 - Fixed bug breaking C++ scanners that use REJECT or variable
565 - Fixed serious input problem for interactive scanners on
568 - Fixed bug in incorrectly treating '$' operator as variable
571 - Fixed bug in -CF table representation that could lead to
574 - Fixed fairly benign memory leak.
589 - Fixed two serious bugs in scanning 8-bit characters.
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.
612 - Fixed things so FlexLexer.h can be included in other C++
637 - Fixed bug in libfl.a referring to non-existent "flexfatal" function.
844 - A number of table-expansion fencepost bugs have been fixed,
858 - A large number of miscellaneous bugs have been found and fixed
867 - Fixed bugs in dynamic memory allocation leading to grievous
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
882 - Fixed potential crash when flex terminated early (usually due
891 - Fixed out-of-bounds array access that caused bad tables
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!
926 - Fixed (hopefully) headaches involving declaring malloc()
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
1041 flex.1; fixed two bugs which could cause "bigtest" to fail.
1114 - Bugs with missing "const" declarations fixed.
1117 - A subtle input() bug has been fixed.
1120 - unput() bug fixed; had been causing problems porting flex to VMS.
1124 - Bug involving -CFe and generating equivalence classes fixed.
1125 - Bug which made -CF be treated as -Cf fixed.
1221 - Some portability-related bugs fixed, in particular for machines