Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/flex/dist Import flex 2.6.0



details:   https://anonhg.NetBSD.org/src/rev/89872f83db18
branches:  trunk
changeset: 342799:89872f83db18
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 09 15:43:18 2016 +0000

description:
Import flex 2.6.0

diffstat:

 external/bsd/flex/dist/ChangeLog                               |    911 +
 external/bsd/flex/dist/INSTALL                                 |     12 +-
 external/bsd/flex/dist/Makefile.am                             |    154 +-
 external/bsd/flex/dist/Makefile.in                             |    827 +-
 external/bsd/flex/dist/NEWS                                    |     38 +-
 external/bsd/flex/dist/aclocal.m4                              |    747 +-
 external/bsd/flex/dist/autogen.sh                              |      3 +-
 external/bsd/flex/dist/build-aux/compile                       |    347 +
 external/bsd/flex/dist/build-aux/config.guess                  |   1421 +
 external/bsd/flex/dist/build-aux/config.rpath                  |    690 +
 external/bsd/flex/dist/build-aux/config.sub                    |   1807 +
 external/bsd/flex/dist/build-aux/depcomp                       |    791 +
 external/bsd/flex/dist/build-aux/install-sh                    |    501 +
 external/bsd/flex/dist/build-aux/ltmain.sh                     |  11147 +++++
 external/bsd/flex/dist/build-aux/mdate-sh                      |    224 +
 external/bsd/flex/dist/build-aux/missing                       |    215 +
 external/bsd/flex/dist/build-aux/test-driver                   |    148 +
 external/bsd/flex/dist/build-aux/texinfo.tex                   |  10079 ++++
 external/bsd/flex/dist/build-aux/ylwrap                        |    247 +
 external/bsd/flex/dist/configure                               |  20716 +++++----
 external/bsd/flex/dist/configure.ac                            |     69 +-
 external/bsd/flex/dist/doc/Makefile.am                         |      4 +-
 external/bsd/flex/dist/doc/Makefile.in                         |    233 +-
 external/bsd/flex/dist/doc/flex.1                              |     23 +-
 external/bsd/flex/dist/doc/flex.info                           |    485 +-
 external/bsd/flex/dist/doc/flex.info-1                         |    Bin 
 external/bsd/flex/dist/doc/flex.info-2                         |    Bin 
 external/bsd/flex/dist/doc/flex.pdf                            |    Bin 
 external/bsd/flex/dist/doc/flex.texi                           |     32 +-
 external/bsd/flex/dist/doc/stamp-vti                           |      8 +-
 external/bsd/flex/dist/doc/version.texi                        |      8 +-
 external/bsd/flex/dist/examples/Makefile.in                    |    284 +-
 external/bsd/flex/dist/examples/fastwc/Makefile.in             |    123 +-
 external/bsd/flex/dist/examples/fastwc/mywc.c                  |      2 +-
 external/bsd/flex/dist/examples/manual/Makefile.in             |    124 +-
 external/bsd/flex/dist/lib/Makefile.am                         |      2 +-
 external/bsd/flex/dist/lib/Makefile.in                         |    269 +-
 external/bsd/flex/dist/lib/malloc.c                            |     34 +-
 external/bsd/flex/dist/lib/realloc.c                           |      2 +
 external/bsd/flex/dist/m4/gettext.m4                           |     58 +-
 external/bsd/flex/dist/m4/iconv.m4                             |    110 +-
 external/bsd/flex/dist/m4/intlmacosx.m4                        |     25 +-
 external/bsd/flex/dist/m4/lib-ld.m4                            |     77 +-
 external/bsd/flex/dist/m4/lib-link.m4                          |     43 +-
 external/bsd/flex/dist/m4/lib-prefix.m4                        |      2 +-
 external/bsd/flex/dist/m4/libtool.m4                           |   2610 +-
 external/bsd/flex/dist/m4/ltoptions.m4                         |    127 +-
 external/bsd/flex/dist/m4/ltsugar.m4                           |      7 +-
 external/bsd/flex/dist/m4/ltversion.m4                         |     12 +-
 external/bsd/flex/dist/m4/lt~obsolete.m4                       |      7 +-
 external/bsd/flex/dist/m4/nls.m4                               |      2 +-
 external/bsd/flex/dist/m4/po.m4                                |     38 +-
 external/bsd/flex/dist/m4/progtest.m4                          |     21 +-
 external/bsd/flex/dist/po/Makefile.in.in                       |     53 +-
 external/bsd/flex/dist/po/POTFILES.in                          |     36 +-
 external/bsd/flex/dist/po/Rules-quot                           |     15 +-
 external/bsd/flex/dist/po/ca.po                                |    338 +-
 external/bsd/flex/dist/po/da.po                                |    364 +-
 external/bsd/flex/dist/po/de.po                                |    338 +-
 external/bsd/flex/dist/po/en%boldquot.gmo@localhost                      |    Bin 
 external/bsd/flex/dist/po/en%boldquot.po@localhost                       |    344 +-
 external/bsd/flex/dist/po/en%quot.gmo@localhost                          |    Bin 
 external/bsd/flex/dist/po/en%quot.po@localhost                           |    344 +-
 external/bsd/flex/dist/po/eo.gmo                               |    Bin 
 external/bsd/flex/dist/po/eo.po                                |    338 +-
 external/bsd/flex/dist/po/es.po                                |    336 +-
 external/bsd/flex/dist/po/fi.gmo                               |    Bin 
 external/bsd/flex/dist/po/fi.po                                |    338 +-
 external/bsd/flex/dist/po/flex.pot                             |    338 +-
 external/bsd/flex/dist/po/fr.po                                |    338 +-
 external/bsd/flex/dist/po/ga.po                                |    338 +-
 external/bsd/flex/dist/po/hr.gmo                               |    Bin 
 external/bsd/flex/dist/po/hr.po                                |    336 +-
 external/bsd/flex/dist/po/ko.po                                |    336 +-
 external/bsd/flex/dist/po/nl.po                                |    338 +-
 external/bsd/flex/dist/po/pl.po                                |    338 +-
 external/bsd/flex/dist/po/pt_BR.po                             |    338 +-
 external/bsd/flex/dist/po/ro.po                                |    338 +-
 external/bsd/flex/dist/po/ru.po                                |    338 +-
 external/bsd/flex/dist/po/sr.gmo                               |    Bin 
 external/bsd/flex/dist/po/sr.po                                |    338 +-
 external/bsd/flex/dist/po/sv.po                                |    338 +-
 external/bsd/flex/dist/po/tr.po                                |    338 +-
 external/bsd/flex/dist/po/vi.po                                |    338 +-
 external/bsd/flex/dist/po/zh_CN.po                             |    762 +-
 external/bsd/flex/dist/po/zh_TW.gmo                            |    Bin 
 external/bsd/flex/dist/po/zh_TW.po                             |    338 +-
 external/bsd/flex/dist/src/FlexLexer.h                         |    225 +
 external/bsd/flex/dist/src/Makefile.am                         |    144 +
 external/bsd/flex/dist/src/Makefile.in                         |   1010 +
 external/bsd/flex/dist/src/buf.c                               |    274 +
 external/bsd/flex/dist/src/ccl.c                               |    310 +
 external/bsd/flex/dist/src/config.h.in                         |    217 +
 external/bsd/flex/dist/src/dfa.c                               |   1096 +
 external/bsd/flex/dist/src/ecs.c                               |    219 +
 external/bsd/flex/dist/src/filter.c                            |    439 +
 external/bsd/flex/dist/src/flex.skl                            |   3552 +
 external/bsd/flex/dist/src/flexdef.h                           |   1232 +
 external/bsd/flex/dist/src/flexint.h                           |     63 +
 external/bsd/flex/dist/src/gen.c                               |   2195 +
 external/bsd/flex/dist/src/gettext.h                           |     59 +
 external/bsd/flex/dist/src/libmain.c                           |     34 +
 external/bsd/flex/dist/src/libyywrap.c                         |     29 +
 external/bsd/flex/dist/src/main.c                              |   1866 +
 external/bsd/flex/dist/src/misc.c                              |   1015 +
 external/bsd/flex/dist/src/mkskel.sh                           |     37 +
 external/bsd/flex/dist/src/nfa.c                               |    719 +
 external/bsd/flex/dist/src/options.c                           |    282 +
 external/bsd/flex/dist/src/options.h                           |    135 +
 external/bsd/flex/dist/src/parse.c                             |   2953 +
 external/bsd/flex/dist/src/parse.h                             |    154 +
 external/bsd/flex/dist/src/parse.y                             |   1090 +
 external/bsd/flex/dist/src/regex.c                             |    171 +
 external/bsd/flex/dist/src/scan.c                              |   5104 ++
 external/bsd/flex/dist/src/scan.l                              |   1029 +
 external/bsd/flex/dist/src/scanflags.c                         |     68 +
 external/bsd/flex/dist/src/scanopt.c                           |    866 +
 external/bsd/flex/dist/src/scanopt.h                           |    132 +
 external/bsd/flex/dist/src/skel.c                              |   3835 +
 external/bsd/flex/dist/src/sym.c                               |    272 +
 external/bsd/flex/dist/src/tables.c                            |    502 +
 external/bsd/flex/dist/src/tables.h                            |     85 +
 external/bsd/flex/dist/src/tables_shared.c                     |     70 +
 external/bsd/flex/dist/src/tables_shared.h                     |    144 +
 external/bsd/flex/dist/src/tblcmp.c                            |    853 +
 external/bsd/flex/dist/src/version.h                           |      1 +
 external/bsd/flex/dist/src/yylex.c                             |    212 +
 external/bsd/flex/dist/tests/Makefile.am                       |    573 +-
 external/bsd/flex/dist/tests/Makefile.in                       |   3138 +-
 external/bsd/flex/dist/tests/README                            |     72 +-
 external/bsd/flex/dist/tests/alloc_extra.l                     |    123 +
 external/bsd/flex/dist/tests/alloc_extra.txt                   |    795 +
 external/bsd/flex/dist/tests/array_nr.l                        |     55 +
 external/bsd/flex/dist/tests/array_nr.txt                      |      2 +
 external/bsd/flex/dist/tests/array_r.l                         |     62 +
 external/bsd/flex/dist/tests/array_r.txt                       |      2 +
 external/bsd/flex/dist/tests/basic_nr.l                        |     64 +
 external/bsd/flex/dist/tests/basic_nr.txt                      |      5 +
 external/bsd/flex/dist/tests/basic_r.l                         |     68 +
 external/bsd/flex/dist/tests/basic_r.txt                       |      4 +
 external/bsd/flex/dist/tests/bison_nr.txt                      |      4 +
 external/bsd/flex/dist/tests/bison_nr_main.c                   |     42 +
 external/bsd/flex/dist/tests/bison_nr_parser.y                 |     98 +
 external/bsd/flex/dist/tests/bison_nr_scanner.l                |     62 +
 external/bsd/flex/dist/tests/bison_yylloc.txt                  |      4 +
 external/bsd/flex/dist/tests/bison_yylloc_main.c               |     44 +
 external/bsd/flex/dist/tests/bison_yylloc_parser.y             |    102 +
 external/bsd/flex/dist/tests/bison_yylloc_scanner.l            |     65 +
 external/bsd/flex/dist/tests/bison_yylval.txt                  |      5 +
 external/bsd/flex/dist/tests/bison_yylval_main.c               |     43 +
 external/bsd/flex/dist/tests/bison_yylval_parser.y             |     84 +
 external/bsd/flex/dist/tests/bison_yylval_scanner.l            |     81 +
 external/bsd/flex/dist/tests/c_cxx_nr.lll                      |     57 +
 external/bsd/flex/dist/tests/c_cxx_nr.txt                      |      2 +
 external/bsd/flex/dist/tests/c_cxx_r.lll                       |     61 +
 external/bsd/flex/dist/tests/c_cxx_r.txt                       |      2 +
 external/bsd/flex/dist/tests/ccl.l                             |     95 +
 external/bsd/flex/dist/tests/ccl.txt                           |     27 +
 external/bsd/flex/dist/tests/cxx_basic.ll                      |     50 +
 external/bsd/flex/dist/tests/cxx_basic.txt                     |      2 +
 external/bsd/flex/dist/tests/cxx_multiple_scanners.txt         |      1 +
 external/bsd/flex/dist/tests/cxx_multiple_scanners_1.ll        |     44 +
 external/bsd/flex/dist/tests/cxx_multiple_scanners_2.ll        |     48 +
 external/bsd/flex/dist/tests/cxx_multiple_scanners_main.cc     |     56 +
 external/bsd/flex/dist/tests/cxx_yywrap.ll                     |     70 +
 external/bsd/flex/dist/tests/cxx_yywrap.txt                    |      2 +
 external/bsd/flex/dist/tests/debug_nr.l                        |     52 +
 external/bsd/flex/dist/tests/debug_nr.txt                      |      2 +
 external/bsd/flex/dist/tests/debug_r.l                         |     59 +
 external/bsd/flex/dist/tests/debug_r.txt                       |      2 +
 external/bsd/flex/dist/tests/extended.l                        |     73 +
 external/bsd/flex/dist/tests/extended.txt                      |      2 +
 external/bsd/flex/dist/tests/header_nr.txt                     |      3 +
 external/bsd/flex/dist/tests/header_nr_main.c                  |     40 +
 external/bsd/flex/dist/tests/header_nr_scanner.l               |     42 +
 external/bsd/flex/dist/tests/header_r.txt                      |      3 +
 external/bsd/flex/dist/tests/header_r_main.c                   |     67 +
 external/bsd/flex/dist/tests/header_r_scanner.l                |     46 +
 external/bsd/flex/dist/tests/include_by_buffer.direct.l        |    102 +
 external/bsd/flex/dist/tests/include_by_buffer.direct.txt      |      3 +
 external/bsd/flex/dist/tests/include_by_buffer.direct_2.txt    |      3 +
 external/bsd/flex/dist/tests/include_by_buffer.direct_3.txt    |      2 +
 external/bsd/flex/dist/tests/include_by_push.direct.l          |     92 +
 external/bsd/flex/dist/tests/include_by_push.direct.txt        |      3 +
 external/bsd/flex/dist/tests/include_by_push.direct_2.txt      |      3 +
 external/bsd/flex/dist/tests/include_by_push.direct_3.txt      |      2 +
 external/bsd/flex/dist/tests/include_by_reentrant.direct.l     |    101 +
 external/bsd/flex/dist/tests/include_by_reentrant.direct.txt   |      3 +
 external/bsd/flex/dist/tests/include_by_reentrant.direct_2.txt |      3 +
 external/bsd/flex/dist/tests/include_by_reentrant.direct_3.txt |      2 +
 external/bsd/flex/dist/tests/lineno_nr.l                       |     96 +
 external/bsd/flex/dist/tests/lineno_nr.one.txt                 |     19 +
 external/bsd/flex/dist/tests/lineno_r.l                        |     99 +
 external/bsd/flex/dist/tests/lineno_r.one.txt                  |     19 +
 external/bsd/flex/dist/tests/lineno_trailing.l                 |     89 +
 external/bsd/flex/dist/tests/lineno_trailing.one.txt           |     13 +
 external/bsd/flex/dist/tests/mem_nr.l                          |    179 +
 external/bsd/flex/dist/tests/mem_nr.txt                        |     25 +
 external/bsd/flex/dist/tests/mem_r.l                           |    187 +
 external/bsd/flex/dist/tests/mem_r.txt                         |     25 +
 external/bsd/flex/dist/tests/multiple_scanners_nr_1.l          |     50 +
 external/bsd/flex/dist/tests/multiple_scanners_nr_2.l          |     49 +
 external/bsd/flex/dist/tests/multiple_scanners_nr_main.c       |     51 +
 external/bsd/flex/dist/tests/multiple_scanners_r_1.l           |     50 +
 external/bsd/flex/dist/tests/multiple_scanners_r_2.l           |     49 +
 external/bsd/flex/dist/tests/multiple_scanners_r_main.c        |     65 +
 external/bsd/flex/dist/tests/noansi_nr.l                       |     67 +
 external/bsd/flex/dist/tests/noansi_nr.txt                     |      5 +
 external/bsd/flex/dist/tests/noansi_r.l                        |     69 +
 external/bsd/flex/dist/tests/noansi_r.txt                      |      4 +
 external/bsd/flex/dist/tests/options.cn                        |      5 +
 external/bsd/flex/dist/tests/posix.l                           |     79 +
 external/bsd/flex/dist/tests/posixly_correct.l                 |     79 +
 external/bsd/flex/dist/tests/prefix_nr.l                       |     75 +
 external/bsd/flex/dist/tests/prefix_nr.txt                     |      1 +
 external/bsd/flex/dist/tests/prefix_r.l                        |     83 +
 external/bsd/flex/dist/tests/prefix_r.txt                      |      1 +
 external/bsd/flex/dist/tests/pthread.l                         |    210 +
 external/bsd/flex/dist/tests/pthread_1.txt                     |    847 +
 external/bsd/flex/dist/tests/pthread_2.txt                     |    847 +
 external/bsd/flex/dist/tests/pthread_3.txt                     |    847 +
 external/bsd/flex/dist/tests/pthread_4.txt                     |    847 +
 external/bsd/flex/dist/tests/pthread_5.txt                     |    847 +
 external/bsd/flex/dist/tests/quotes.l                          |    101 +
 external/bsd/flex/dist/tests/quotes.txt                        |      2 +
 external/bsd/flex/dist/tests/reject.l4                         |     82 +
 external/bsd/flex/dist/tests/reject.txt                        |      2 +
 external/bsd/flex/dist/tests/rescan_nr.direct.l                |     72 +
 external/bsd/flex/dist/tests/rescan_nr.direct.txt              |      2 +
 external/bsd/flex/dist/tests/rescan_r.direct.l                 |     97 +
 external/bsd/flex/dist/tests/rescan_r.direct.txt               |      2 +
 external/bsd/flex/dist/tests/string_nr.l                       |     96 +
 external/bsd/flex/dist/tests/string_r.l                        |    103 +
 external/bsd/flex/dist/tests/tableopts.am                      |    333 +
 external/bsd/flex/dist/tests/tableopts.l4                      |     84 +
 external/bsd/flex/dist/tests/tableopts.sh                      |     44 +
 external/bsd/flex/dist/tests/tableopts.txt                     |      2 +
 external/bsd/flex/dist/tests/testwrapper.sh                    |     53 +
 external/bsd/flex/dist/tests/top.l                             |     53 +
 external/bsd/flex/dist/tests/top.txt                           |      3 +
 external/bsd/flex/dist/tests/top_main.c                        |     67 +
 external/bsd/flex/dist/tests/yyextra.l                         |    121 +
 external/bsd/flex/dist/tests/yyextra.txt                       |    795 +
 243 files changed, 94184 insertions(+), 17963 deletions(-)

