Lines Matching +full:in +full:- +full:built
3 * Noteworthy changes in release 2.6.4 (2017-05-06) [stable]
11 *** The files included in the flex distribution are now built by the
12 version of flex that is included in the distribution.
19 configure.ac lists as required for building flex. In autogen.sh,
20 we now check for how to call libtoolize and use what we find in
23 *** Since files in lib/ are picked up as needed by src/, we no longer
49 *** All scripts in the test suite are now run by $(SHELL) and the
62 * Noteworthy changes in release 2.6.3 (2016-12-30) [stable]
66 *** several bug fixes resolved problems introduced in recent flex
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
80 simply built by sedding the scanner source. This is friendlier to
83 *** The compatibility functions in lib/ are no longer built as a
84 library. Instead, they are built as $(LIBOBJ) objects. This is
89 --disable-libfl option to configure. Resolves #99.
91 *** the PIC version of libfl was not correctly built. It is no longer
92 included in the build/installation targets of flex since it was
96 files change or when the binary doesn't exist. In particular, this
101 *** the shell scripts in the test suite are more portable across different shell implementations.
103 * version 2.6.2 released 2016-10-24
113 *** flex no longer generates non-ANSI code
115 *** more compilation warnings were squashed in generated scanners
123 *** general code cleanups in a number of tests now make the test suite compile much more cleanly
129 *** a new option to configure --enable-warnings to encapsulate passing
130 of warning-related flags which is useful in testing flex
134 …s when generating Makefile.in files are now suppressed; they were just noise and the use of GNU ex…
142 * version 2.6.1 released 2016-03-01
146 *** The flex project is now hosted at github. Consider this a "period of transition". In particular…
162 *** Some portability fixes in the test suite such as opening files for reading in binary mode
166 *** The file src/scan.c asdistributed with flex source is now built with the current version of fl…
182 * version 2.6.0 released 2015-11-17
196 *** check limits before using array index cclp; resolves sf-166
212 …ter reflect what automake does on its own. Also added a call to libtoolize in autogen.sh because a…
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
220 ** no user visible changes in this release
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
259 ** the flex distribution is now built with automake 1.10.1 and automake
262 * version 2.5.35 released 2008-02-26
264 ** fixed bug that prevented flex from accepting certain comments in the
274 * version 2.5.34 released 2007-12-12
278 ** introduce %option extra-type="your_type *" (resolves bug #1744505)
287 …in a shared library and with more recent versions of gcc. Thanks to the Debian project for the ide…
289 ** SourceForge feature request #1658379: Expose YY_BUF_SIZE in the
292 ** flex better escapes filenames with special characters in them
300 *** pattern options added to specify patterns as case-insensitive or
301 case-sensitive
306 *** pattern options added to allow ignoring of whitespace in patterns
308 *** POSIX character classes may be negated in patterns
325 ** flex man page and flex manual in pdf now distributed in the flex
334 * version 2.5.33 released 2006-2-20
346 targets in the build system able to be run successfully)
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
366 ** Automatic stack management for multiple input buffers in C and C++ scanners
372 * version 2.5.28 released 2003-2-12
376 ** Fixed trailing slash bug in YY_INPUT macro def
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
420 ** it is possible to have multiple c++ scanners in the same program again
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
450 ** more test suite cleanups; in particular, the test suite should run
455 formatting the manual in postscript and pdf in the distributed
456 Makefile.in (and therefore in the Makefile built by configure)
468 * version 2.5.21 released 2002-9-17
470 ** one of the tests in the test suite broke the dist target
472 * version 2.5.20 released 2002-9-16
477 ** Added %option bison-bridge (--bison-bridge)
479 ** Removed %option reentrant-bison/--reentrant-bison/-Rb
481 ** yylineno is present in all scanners; Modified nasty performance
482 penalty warning with yylineno in documentation
484 ** test-table-opts is now run last in the test suite because it's so fat
490 **Flex generates C99 defs now; see YY_TRADITIONAL_FUNC_DEFS in the
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
503 ** portability fixes for integer constants and in the way the test
506 ** the test for bison was reporting bison missing when it was, in
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
535 ** we're trying to clean up more files in the test suite's make clean
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
566 ** de translation now included in the distribution
571 * version 2.5.13 released 2002-8-15
575 ** Fixed type mismatch in printf in scanner skeleton
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
597 ** fixed some typos in the manual and we now include texinfo.tex in
603 * version 2.5.10 released 2002-7-24
608 ** added dist-bzip2 option to Makefile.am so we now produce a bzip2'd
609 archive in addition to the standard gzip archive
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
618 ** ability to choose which memory functions are used in flex
620 ** new yylex_destroy() function for the non-reentrant scanner
630 ** a new --posix option generates scanners with posix-style abc{1,3}
635 ** configure.in now includes a call to AC_PREREQ to enforce the
640 --help reports the bug-reporting address for flex
645 ** compilation with --disable-nls now works
647 ** flex can now be built in a separate directory
655 ** distribution now built under automake 1.6 and autoconf 2.53
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)
711 provided for use in actions, e.g., yytext, yyleng, etc
713 *** Arbitrary, user-defined data, "yyextra", may be added to scanner
721 'make test' in the TESTS directory to execute the test suite
727 ** manual is now in texinfo/info format
731 ** flex no longer generates C-language scanners with C++-style
734 ** flex now generates scanners in c++ which are compatible with
739 See the file ONEWS for changes in earlier releases.
745 mode: outline-minor