Lines Matching +full:noise +full:- +full:sensitive
3 * Noteworthy changes in release 2.6.4 (2017-05-06) [stable]
62 * Noteworthy changes in release 2.6.3 (2016-12-30) [stable]
76 *** A new configure option --disable-bootstrap changes the behavior of
78 "--enable-bootstrap" behavior is to build flex, then to use that
79 flex to build flex again. With --disable-bootstrap, the scanner is
89 --disable-libfl option to configure. Resolves #99.
103 * version 2.6.2 released 2016-10-24
113 *** flex no longer generates non-ANSI code
129 *** a new option to configure --enable-warnings to encapsulate passing
130 of warning-related flags which is useful in testing flex
134 *** Portability warnings when generating Makefile.in files are now suppressed; they were just noise…
142 * version 2.6.1 released 2016-03-01
182 * version 2.6.0 released 2015-11-17
196 *** check limits before using array index cclp; resolves sf-166
214 …a rule to fetch the latest translations from the translation project. "make -f po/Makefile getpo" …
218 * flex version 2.5.39 released 2014-03-26
222 * version 2.5.38 released 2014-02-14
232 * version 2.5.37 released 2012-08-03
242 * version 2.5.36 released 2012-07-20
244 ** various portability fixes that quiet compiler warnings on 64-bit
262 * version 2.5.35 released 2008-02-26
274 * version 2.5.34 released 2007-12-12
278 ** introduce %option extra-type="your_type *" (resolves bug #1744505)
300 *** pattern options added to specify patterns as case-insensitive or
301 case-sensitive
334 * version 2.5.33 released 2006-2-20
348 * version 2.5.31 released 2003-4-1
350 ** remove --enable-maintainer-mode configure option; none of the
353 * version 2.5.30 released 2003-4-1
355 ** yylineno is per-buffer in reentrant scanners
364 * version 2.5.29 released 2003-3-5
372 * version 2.5.28 released 2003-2-12
378 ** Flex now warns if always-interactive is specified with fast or full
380 * version 2.5.27 released 2003-1-21
386 * version 2.5.26 released 2003-1-14
388 ** Fixed table deserialization bug on big-endian archs. Patch sent from Bryce Nichols <bryce@bnicho…
403 generating a case-insensitive scanner
406 * version 2.5.25 released 2002-12-2
409 int*_t types; for non-C99 systems, we just make some typedefs
413 * version 2.5.24 released 2002-11-25
424 * version 2.5.23 released 2002-10-21
428 ** the manual includes a title page and a table-of-contents when printed
430 ** the test suite can be run with "make check" from the top-level
433 ** configure now accepts the --enable-maintainer-mode option
439 ** the script create-test was not included in the distribution and it
442 * version 2.5.22 released 2002-10-10
468 * version 2.5.21 released 2002-9-17
472 * version 2.5.20 released 2002-9-16
477 ** Added %option bison-bridge (--bison-bridge)
479 ** Removed %option reentrant-bison/--reentrant-bison/-Rb
484 ** test-table-opts is now run last in the test suite because it's so fat
493 * version 2.5.19 released 2002-9-5
497 <srivasta@golden-gryphon.com>)
499 ** Changed option 'header' to 'header-file'
501 * version 2.5.18 released 2002-9-4
512 * version 2.5.17 released 2002-8-29
521 * version 2.5.16 released 2002-8-28
525 ** there is now an indent target in the top-level Makefile; configure
538 * version 2.5.15 released 2002-8-21
540 ** reject-state buffer is now dynamically allocated and REJECT buffer
541 variables are reentrant-safe
554 ** removed some warnings which some tests trigggered with the -s option
556 ** the flex-generated header file now tries to be smarter about
561 * version 2.5.14 released 2002-8-15
571 * version 2.5.13 released 2002-8-15
579 * version 2.5.12 released 2002-8-8
587 to have a pre-built lex around either (unless you modify scan.l, of
591 * version 2.5.11 released 2002-7-31
603 * version 2.5.10 released 2002-7-24
608 ** added dist-bzip2 option to Makefile.am so we now produce a bzip2'd
613 ** new tests in test suite: test-mem-{nr,r}, test-posix,
614 test-posixly-correct, test-debug-{nr,r}
616 ** made changes to work with gcc-3.2 development code
620 ** new yylex_destroy() function for the non-reentrant scanner
630 ** a new --posix option generates scanners with posix-style abc{1,3}
640 --help reports the bug-reporting address for flex
645 ** compilation with --disable-nls now works
657 ** command-line option parsing happens differently now:
661 *** Options -n and -c, previously deprecated, now simply do nothing
669 *** Added option -D, to define a preprocessor symbol
671 *** Added option --header=FILE to specify a C .h file to generate
673 *** added option --yywrap to call yywrap on EOF
675 *** added option --yylineno to track line count in yylineno
677 *** --yyclass=NAME name of C++ class when generating c++ scanners
682 *** new %option nounistd or command-line --nounistd added to prevent
690 *** Two new options %option reentrant (-R) and
691 %option reentrant-bison (-Rb)
713 *** Arbitrary, user-defined data, "yyextra", may be added to scanner
731 ** flex no longer generates C-language scanners with C++-style
745 mode: outline-minor