diffs (truncated from 135699 to 300 lines):

diff -r f70fb024dae2 -r 89872f83db18 external/bsd/flex/dist/ChangeLog
--- a/external/bsd/flex/dist/ChangeLog  Sat Jan 09 14:31:19 2016 +0000
+++ b/external/bsd/flex/dist/ChangeLog  Sat Jan 09 15:43:18 2016 +0000
@@ -1,3 +1,914 @@
+2015-11-17  Will Estes <westes575%gmail.com@localhost>
+
+       * configure.ac: Declared version 2.6.0
+
+2015-11-17  Will Estes <westes575%gmail.com@localhost>
+
+       * NEWS: Dated, described flex release 2.6.0
+
+2015-11-13  Will Estes <westes575%gmail.com@localhost>
+
+       * NEWS, configure.ac: Declared version 2.6.0rc1
+
+2015-11-13  lukeallardyce <lukeallardyce%users.sourceforge.net@localhost>
+
+       * src/Makefile.am: Supplied versioning information in flex
+       libraries.  Resolves sourceforge bug #182. On OSX, and possibly other platforms,
+       building the libfl libraries without versioning information caused a
+       build failures.
+
+2015-11-12  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/Makefile.am: Cleaned up more precisely after make check.  BUILT_SOURCES is now just the list of headers built as per the
+       automake manual. We provide the list of files to clean to make
+       rebuilding the test suite programs easier. We then use the
+       CLEANFILES list in a dist-hook to clean up the distribution that
+       automake gathers since not distributing flex generated files is
+       foreign to automake's mindset, but we need exactly that.  Additionally, we locate inputs to the tables-related tests more
+       precisely. Some files are in srcdir and some are in builddir, which
+       the arguments to the log compiler are now made aware of.
+
+2015-11-11  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/Makefile.am: Pulled out scripts in tests/Makefile.am
+
+2015-11-11  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/Makefile.am: Added srcdir to tableopts.am include
+
+2015-11-11  Will Estes <westes575%gmail.com@localhost>
+
+       * doc/Makefile.am: Changed man page dependencies.  The man page is just the --help output as reformatted by help2man.
+       The --help option is most likely to change when the flex skeleton
+       changes or one of the option parsing files changes or the
+       configure.ac script itself changes. The dependencies reflect this
+       now.  It is still necessary, under some circumstances, to rebuild flex
+       explicitly before building the man page. In theory, it's possible to
+       have automake arrange to do this all the time, but doing so works
+       out to be fragile, given the rest of the build system.
+
+2015-11-10  Will Estes <westes575%gmail.com@localhost>
+
+       * autogen.sh: Called libtoolize directly because autoreconf fails to
+       pick up LT_INIT properly
+
+2015-11-10  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/Makefile.am: Added tableopts.sh to EXTRA_DIST
+
+2015-11-08  Mightyjo <mightyjo%gmail.com@localhost>
+
+       * tests/Makefile.am: Made tests depend on the built flex binary.
+
+2015-11-08  Mightyjo <mightyjo%gmail.com@localhost>
+
+       * : commit cf6cb4dce791c26567cc506770ca96b4f4118024 Author: Mightyjo
+       <mightyjo%gmail.com@localhost> Date:   Sat Nov 7 23:11:35 2015 -0800
+
+2015-11-04  Mightyjo <mightyjo%gmail.com@localhost>
+
+       * doc/flex.texi: Updated documentation to reflect the revisions to
+       FlexLexer.h
+
+2015-10-26  Mightyjo <mightyjo%gmail.com@localhost>
+
+       * src/FlexLexer.h, src/flex.skl: Changed several pointers to istream
+       (and ostream) to references in c++-only sections of the skeleton.  Patched up a variety of expected errors caused by changing istream*
+       to istream&.  Added a stray 'make' at line 545.  Oops.  Changed the buffer_state struct to store std::streambuf* instead of
+       std::istream* for C++ mode.  Changed interfaces in FlexLexer.h to
+       take std::istream& instead of *.  Backward compatibility temporarily
+       broken.  Patched up backward compatibility with reasonable behavior in the
+       presence of null pointers.  Re-added backward-compatible versions of the yyFlexLexer methods
+       that take iostream pointers.  All tests passing.
+
+2015-09-29  Translation Project <coordinator%translationproject.org@localhost>
+
+       * po/zh_CN.po: new zh_CN translation from the translation project
+
+2015-07-27  Jaska Uimonen <jaska.uimonen%helsinki.fi@localhost>
+
+       * src/gen.c: fix possible resource leak with yynultrans_tbl
+
+2015-07-27  Jaska Uimonen <jaska.uimonen%helsinki.fi@localhost>
+
+       * src/dfa.c: fix possible uninitialized array values
+
+2015-08-05  Will Estes <westes575%gmail.com@localhost>
+
+       * doc/flex.texi: add %{...%} block to example in manual
+
+2015-07-15  Will Estes <westes575%gmail.com@localhost>
+
+       * configure.ac: initialize libtool earlier in build system
+       generation
+
+2015-05-08  Translation Project <translation%translationproject.org@localhost>
+
+       * po/da.po: new da translation from the Translation Project
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * src/gen.c, src/scan.l, tests/bison_nr_parser.y,
+       tests/bison_yylloc_parser.y, tests/bison_yylval_parser.y,
+       tests/multiple_scanners_nr_main.c: Fix `label unused` warning
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * src/flex.skl: Fix two "signed/unsigned" warnings
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * tests/alloc_extra.l, tests/array_nr.l, tests/array_r.l,
+       tests/basic_nr.l, tests/basic_r.l, tests/bison_nr_scanner.l,
+       tests/bison_yylloc_scanner.l, tests/bison_yylval_scanner.l,
+       tests/ccl.l, tests/cxx_basic.ll, tests/debug_nr.l, tests/debug_r.l,
+       tests/extended.l, tests/header_nr_scanner.l,
+       tests/header_r_scanner.l, tests/include_by_buffer.direct.l,
+       tests/include_by_push.direct.l,
+       tests/include_by_reentrant.direct.l, tests/lineno_nr.l,
+       tests/lineno_r.l, tests/lineno_trailing.l, tests/mem_nr.l,
+       tests/mem_r.l, tests/multiple_scanners_nr_1.l,
+       tests/multiple_scanners_nr_2.l, tests/multiple_scanners_r_1.l,
+       tests/multiple_scanners_r_2.l, tests/noansi_nr.l, tests/noansi_r.l,
+       tests/posix.l, tests/posixly_correct.l, tests/prefix_nr.l,
+       tests/prefix_r.l, tests/pthread.l, tests/quotes.l, tests/reject.l4,
+       tests/rescan_nr.direct.l, tests/rescan_r.direct.l,
+       tests/string_nr.l, tests/string_r.l, tests/tableopts.l4,
+       tests/top.l, tests/yyextra.l: Fix `unused function` warnings in
+       tests
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * tests/bison_nr_parser.y, tests/bison_yylloc_parser.y,
+       tests/bison_yylval_parser.y: Fix `implicit function declaration`
+       warnings in tests
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * tests/header_r_main.c, tests/multiple_scanners_nr_main.c,
+       tests/reject.l4, tests/tableopts.l4, tests/top_main.c: Remove a few
+       `unused variable` warnings
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * src/filter.c: Remove unused variable from
+       src/filter.c:filter_fix_linedirs
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * src/scanopt.c: Remove unused argument and variable from
+       src/scanopt.c:scanopt_err
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * src/flex.skl, src/libmain.c, src/parse.y, tests/bison_nr_main.c,
+       tests/bison_yylloc_main.c, tests/bison_yylloc_parser.y,
+       tests/bison_yylval_main.c, tests/bison_yylval_parser.y,
+       tests/header_nr_main.c, tests/header_r_main.c, tests/lineno_nr.l,
+       tests/lineno_r.l, tests/lineno_trailing.l, tests/mem_r.l,
+       tests/multiple_scanners_nr_main.c,
+       tests/multiple_scanners_r_main.c, tests/pthread.l,
+       tests/rescan_nr.direct.l, tests/rescan_r.direct.l, tests/top_main.c: 
+       Fix a few "unused parameter" warnings
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * src/main.c: Fix warning about redefined macro when multiple
+       scanners are used.
+
+2014-07-25  Mariusz PluciÅ?ski <mplucinski%mplucinski.com@localhost>
+
+       * tests/bison_nr_parser.y: Avoid passing `const char*` argument as
+       `char*` in test-bison-nr
+
+2014-11-21  Alexis La Goutte <alexis.lagoutte%gmail.com@localhost>
+
+       * src/misc.c, src/regex.c, src/tables.c, src/tables_shared.c: Fix
+       -Wdocumentation warnings
+
+2014-11-16  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/README: document new suite layout
+
+2014-11-16  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/TEMPLATE/.gitignore, tests/TEMPLATE/Makefile.am,
+       tests/TEMPLATE/cvsignore, tests/TEMPLATE/parser.y,
+       tests/TEMPLATE/scanner.l, tests/TEMPLATE/test.input,
+       tests/create-test, tests/descriptions: remove unused files after
+       test suite refactor
+
+2014-11-14  Will Estes <westes575%gmail.com@localhost>
+
+       * .gitignore, doc/.gitignore: Ignore directories build-aux/, m4/ Since build-aux/ now contains a number of files previously at the
+       top level, we ignore build-aux/. Therefore, it's not necessary to
+       list any files that are now kept in it. Also, explicitly mark m4/ as
+       a directory to ignore.
+
+2014-11-14  Will Estes <westes575%gmail.com@localhost>
+
+       * configure.ac: added back call to AC_CONFIG_AUX_DIR.  In an effort to reduce top level directory clutter, reintroduced the
+       call to AC_CONFIG_AUX_DIR. Moved the call to LT_INIT to after that
+       call so configure will be able to find its files.
+
+2014-07-18  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/tableopts.sh, tests/testwrapper.sh: use unofficial bash
+       strict mode and cleanups in supporting bash scripts
+
+2014-07-18  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/.gitignore, tests/Makefile.am, tests/tableopts.am,
+       tests/tableopts.l4, tests/tableopts.sh, tests/tableopts.txt,
+       tests/test-table-opts/.gitignore,
+       tests/test-table-opts/Makefile.am, tests/test-table-opts/scanner.l,
+       tests/test-table-opts/test.input: split apart table options tests
+       into tests per threading, table option, serialization and
+       verification
+
+2014-07-17  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/tableopts.sh: add tableopts.sh script
+
+2014-07-02  Will Estes <westes575%gmail.com@localhost>
+
+       * configure.ac, tests/Makefile.am: use automake conditional  around
+       pthread test
+
+2014-07-01  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/.gitignore, tests/Makefile.am, tests/lineno_trailing.l,
+       tests/lineno_trailing.one.txt,
+       tests/test-lineno-trailing/.gitignore,
+       tests/test-lineno-trailing/Makefile.am,
+       tests/test-lineno-trailing/scanner.l,
+       tests/test-lineno-trailing/test.input: refactor lineno_trailing test
+       for new test suite layout
+
+2014-07-01  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/.gitignore, tests/Makefile.am, tests/lineno_r.l,
+       tests/lineno_r.one.txt, tests/test-lineno-r/.gitignore,
+       tests/test-lineno-r/Makefile.am, tests/test-lineno-r/scanner.l,
+       tests/test-lineno-r/test.input: refactor lineno_r test for new test
+       suite layout
+
+2014-07-01  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/.gitignore, tests/Makefile.am, tests/lineno_nr.l,
+       tests/lineno_nr.one.txt, tests/test-lineno-nr/.gitignore,
+       tests/test-lineno-nr/Makefile.am, tests/test-lineno-nr/scanner.l,
+       tests/test-lineno-nr/test.input, tests/testwrapper.sh: refactor
+       lineno_nr test for new test suite layout
+
+2014-06-30  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/test-linedir-r/.gitignore,
+       tests/test-linedir-r/Makefile.am,
+       tests/test-linedir-r/check-lines.awk, tests/test-linedir-r/main.c,
+       tests/test-linedir-r/scanner.l, tests/test-linedir-r/test.input: 
+       Remove linedir_r test.  The linedir_r test tested the implementation of line number
+       tracking, not its results.
+
+2014-06-24  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/.gitignore, tests/Makefile.am, tests/pthread.l,
+       tests/pthread_1.txt, tests/pthread_2.txt, tests/pthread_3.txt,
+       tests/pthread_4.txt, tests/pthread_5.txt,
+       tests/test-pthread/.gitignore, tests/test-pthread/Makefile.am,
+       tests/test-pthread/scanner.l, tests/test-pthread/test-1.input,
+       tests/test-pthread/test-2.input, tests/test-pthread/test-3.input,
+       tests/test-pthread/test-4.input, tests/test-pthread/test-5.input: 
+       refactor pthread test for new test suite layout
+
+2014-06-24  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/Makefile.am: build reject_[vs]er tests explicitly to pass
+       proper compiler flags
+
+2014-06-24  Will Estes <westes575%gmail.com@localhost>
+
+       * tests/.gitignore, tests/Makefile.am, tests/cxx_yywrap.ll,
+       tests/cxx_yywrap.txt, tests/test-c++-yywrap/.gitignore,
+       tests/test-c++-yywrap/Makefile.am, tests/test-c++-yywrap/scanner.l,
+       tests/test-c++-yywrap/test.input, tests/testwrapper.sh: refactor
+       cxx_yywrap test for new test suite layout
+



Home | Main Index | Thread Index | Old Index