svn commit: r250125 - in vendor/flex/dist: . doc m4
Jung-uk Kim
jkim at FreeBSD.org
Tue Apr 30 23:49:24 UTC 2013
Author: jkim
Date: Tue Apr 30 23:49:23 2013
New Revision: 250125
URL: http://svnweb.freebsd.org/changeset/base/250125
Log:
Import flex 2.5.37.
Added:
vendor/flex/dist/ylwrap (contents, props changed)
Deleted:
vendor/flex/dist/doc/
vendor/flex/dist/m4/
Modified:
vendor/flex/dist/ChangeLog
vendor/flex/dist/INSTALL
vendor/flex/dist/Makefile.am
vendor/flex/dist/Makefile.in
vendor/flex/dist/NEWS
vendor/flex/dist/README.cvs
vendor/flex/dist/buf.c
vendor/flex/dist/compile
vendor/flex/dist/conf.in
vendor/flex/dist/config.guess
vendor/flex/dist/config.sub
vendor/flex/dist/configure
vendor/flex/dist/configure.in
vendor/flex/dist/depcomp
vendor/flex/dist/dfa.c
vendor/flex/dist/filter.c
vendor/flex/dist/flex.skl
vendor/flex/dist/flexdef.h
vendor/flex/dist/flexint.h
vendor/flex/dist/gen.c
vendor/flex/dist/install-sh
vendor/flex/dist/main.c
vendor/flex/dist/misc.c
vendor/flex/dist/missing
vendor/flex/dist/parse.c
vendor/flex/dist/parse.h
vendor/flex/dist/parse.y
vendor/flex/dist/regex.c
vendor/flex/dist/scan.c
vendor/flex/dist/scan.l
vendor/flex/dist/scanflags.c
vendor/flex/dist/scanopt.c
vendor/flex/dist/skel.c
vendor/flex/dist/tables.c
Modified: vendor/flex/dist/ChangeLog
==============================================================================
--- vendor/flex/dist/ChangeLog Tue Apr 30 23:36:48 2013 (r250124)
+++ vendor/flex/dist/ChangeLog Tue Apr 30 23:49:23 2013 (r250125)
@@ -1,996 +1,1408 @@
-2008-02-26 15:36 Will Estes <wlestes at users.sourceforge.net>
+2012-08-03 Will Estes <westes575 at gmail.com>
+
+ * NEWS: update NEWS to reflect changes in 2.5.37
+
+2012-08-03 Will Estes <westes575 at gmail.com>
+
+ * configure.in: update flex version to 2.5.37
+
+2012-08-03 Will Estes <westes575 at gmail.com>
+
+ * po/de.po: new de translation from the translation project
+
+2012-08-02 Will Estes <westes575 at gmail.com>
+
+ * po/vi.po: new vi translation from the translation project
+
+2012-08-02 Will Estes <westes575 at gmail.com>
+
+ * po/pl.po: new pl translation from the translation project
+
+2012-08-02 Will Estes <westes575 at gmail.com>
+
+ * po/fi.po: new fi translation from the translation project
+
+2012-08-02 Will Estes <westes575 at gmail.com>
+
+ * Makefile.am: Add -f option to LN_S to create flex++ The autoconf macro LN_S needs -f to successfully install flex++ if
+ flex++ already exists. Fortunately, ln, ln -s and cp -p, which are
+ the various forms that LN_S can take all will do the right thing
+ with a -f argument passed.
+
+2012-08-02 Will Estes <westes575 at gmail.com>
+
+ * Makefile.am, tools/Makefile.am, tools/cvs2cl.pl,
+ tools/cvsauthors, tools/git2cl: replace cvs2cl with git2cl Add the git2cl script in tools/ and remove the (now unnecessary)
+ cvs2cl script. Remove tools/cvsauthors since git2cl does not need
+ that file. Account for all the above in Makefile.am and
+ tools/Makefile.am
+
+2012-07-29 Will Estes <wlestes at users.sourceforge.net>
+
+ * tests/.cvsignore, tests/.gitignore, tests/TEMPLATE/.cvsignore,
+ tests/TEMPLATE/.gitignore, tests/test-alloc-extra/.cvsignore,
+ tests/test-alloc-extra/.gitignore, tests/test-array-nr/.cvsignore,
+ tests/test-array-nr/.gitignore, tests/test-array-r/.cvsignore,
+ tests/test-array-r/.gitignore, tests/test-basic-nr/.cvsignore,
+ tests/test-basic-nr/.gitignore, tests/test-basic-r/.cvsignore,
+ tests/test-basic-r/.gitignore, tests/test-bison-nr/.cvsignore,
+ tests/test-bison-nr/.gitignore, tests/test-bison-yylloc/.cvsignore,
+ tests/test-bison-yylloc/.gitignore,
+ tests/test-bison-yylval/.cvsignore,
+ tests/test-bison-yylval/.gitignore,
+ tests/test-c++-basic/.cvsignore, tests/test-c++-basic/.gitignore,
+ tests/test-c++-multiple-scanners/.cvsignore,
+ tests/test-c++-multiple-scanners/.gitignore,
+ tests/test-c++-yywrap/.cvsignore, tests/test-c++-yywrap/.gitignore,
+ tests/test-c-cpp-nr/.cvsignore, tests/test-c-cpp-nr/.gitignore,
+ tests/test-c-cpp-r/.cvsignore, tests/test-c-cpp-r/.gitignore,
+ tests/test-ccl/.cvsignore, tests/test-ccl/.gitignore,
+ tests/test-concatenated-options/.cvsignore,
+ tests/test-concatenated-options/.gitignore,
+ tests/test-debug-nr/.cvsignore, tests/test-debug-nr/.gitignore,
+ tests/test-debug-r/.cvsignore, tests/test-debug-r/.gitignore,
+ tests/test-extended/.cvsignore, tests/test-extended/.gitignore,
+ tests/test-header-nr/.cvsignore, tests/test-header-nr/.gitignore,
+ tests/test-header-r/.cvsignore, tests/test-header-r/.gitignore,
+ tests/test-include-by-buffer/.cvsignore,
+ tests/test-include-by-buffer/.gitignore,
+ tests/test-include-by-push/.cvsignore,
+ tests/test-include-by-push/.gitignore,
+ tests/test-include-by-reentrant/.cvsignore,
+ tests/test-include-by-reentrant/.gitignore,
+ tests/test-linedir-r/.cvsignore, tests/test-linedir-r/.gitignore,
+ tests/test-lineno-nr/.cvsignore, tests/test-lineno-nr/.gitignore,
+ tests/test-lineno-r/.cvsignore, tests/test-lineno-r/.gitignore,
+ tests/test-mem-nr/.cvsignore, tests/test-mem-nr/.gitignore,
+ tests/test-mem-r/.cvsignore, tests/test-mem-r/.gitignore,
+ tests/test-multiple-scanners-nr/.cvsignore,
+ tests/test-multiple-scanners-nr/.gitignore,
+ tests/test-multiple-scanners-r/.cvsignore,
+ tests/test-multiple-scanners-r/.gitignore,
+ tests/test-noansi-nr/.cvsignore, tests/test-noansi-nr/.gitignore,
+ tests/test-noansi-r/.cvsignore, tests/test-noansi-r/.gitignore,
+ tests/test-posix/.cvsignore, tests/test-posix/.gitignore,
+ tests/test-posixly-correct/.cvsignore,
+ tests/test-posixly-correct/.gitignore,
+ tests/test-prefix-nr/.cvsignore, tests/test-prefix-nr/.gitignore,
+ tests/test-prefix-r/.cvsignore, tests/test-prefix-r/.gitignore,
+ tests/test-pthread/.cvsignore, tests/test-pthread/.gitignore,
+ tests/test-quotes/.cvsignore, tests/test-quotes/.gitignore,
+ tests/test-reject/.cvsignore, tests/test-reject/.gitignore,
+ tests/test-rescan-nr/.cvsignore, tests/test-rescan-nr/.gitignore,
+ tests/test-rescan-r/.cvsignore, tests/test-rescan-r/.gitignore,
+ tests/test-string-nr/.cvsignore, tests/test-string-nr/.gitignore,
+ tests/test-string-r/.cvsignore, tests/test-string-r/.gitignore,
+ tests/test-table-opts/.cvsignore, tests/test-table-opts/.gitignore,
+ tests/test-top/.cvsignore, tests/test-top/.gitignore,
+ tests/test-yyextra/.cvsignore, tests/test-yyextra/.gitignore: rename
+ .cvsignore files in tests/ subdirectories to gitignore
+
+2012-07-23 Will Estes <wlestes at users.sourceforge.net>
+
+ * examples/.cvsignore, examples/fastwc/.cvsignore,
+ examples/manual/.cvsignore, lib/.cvsignore, tools/.cvsignore: remove
+ unneeded .cvsignore files
+
+2012-07-22 Will Estes <wlestes at users.sourceforge.net>
+
+ * .gitignore: add *.o and *.a to top level .gitignore The cvs tree did not need these additions because cvs assumed a lot
+ of C-style defaults for .cvsignore files. flex builds *.o object
+ files in the course of compilation and *.a files are built as a part
+ of the libraries that flex compiles in the build process.
+
+2012-07-22 Will Estes <wlestes at users.sourceforge.net>
+
+ * .cvsignore, .gitignore, doc/.cvsignore, doc/.gitignore,
+ m4/.cvsignore, m4/.gitignore, po/.cvsignore, po/.gitignore: rename
+ .cvsignore files to .gitignore The .cvsignore files from the legacy cvs repository tracked what
+ files got autogenerated during various stages of the flex build.
+ Renaming the .cvsignore files to .gitignore lets git do the same
+ thing. git is better about letting higher level .gitignore files
+ not-track files in lower level directories. As I work my way through
+ the test directories, we may add additional .gitignore files from
+ the old .cvsignore files. The po/ directory has a lot of special files used by gettext, so the
+ patterns in po/.gitignore look very different. The doc/.gitignore file accounts for what texinfo/makeinfo do, and
+ so it also has special patterns. The m4 directory is mainly present for autoconf's benefit, but we
+ have to account for it so make can do the right thing. Hence,
+ m4/.gitignore says to ignore *.m4, as counterintuitive as that may
+ seem.
+
+2012-07-22 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS: update NEWS file to note release date of 2.5.36
+
+2012-06-23 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: fix call to version in manual
+
+2012-06-22 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: add missing argument to call to yylex in manual
+
+2012-04-27 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: lintish cleanup in flex.skl; resolves #2040664
+
+2012-04-27 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: add a 7 to the c99 octal pattern; resolves #3518269
+
+2012-03-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: copyedit; resolves #3513670
+
+2012-03-23 Will Estes <wlestes at users.sourceforge.net>
+
+ * buf.c: escape backslashes in #line filenames in %top section;
+ resolves #3212400; patch submitted by scfc_de
+
+2012-03-21 Will Estes <wlestes at users.sourceforge.net>
+
+ * Makefile.am, configure.in, lib/Makefile.am, lib/lib.c,
+ lib/malloc.c, lib/realloc.c: provide malloc() and realloc() for
+ systems that do not have satisfactory versions; resolves #1899047
+
+2012-03-21 Will Estes <wlestes at users.sourceforge.net>
+
+ * Makefile.am: install flex++ as a link; resolves bug #2939681
+
+2012-03-21 Will Estes <wlestes at users.sourceforge.net>
+
+ * tests/test-bison-nr/Makefile.am,
+ tests/test-bison-yylloc/Makefile.am,
+ tests/test-bison-yylval/Makefile.am: fix dependencies for make -j in
+ test suite
+
+2012-03-19 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: add missing prototypes for yyset_column() and
+ yyget_column(); resolves #3029024; patch submitted by scfc_de
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl, tests/test-reject/scanner.l,
+ tests/test-table-opts/scanner.l: wrap yy_fatal_error calls
+ appropriately
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * regex.c: fix overlapping data buffer issue; patch from Tim
+ Landsheet scfc_de
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * scan.l: better bracket handling in the scanner
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * flexdef.h, main.c, misc.c: Remove unneeded tracking of line/column
+ output; patch from Tim Landsheet scfc_de
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * configure.in: fix test for m4 to accept an m4 with -P and not jus
+ tGNU m4; patch from Tim Landsheet scfc_de on sourceforge
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: fix order of td_lolen and td_hilen in
+ documentation; resolves #2913693; patch submitted by Andreas
+ Gruenbacher <agruen at suse.de>
+
+2012-03-02 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: correct document of YY_FLUSH_BUFFER; resolves
+ #1723028
+
+2012-02-17 Will Estes <wlestes at users.sourceforge.net>
+
+ * dfa.c, flexdef.h, misc.c, parse.y: speed up things for complex
+ inputs; resolves #2891390
+
+2012-02-17 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: fix ipv6 pattern in manual; update manual copyright
+ to 2012
+
+2012-02-17 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: fremove isatty() declaration; resolves #1984987
+
+2012-02-17 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: Add link for RFC 2396
+
+2012-02-17 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: resolve #1990170
+
+2012-02-17 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: fix documentation to reflect arguments actually used;
+ bug #2783023
+
+2012-02-05 Will Estes <wlestes at users.sourceforge.net>
+
+ * main.c: fix yywrap behavior for reentrant scanners
+
+2012-02-04 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS: Mmention tr translation
+
+2012-02-04 Will Estes <wlestes at users.sourceforge.net>
+
+ * tables.c: prevent unused stuff from being compiled so as to reduce
+ warnings
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * buf.c, filter.c, main.c, misc.c, regex.c, scanflags.c: more better
+ error messages; more better memory handling
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * misc.c: more careful/paranoia
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * scanopt.c: more careful memory allocation in option processing
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * Makefile.am, configure.in: remove m4/ directory and generally
+ clean up automake/autoconf inputs
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * lib/.cvsignore: cvsignore files that need that
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, po/da.po, po/es.po, po/ko.po, po/pt_BR.po, po/ro.po,
+ po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po: check in translations
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * main.c: correct macro definition of yywrap
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * scan.l: Greater specificity in error messages
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * parse.y: improve rule handling at EOF
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: include cstdio for definition of EOF in all cases
+
+2012-02-03 Will Estes <wlestes at users.sourceforge.net>
+
+ * flex.skl: suppress warning on unused yyguts_t
+
+2010-08-13 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, po/LINGUAS, po/fi.po: new fi translation from the
+ translation project
+
+2009-03-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: Include version.texi after @setfilename, so that @set values are correctly evaluated. (Start Conditions, Performance, Lex and Posix): Fix some markup errors. (Cxx): Likewise. Also, fix C++ example to actually be compilable. Patch from Ralf Wildenhues <Ralf.Wildenhues at gmx.de>
+
+2008-12-28 Will Estes <wlestes at users.sourceforge.net>
+
+ * configure.in: remove line break that broke configure
+
+2008-12-28 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: specify the title on the title page since @settitle
+ doesn't do that for us; resolves bug #2043491
+
+2008-12-28 Will Estes <wlestes at users.sourceforge.net>
+
+ * configure.in, flexdef.h: check for regex.h; resolves bug #2337486
+
+2008-07-23 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, po/ga.po: new ga translation from the translation project
+
+2008-06-10 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, po/ca.po: new ca translation
+
+2008-05-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * Makefile.am: move ABOUT-NLS back to EXTRA_DIST
+
+2008-05-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * Makefile.am: create new dist_doc_DATA; move some EXTRA_DIST files
+ to new dist_doc_DATA target
+
+2008-05-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * .cvsignore: ignore more automake generated config.status* files
+
+2008-05-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS: flex distribution now built with automake and autoconf
+ versions ...
+
+2008-05-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * README.cvs: document GNU auto* version changes for building flex
+ from cvs
+
+2008-05-31 Will Estes <wlestes at users.sourceforge.net>
+
+ * .cvsignore, doc/Makefile.am: ignore automake-supplied ylwrap
+
+2008-05-15 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, flex.skl: clean up types; resolves 1961902
+
+2008-05-15 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS: update NEWS re manual
+
+2008-05-15 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: correct eroneous references to 'nowrap' to refer to
+ 'noyywrap'; resolves bug #1739912
+
+2008-05-14 Will Estes <wlestes at users.sourceforge.net>
+
+ * filter.c: call clearerr on stdin before dup2'ing it; resolves bug
+ #1902612
+
+2008-05-14 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS: generic updates to NEWS
+
+2008-05-14 Will Estes <wlestes at users.sourceforge.net>
+
+ * tests/test-pthread/Makefile.am: move library flags in linker
+ command; resolves patch #1943403; patch submitted by
+ nullnix at users.sourceforge.net
+
+2008-05-14 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: use ansi syntax in simple examples; resolves patch
+ #1909844; patch submitted by Tom Browder,
+ tbrowder2 at users.sourceforge.net
+
+2008-04-10 Will Estes <wlestes at users.sourceforge.net>
+
+ * doc/flex.texi: fix typo in example (from Paolo J. Matos
+
+2008-04-10 Will Estes <wlestes at users.sourceforge.net>
+
+ * flexint.h: move endif to better account for what C99 defines for
+ integer types (fix from debian project)
+
+2008-04-10 Will Estes <wlestes at users.sourceforge.net>
+
+ * gen.c: fix another int type to be size_t
+
+2008-03-30 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, po/fr.po: new fr translation
+
+2008-03-30 Will Estes <wlestes at users.sourceforge.net>
+
+ * NEWS, configure.in: start version 2.5.36
+
+2008-02-26 Will Estes <wlestes at users.sourceforge.net>
* NEWS: add date of release
-2008-02-15 07:37 Will Estes <wlestes at users.sourceforge.net>
+2008-02-15 Will Estes <wlestes at users.sourceforge.net>
* NEWS, parse.y: fix bug that prevented comments from working
properly
-2008-02-12 07:57 Will Estes <wlestes at users.sourceforge.net>
+2008-02-12 Will Estes <wlestes at users.sourceforge.net>
* po/de.po: new de translation
-2008-02-10 06:08 Will Estes <wlestes at users.sourceforge.net>
+2008-02-10 Will Estes <wlestes at users.sourceforge.net>
* NEWS, po/vi.po: new vi translation
-2008-02-09 19:22 Will Estes <wlestes at users.sourceforge.net>
+2008-02-10 Will Estes <wlestes at users.sourceforge.net>
* NEWS, po/nl.po: new nl translation
-2008-02-09 14:59 Will Estes <wlestes at users.sourceforge.net>
+2008-02-09 Will Estes <wlestes at users.sourceforge.net>
* NEWS, po/pl.po: new pl translation
-2008-02-09 14:19 Will Estes <wlestes at users.sourceforge.net>
+2008-02-09 Will Estes <wlestes at users.sourceforge.net>
* NEWS, po/de.po, po/pt_BR.po: new de, pt_br translations
-2008-02-09 13:54 Will Estes <wlestes at users.sourceforge.net>
+2008-02-09 Will Estes <wlestes at users.sourceforge.net>
* NEWS, flex.skl: generate headers for all functions (resolves bug
#1628314)
-2008-02-09 10:49 Will Estes <wlestes at users.sourceforge.net>
+2008-02-09 Will Estes <wlestes at users.sourceforge.net>
* NEWS, flex.skl: change yy_size_t to be size_t (resolves bug
#1849812)
-2008-02-09 10:46 Will Estes <wlestes at users.sourceforge.net>
+2008-02-09 Will Estes <wlestes at users.sourceforge.net>
* configure.in: start work on version 2.5.35
-2007-12-12 16:00 Will Estes <wlestes at users.sourceforge.net>
+2007-12-12 Will Estes <wlestes at users.sourceforge.net>
- * NEWS, configure.in: revert NEWS and configure.in to version
- 2.5.34
+ * NEWS, configure.in: revert NEWS and configure.in to version 2.5.34
-2007-09-12 11:28 Will Estes <wlestes at users.sourceforge.net>
+2007-09-12 Will Estes <wlestes at users.sourceforge.net>
* NEWS, configure.in: update version number to 2.5.35
-2007-09-10 02:17 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-09-10 Aaron Stone <sodabrew at users.sourceforge.net>
* tests/test-alloc-extra/scanner.l: Use %option extra-type.
-2007-09-10 02:16 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-09-10 Aaron Stone <sodabrew at users.sourceforge.net>
- * NEWS, flex.skl, flexdef.h, main.c, parse.y, scan.l,
- doc/flex.texi: Introduce %option extra-type="your_type *" (resolves
- bug #1744505).
+ * NEWS, doc/flex.texi, flex.skl, flexdef.h, main.c, parse.y, scan.l:
+ Introduce %option extra-type="your_type *" (resolves bug #1744505).
-2007-08-15 08:28 Will Estes <wlestes at users.sourceforge.net>
+2007-08-15 Will Estes <wlestes at users.sourceforge.net>
* po/nl.po: new nl translations from the translation project
-2007-06-28 16:28 Will Estes <wlestes at users.sourceforge.net>
+2007-06-28 Will Estes <wlestes at users.sourceforge.net>
* NEWS: change release date
-2007-06-27 21:59 Will Estes <wlestes at users.sourceforge.net>
+2007-06-28 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: adjustment for prefix classes; patch submitted by Petr
Machata <pmachata at redhat.com>
-2007-06-27 21:53 Will Estes <wlestes at users.sourceforge.net>
+2007-06-28 Will Estes <wlestes at users.sourceforge.net>
* NEWS: NEWS item for yy_init_extra
-2007-06-12 12:33 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-06-12 Aaron Stone <sodabrew at users.sourceforge.net>
* doc/flex.texi: Docs and example for yylex_init_extra.
-2007-05-31 20:22 Will Estes <wlestes at users.sourceforge.net>
+2007-06-01 Will Estes <wlestes at users.sourceforge.net>
* tests/test-alloc-extra/.cvsignore: ignore OUTPUT file in
test-alloc-extra
-2007-05-31 20:21 Will Estes <wlestes at users.sourceforge.net>
+2007-06-01 Will Estes <wlestes at users.sourceforge.net>
* tests/descriptions: add description of concatenated options test
-2007-05-31 16:20 Will Estes <wlestes at users.sourceforge.net>
+2007-05-31 Will Estes <wlestes at users.sourceforge.net>
* tests/test-alloc-extra/.cvsignore: add missing .cvsignore to
test-alloc-extra
-2007-05-31 02:21 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-05-31 Aaron Stone <sodabrew at users.sourceforge.net>
* configure.in, flex.skl, gen.c, main.c: Changes to resolve SF bugs
1568325 and 1563589.
-2007-05-31 02:09 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-05-31 Aaron Stone <sodabrew at users.sourceforge.net>
- * tests/: Makefile.am, descriptions, test-alloc-extra/Makefile.am,
- test-alloc-extra/scanner.l, test-alloc-extra/test.input: Adding
- test cases for yylex_init_extra.
+ * tests/Makefile.am, tests/descriptions,
+ tests/test-alloc-extra/Makefile.am,
+ tests/test-alloc-extra/scanner.l, tests/test-alloc-extra/test.input:
+ Adding test cases for yylex_init_extra.
-2007-05-12 11:27 Will Estes <wlestes at users.sourceforge.net>
+2007-05-12 Will Estes <wlestes at users.sourceforge.net>
* configure.in, tests/test-pthread/scanner.l: fixes to test-pthread
-2007-05-12 09:13 Will Estes <wlestes at users.sourceforge.net>
+2007-05-12 Will Estes <wlestes at users.sourceforge.net>
* NEWS: NEWS item for concatenated options
-2007-05-12 09:13 Will Estes <wlestes at users.sourceforge.net>
+2007-05-12 Will Estes <wlestes at users.sourceforge.net>
* configure.in, tests/Makefile.am,
tests/test-concatenated-options/.cvsignore,
tests/test-concatenated-options/Makefile.am: unit test to verify
concatenated options parsing
-2007-05-12 09:11 Will Estes <wlestes at users.sourceforge.net>
+2007-05-12 Will Estes <wlestes at users.sourceforge.net>
* scanopt.c: parse multiple short concatenated options; patch
submitted by Petr Machata <pmachata at redhat.com
-2007-05-11 16:52 Will Estes <wlestes at users.sourceforge.net>
+2007-05-11 Will Estes <wlestes at users.sourceforge.net>
* autogen.sh: remove --force option from autogen.sh; much faster
without it
-2007-05-11 14:35 Will Estes <wlestes at users.sourceforge.net>
+2007-05-11 Will Estes <wlestes at users.sourceforge.net>
* NEWS, configure.in: version 2.5.34
-2007-05-08 00:23 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-05-08 Aaron Stone <sodabrew at users.sourceforge.net>
* NEWS, flex.skl: Better checking after yyalloc/yyrealloc (resolves
bug #1595967)
-2007-05-01 08:10 Will Estes <wlestes at users.sourceforge.net>
+2007-05-01 Will Estes <wlestes at users.sourceforge.net>
* doc/flex.texi: change title of manual to 'Lexical Analysis with
Flex'
-2007-04-25 14:16 Will Estes <wlestes at users.sourceforge.net>
+2007-04-25 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: c++ memory leak plug
-2007-04-23 09:29 Will Estes <wlestes at users.sourceforge.net>
+2007-04-23 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: roll back c++ memory patch as it causes the test suite
no end of grief
-2007-04-23 08:42 Will Estes <wlestes at users.sourceforge.net>
+2007-04-23 Will Estes <wlestes at users.sourceforge.net>
- * flex.skl: fix function definitions for non-ANSI environments
- (from Manoj Srivastava from Debian patchset)
+ * flex.skl: fix function definitions for non-ANSI environments (from
+ Manoj Srivastava from Debian patchset)
-2007-04-23 08:37 Will Estes <wlestes at users.sourceforge.net>
+2007-04-23 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: fix c++ memory leak (from Manoj Srivastava from Debian
patchset)
-2007-04-23 06:59 Will Estes <wlestes at users.sourceforge.net>
+2007-04-23 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: fix parameter name in comment (patch from Manoj
Srivastava from the debian patchset
-2007-04-23 06:57 Will Estes <wlestes at users.sourceforge.net>
+2007-04-23 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: add a size_t cast (patch from Manoj Srivastava from the
debian patchset
-2007-04-16 17:06 Will Estes <wlestes at users.sourceforge.net>
+2007-04-16 Will Estes <wlestes at users.sourceforge.net>
- * tests/: test-extended/Makefile.am, test-quotes/Makefile.am:
+ * tests/test-extended/Makefile.am, tests/test-quotes/Makefile.am:
cleanups to handle VPATH builds better; passifies make distcheck
-2007-04-16 16:42 Will Estes <wlestes at users.sourceforge.net>
+2007-04-16 Will Estes <wlestes at users.sourceforge.net>
* doc/flex.texi: drop using the \ in \ escaping as it throws pdf
generation for a loop
-2007-04-14 08:33 Will Estes <wlestes at users.sourceforge.net>
+2007-04-14 Will Estes <wlestes at users.sourceforge.net>
* .cvsignore: add compile and *.tar.bz2 to .cvsignore
-2007-04-14 08:27 Will Estes <wlestes at users.sourceforge.net>
+2007-04-14 Will Estes <wlestes at users.sourceforge.net>
* main.c: add call to setlocale for ctype as per debian patchset
-2007-04-14 08:25 Will Estes <wlestes at users.sourceforge.net>
+2007-04-14 Will Estes <wlestes at users.sourceforge.net>
- * Makefile.am, NEWS: provide for a PIC version of libfl.a for
- shared libraries using flex scanners
+ * Makefile.am, NEWS: provide for a PIC version of libfl.a for shared
+ libraries using flex scanners
-2007-04-13 13:24 Will Estes <wlestes at users.sourceforge.net>
+2007-04-13 Will Estes <wlestes at users.sourceforge.net>
* FlexLexer.h: annotate endifs since they're a bit far from their
opening #if statements
-2007-04-13 12:55 Will Estes <wlestes at users.sourceforge.net>
+2007-04-13 Will Estes <wlestes at users.sourceforge.net>
* flexdef.h, parse.y: refactor and slightly redo alloca testing,
resolves bug #1675899
-2007-04-13 12:50 Will Estes <wlestes at users.sourceforge.net>
-
- * configure.in: overhaul configure.in: use octathorps for comments
- so they're passed through m4 processing; better bracketing of m4
- arguments; retool checks as per suggestions from autoscan(1)
-
-2007-04-13 12:43 Will Estes <wlestes at users.sourceforge.net>
+2007-04-13 Will Estes <wlestes at users.sourceforge.net>
- * flex.skl: better handling of class that use the prefix
- functionality; from submitted patch
+ * : overhaul configure.in: use octathorps for comments so they're
+ passed through m4 processing; better bracketing of m4 arguments;
+ retool checks as per suggestions from autoscan(1)
-2007-04-13 12:32 Will Estes <wlestes at users.sourceforge.net>
+2007-04-13 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: fix skeleton for reentrant scanners
-2007-04-12 21:50 Will Estes <wlestes at users.sourceforge.net>
+2007-04-13 Will Estes <wlestes at users.sourceforge.net>
* Makefile.am: remove homegrown tags target; automake does that for
us
-2007-04-12 15:12 Will Estes <wlestes at users.sourceforge.net>
-
- * FlexLexer.h: declare some const where missing in c++ header file
-
-2007-04-12 15:12 Will Estes <wlestes at users.sourceforge.net>
+2007-04-12 Will Estes <wlestes at users.sourceforge.net>
* flex.skl: fix skeleton for reentrant scanners, resolves bug
#1694318
-2007-04-10 15:20 Will Estes <wlestes at users.sourceforge.net>
+2007-04-12 Will Estes <wlestes at users.sourceforge.net>
+
+ * FlexLexer.h: declare some const where missing in c++ header file
+
+2007-04-10 Will Estes <wlestes at users.sourceforge.net>
* doc/flex.texi: corrections to the manual as per suggestions from
flex-help@
-2007-04-03 15:16 Will Estes <wlestes at users.sourceforge.net>
+2007-04-03 Will Estes <wlestes at users.sourceforge.net>
* doc/flex.texi: include author names in online versions of the
manual
-2007-04-03 15:07 Will Estes <wlestes at users.sourceforge.net>
+2007-04-03 Will Estes <wlestes at users.sourceforge.net>
* COPYING: update copyright notice
-2007-04-03 14:54 Will Estes <wlestes at users.sourceforge.net>
+2007-04-03 Will Estes <wlestes at users.sourceforge.net>
* AUTHORS: rearrange and update AUTHORS
-2007-03-29 11:45 Will Estes <wlestes at users.sourceforge.net>
+2007-03-29 Will Estes <wlestes at users.sourceforge.net>
* NEWS: note sf feature request 1658379 in NEWS
-2007-03-29 11:36 Will Estes <wlestes at users.sourceforge.net>
+2007-03-29 Will Estes <wlestes at users.sourceforge.net>
* tools/cvsauthors: add sodabrew to cvsauthors file
-2007-03-29 11:25 Aaron Stone <sodabrew at users.sourceforge.net>
+2007-03-29 Aaron Stone <sodabrew at users.sourceforge.net>
- * flex.skl:
- SourceForge feature request #1658379: Expose YY_BUF_SIZE in the
- header file.
+ * flex.skl: SourceForge feature request #1658379: Expose YY_BUF_SIZE
+ in the header file.
-2007-03-07 16:50 Will Estes <wlestes at users.sourceforge.net>
+2007-03-07 Will Estes <wlestes at users.sourceforge.net>
* NEWS, filter.c, flex.skl: apply patches submitted by sodabrew
-2007-03-07 16:20 Will Estes <wlestes at users.sourceforge.net>
+2007-03-07 Will Estes <wlestes at users.sourceforge.net>
* README.cvs: more changes describing building flex from cvs
-2007-03-07 16:16 Will Estes <wlestes at users.sourceforge.net>
+2007-03-07 Will Estes <wlestes at users.sourceforge.net>
* Makefile.am, README.cvs, README.cvs-snapshot: rename
README.cvs-snapshot to README.cvs
-2007-03-07 16:14 Will Estes <wlestes at users.sourceforge.net>
+2007-03-07 Will Estes <wlestes at users.sourceforge.net>
* README.cvs-snapshot: update to explain where flex cvs lives
-2007-03-07 15:45 Will Estes <wlestes at users.sourceforge.net>
+2007-03-07 Will Estes <wlestes at users.sourceforge.net>
* README, doc/flex.texi: correct how to submit bugs
-2007-02-16 10:38 Will Estes <wlestes at users.sourceforge.net>
+2007-02-16 Will Estes <wlestes at users.sourceforge.net>
* NEWS: clarify NEWS item re man page and pdf manual
-2007-02-14 12:03 Will Estes <wlestes at users.sourceforge.net>
+2007-02-14 Will Estes <wlestes at users.sourceforge.net>
* po/Makevars: update bug address to point to flex-devel instead of
lex-help
-2007-02-13 12:54 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* configure.in, doc/Makefile.am: make better use of AC_INIT; clean
up, simplify and make more robust the generation of the man page
-2007-02-13 12:08 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* configure.in: remove option check-news from call to
AM_INIT_AUTOMAKE as gnits implies check-news
-2007-02-13 10:07 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* Makefile.am, configure.in: move automake options from Makefile.am
to configure.in
-2007-02-13 10:04 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* autogen.sh: restore --install option to autogen.sh since --force
does not imply --install
-2007-02-13 10:04 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* tools/cvsauthors: add john43 to cvsauthors file
-2007-02-13 09:50 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* autogen.sh: call autoreconf with --force instead of --install
-2007-02-13 09:48 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* doc/.cvsignore: remove texinfo.tex from cvs tree
-2007-02-12 20:15 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* NEWS: updates to NEWS file to reflect recent changes
-2007-02-12 20:14 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* doc/Makefile.am: add flex.pdf to EXTRA_DIST
-2007-02-12 19:45 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* configure.in: remove flex.spec
-2007-02-12 19:44 Will Estes <wlestes at users.sourceforge.net>
+2007-02-13 Will Estes <wlestes at users.sourceforge.net>
* Makefile.am: remove maintainercleanfiles
-2007-02-01 15:56 Will Estes <wlestes at users.sourceforge.net>
+2007-02-01 Will Estes <wlestes at users.sourceforge.net>
* doc/Makefile.am: more changes to build system to distribute man
page
-2007-02-01 12:10 Will Estes <wlestes at users.sourceforge.net>
+2007-02-01 Will Estes <wlestes at users.sourceforge.net>
* doc/Makefile.am: add flex man page to distribution
-2007-02-01 12:09 Will Estes <wlestes at users.sourceforge.net>
+2007-02-01 Will Estes <wlestes at users.sourceforge.net>
* .cvsignore, flex.spec.in: remove flex spec file
-2006-11-17 10:14 Will Estes <wlestes at users.sourceforge.net>
+2006-11-17 Will Estes <wlestes at users.sourceforge.net>
- * tests/test-table-opts/Makefile.am: make test target depend on
- test groupings, which in turn depend on building executables;
- cygwin portability fix
+ * tests/test-table-opts/Makefile.am: make test target depend on test
+ groupings, which in turn depend on building executables; cygwin
+ portability fix
-2006-11-10 16:00 Will Estes <wlestes at users.sourceforge.net>
+2006-11-10 Will Estes <wlestes at users.sourceforge.net>
* tests/create-test: change create-test script to edit files in
place
-2006-11-09 15:14 Will Estes <wlestes at users.sourceforge.net>
+2006-11-09 Will Estes <wlestes at users.sourceforge.net>
- * tests/: test-array-nr/Makefile.am, test-array-r/Makefile.am,
- test-basic-nr/Makefile.am, test-basic-r/Makefile.am,
- test-bison-nr/Makefile.am, test-bison-yylloc/Makefile.am,
- test-bison-yylval/Makefile.am, test-c++-basic/Makefile.am,
- test-c++-multiple-scanners/Makefile.am,
- test-c++-yywrap/Makefile.am, test-c-cpp-nr/Makefile.am,
- test-c-cpp-r/Makefile.am, test-ccl/Makefile.am,
- test-debug-nr/Makefile.am, test-debug-r/Makefile.am,
- test-extended/Makefile.am, test-header-nr/Makefile.am,
- test-header-r/Makefile.am, test-include-by-buffer/Makefile.am,
- test-include-by-push/Makefile.am,
- test-include-by-reentrant/Makefile.am, test-linedir-r/Makefile.am,
- test-lineno-nr/Makefile.am, test-lineno-r/Makefile.am,
- test-mem-nr/Makefile.am, test-mem-r/Makefile.am,
- test-multiple-scanners-nr/Makefile.am,
- test-multiple-scanners-r/Makefile.am, test-noansi-nr/Makefile.am,
- test-noansi-r/Makefile.am, test-posix/Makefile.am,
- test-posixly-correct/Makefile.am, test-prefix-nr/Makefile.am,
- test-prefix-r/Makefile.am, test-pthread/Makefile.am,
- test-quotes/Makefile.am, test-reject/Makefile.am,
- test-rescan-nr/Makefile.am, test-rescan-r/Makefile.am,
- test-string-nr/Makefile.am, test-string-r/Makefile.am,
- test-top/Makefile.am, test-yyextra/Makefile.am: change CLEANFILES
- to include instead of just the testname for the executable
+ * tests/test-array-nr/Makefile.am, tests/test-array-r/Makefile.am,
+ tests/test-basic-nr/Makefile.am, tests/test-basic-r/Makefile.am,
+ tests/test-bison-nr/Makefile.am,
+ tests/test-bison-yylloc/Makefile.am,
+ tests/test-bison-yylval/Makefile.am,
+ tests/test-c++-basic/Makefile.am,
+ tests/test-c++-multiple-scanners/Makefile.am,
+ tests/test-c++-yywrap/Makefile.am, tests/test-c-cpp-nr/Makefile.am,
+ tests/test-c-cpp-r/Makefile.am, tests/test-ccl/Makefile.am,
+ tests/test-debug-nr/Makefile.am, tests/test-debug-r/Makefile.am,
+ tests/test-extended/Makefile.am, tests/test-header-nr/Makefile.am,
+ tests/test-header-r/Makefile.am,
+ tests/test-include-by-buffer/Makefile.am,
+ tests/test-include-by-push/Makefile.am,
+ tests/test-include-by-reentrant/Makefile.am,
+ tests/test-linedir-r/Makefile.am, tests/test-lineno-nr/Makefile.am,
+ tests/test-lineno-r/Makefile.am, tests/test-mem-nr/Makefile.am,
+ tests/test-mem-r/Makefile.am,
+ tests/test-multiple-scanners-nr/Makefile.am,
+ tests/test-multiple-scanners-r/Makefile.am,
+ tests/test-noansi-nr/Makefile.am, tests/test-noansi-r/Makefile.am,
+ tests/test-posix/Makefile.am,
+ tests/test-posixly-correct/Makefile.am,
+ tests/test-prefix-nr/Makefile.am, tests/test-prefix-r/Makefile.am,
+ tests/test-pthread/Makefile.am, tests/test-quotes/Makefile.am,
+ tests/test-reject/Makefile.am, tests/test-rescan-nr/Makefile.am,
+ tests/test-rescan-r/Makefile.am, tests/test-string-nr/Makefile.am,
+ tests/test-string-r/Makefile.am, tests/test-top/Makefile.am,
+ tests/test-yyextra/Makefile.am: change CLEANFILES to include
+ instead of just the testname for the executable
-2006-11-09 09:44 Will Estes <wlestes at users.sourceforge.net>
+2006-11-09 Will Estes <wlestes at users.sourceforge.net>
* doc/flex.texi: fix typos in manual; resolves bug #1592857
-2006-11-09 09:39 Will Estes <wlestes at users.sourceforge.net>
+2006-11-09 Will Estes <wlestes at users.sourceforge.net>
* tests/TEMPLATE/Makefile.am: change test template to remove test
executable when that executable has an extension, e.g. under Cygwin
-2006-11-08 10:28 Will Estes <wlestes at users.sourceforge.net>
+2006-11-08 Will Estes <wlestes at users.sourceforge.net>
* tests/Makefile.am: test names weren't displaying in test
success/failure messages (from #1591672
-2006-10-30 15:28 Will Estes <wlestes at users.sourceforge.net>
+2006-10-30 Will Estes <wlestes at users.sourceforge.net>
* doc/.cvsignore: add flex.html to .cvsignore in doc directory
-2006-10-22 18:42 Will Estes <wlestes at users.sourceforge.net>
+2006-10-22 Will Estes <wlestes at users.sourceforge.net>
* NEWS: update NEWS file for the work that millaway did
-2006-10-22 18:17 Will Estes <wlestes at users.sourceforge.net>
+2006-10-22 Will Estes <wlestes at users.sourceforge.net>
* FlexLexer.h, NEWS, main.c,
tests/test-c++-multiple-scanners/scanner-2.l: make yywrap work with
c++ scanners as per sf bug report
-2006-10-20 15:16 Will Estes <wlestes at users.sourceforge.net>
+2006-10-20 Will Estes <wlestes at users.sourceforge.net>
- * flex.skl, tests/test-c++-multiple-scanners/main.cpp,
- tests/test-c-cpp-nr/scanner.l, NEWS: memory leak issues in c++
- scanner
+ * NEWS, flex.skl, tests/test-c++-multiple-scanners/main.cpp,
+ tests/test-c-cpp-nr/scanner.l: memory leak issues in c++ scanner
-2006-10-20 13:10 Will Estes <wlestes at users.sourceforge.net>
+2006-10-20 Will Estes <wlestes at users.sourceforge.net>
- * configure.in, tests/Makefile.am, tests/descriptions,
+ * NEWS, configure.in, tests/Makefile.am, tests/descriptions,
*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
More information about the svn-src-vendor
mailing list