Lines Matching full:now
7 *** The indent target now knows about flex's new (as of 2.6.0)
11 *** The files included in the flex distribution are now built by the
20 we now check for how to call libtoolize and use what we find in
49 *** All scripts in the test suite are now run by $(SHELL) and the
55 *** Tests that depend on platform dependent features now properly skip
58 *** When running "make check", you can now pas V=0 to silence more of
87 *** It is now possible to build flex without building the accompanying
109 *** flex should now handle quoting when mixed with m4 processing correctly
121 *** input filenames on MSWindows are now calculated correctly
123 *** general code cleanups in a number of tests now make the test suite compile much more cleanly
132 *** make indent now works for out of source builds
134 *** Portability warnings when generating Makefile.in files are now suppressed; they were just noise…
146 *** The flex project is now hosted at github. Consider this a "period of transition". In particular…
152 *** Flex now uses more modern and more standard names for variable types. There's more work to be d…
156 *** Line directives should now work as expected and be absent when that is expected.
166 …lex source is now built with the current version of flex. Occasionally this had to be done manuall…
174 *** When help2man and texi2dvi are missing, the error messages are now much more helpful.
186 *** C++ scanners now use references instead of pointers. See the manual for details.
208 *** flex is now organized into subdirectories. This keeps the tree neater at the top level and puts…
210 *** The test suite has been reorganized and is now run with the parallel test suite harness from au…
214 *** po/Makefile now includes a rule to fetch the latest translations from the translation project. …
259 ** the flex distribution is now built with automake 1.10.1 and automake
280 ** The flex program now parses multiple short concatenated options (resolves bug
285 ** flex now provides for a libfl_pic.a compiled with position
310 *** patterns may now use set difference, union operators
312 ** the manual now contains an appendix listing various common patterns
319 ** c++ scanners can now use yywrap
325 ** flex man page and flex manual in pdf now distributed in the flex
332 ** flex development now happens with automake 1.9.6
336 ** all flex resources are now to be found from the website at
345 ** upgrade to use gettext 0.12 (this now makes the "pdf" and "ps"
360 ** flex now uses m4 to generate scanners; while this means that
374 ** flex is now hosted at sourceforge
378 ** Flex now warns if always-interactive is specified with fast or full
382 ** flex now works with recent bison versions
390 ** yyleng has proper declarations now; this caused flex to generate
393 ** the flex distribution now includes a spec file suitable for use
402 ** flex now warns about pattern ranges that might be ambiguous when
408 ** flex now uses flex_int*_t types. For C99 systems, they are just the
433 ** configure now accepts the --enable-maintainer-mode option
435 ** gettext functionality is now only available externally
461 ** flex now includes three defined constants to indicate which version
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
525 ** there is now an indent target in the top-level Makefile; configure
540 ** reject-state buffer is now dynamically allocated and REJECT buffer
543 ** manual now discusses memory usage
545 ** skeleton now processed by m4 before mkskel.sh; (this only matters
550 ** a bug that caused a segfault has now been fixed
552 ** the test suite now respects the usual CFLAGS, etc. variables
556 ** the flex-generated header file now tries to be smarter about
566 ** de translation now included in the distribution
573 ** the header file output with %option header is now much smaller
577 ** yylex_init now reports errors
595 ** the yylineno performance hit is now gone
597 ** fixed some typos in the manual and we now include texinfo.tex in
608 ** added dist-bzip2 option to Makefile.am so we now produce a bzip2'd
624 ** the test suite now has its copyrights explicitly described
635 ** configure.in now includes a call to AC_PREREQ to enforce the
639 ** configure now uses autoconf's versioning information and configure
642 ** test suite now only reports success versus failure; reporting
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
663 *** Options are now parsed left to right
667 *** All positive %options are now accessible from the command line
727 ** manual is now in texinfo/info format
734 ** flex now generates scanners in c++ which are compatible with
737 ** flex input scanner now recognizes '\r' as an EOL character