Imported Upstream version 2.6.4 upstream upstream/2.6.4
authorSlava Barinov <v.barinov@samsung.com>
Tue, 28 Aug 2018 12:03:50 +0000 (15:03 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Tue, 28 Aug 2018 12:03:50 +0000 (15:03 +0300)
commit0ab4f68428380e6fb079ba8f410e9eef8ccad611
tree22dbef6e18ad76c91be20301ca2e5f9a39a98915
parent2b8d32c7857a9ebd3a0b99e7d285687bde162b0f
Imported Upstream version 2.6.4
382 files changed:
ABOUT-NLS
ChangeLog
FlexLexer.h [deleted file]
INSTALL [deleted file]
Makefile.am
Makefile.in
NEWS
README [deleted file]
README.md [new file with mode: 0644]
TODO [deleted file]
aclocal.m4
autogen.sh
build-aux/compile [moved from compile with 97% similarity]
build-aux/config.guess [moved from config.guess with 85% similarity]
build-aux/config.rpath [moved from config.rpath with 100% similarity]
build-aux/config.sub [moved from config.sub with 92% similarity]
build-aux/depcomp [moved from depcomp with 59% similarity]
build-aux/install-sh [moved from install-sh with 56% similarity]
build-aux/ltmain.sh [moved from ltmain.sh with 65% similarity]
build-aux/mdate-sh [moved from doc/mdate-sh with 91% similarity]
build-aux/missing [new file with mode: 0755]
build-aux/test-driver [new file with mode: 0755]
build-aux/texinfo.tex [moved from doc/texinfo.tex with 97% similarity]
build-aux/ylwrap [new file with mode: 0755]
configure
configure.ac
doc/Makefile.am
doc/Makefile.in
doc/flex.1
doc/flex.info
doc/flex.info-1
doc/flex.info-2
doc/flex.pdf [deleted file]
doc/flex.texi
doc/stamp-vti
doc/version.texi
examples/Makefile.in
examples/fastwc/Makefile.in
examples/fastwc/mywc.c
examples/manual/Makefile.in
examples/testxxLexer.l
lib/Makefile.am [deleted file]
lib/Makefile.in [deleted file]
lib/lib.c [deleted file]
lib/malloc.c
lib/realloc.c
m4/ax_prog_cc_for_build.m4 [new file with mode: 0644]
m4/iconv.m4
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
missing [deleted file]
po/Makevars
po/POTFILES.in
po/ca.gmo
po/ca.po
po/da.gmo
po/da.po
po/de.gmo
po/de.po
po/en@boldquot.gmo
po/en@boldquot.po
po/en@quot.gmo
po/en@quot.po
po/eo.gmo
po/eo.po
po/es.gmo
po/es.po
po/fi.gmo
po/fi.po
po/flex.pot
po/fr.gmo
po/fr.po
po/ga.gmo
po/ga.po
po/hr.gmo
po/hr.po
po/ko.gmo
po/ko.po
po/nl.gmo
po/nl.po
po/pl.gmo
po/pl.po
po/pt_BR.gmo
po/pt_BR.po
po/ro.gmo
po/ro.po
po/ru.gmo
po/ru.po
po/sr.gmo
po/sr.po
po/sv.gmo
po/sv.po
po/tr.gmo
po/tr.po
po/vi.gmo
po/vi.po
po/zh_CN.gmo
po/zh_CN.po
po/zh_TW.gmo
po/zh_TW.po
scan.c [deleted file]
src/FlexLexer.h [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/buf.c [moved from buf.c with 76% similarity]
src/ccl.c [moved from ccl.c with 95% similarity]
src/config.h.in [moved from conf.in with 77% similarity]
src/dfa.c [moved from dfa.c with 91% similarity]
src/ecs.c [moved from ecs.c with 90% similarity]
src/filter.c [moved from filter.c with 88% similarity]
src/flex.skl [moved from flex.skl with 84% similarity]
src/flexdef.h [moved from flexdef.h with 76% similarity]
src/flexint.h [moved from flexint.h with 95% similarity]
src/gen.c [moved from gen.c with 87% similarity]
src/gettext.h [moved from gettext.h with 100% similarity]
src/libmain.c [moved from libmain.c with 90% similarity]
src/libyywrap.c [moved from libyywrap.c with 97% similarity]
src/main.c [moved from main.c with 92% similarity]
src/misc.c [moved from misc.c with 71% similarity]
src/mkskel.sh [moved from mkskel.sh with 64% similarity]
src/nfa.c [moved from nfa.c with 93% similarity]
src/options.c [moved from options.c with 98% similarity]
src/options.h [moved from options.h with 97% similarity]
src/parse.c [moved from parse.c with 66% similarity]
src/parse.h [moved from parse.h with 59% similarity]
src/parse.y [moved from parse.y with 93% similarity]
src/regex.c [moved from regex.c with 85% similarity]
src/scan.c [new file with mode: 0644]
src/scan.l [moved from scan.l with 78% similarity]
src/scanflags.c [moved from scanflags.c with 86% similarity]
src/scanopt.c [moved from scanopt.c with 83% similarity]
src/scanopt.h [moved from scanopt.h with 91% similarity]
src/skel.c [moved from skel.c with 77% similarity]
src/sym.c [moved from sym.c with 72% similarity]
src/tables.c [moved from tables.c with 87% similarity]
src/tables.h [moved from tables.h with 98% similarity]
src/tables_shared.c [moved from tables_shared.c with 96% similarity]
src/tables_shared.h [moved from tables_shared.h with 100% similarity]
src/tblcmp.c [moved from tblcmp.c with 91% similarity]
src/version.h [moved from version.h with 100% similarity]
src/yylex.c [moved from yylex.c with 90% similarity]
tests/Makefile.am
tests/Makefile.in
tests/README
tests/TEMPLATE/Makefile.am [deleted file]
tests/TEMPLATE/Makefile.in [deleted file]
tests/TEMPLATE/parser.y [deleted file]
tests/alloc_extra.l [moved from tests/test-alloc-extra/scanner.l with 89% similarity]
tests/alloc_extra.txt [moved from tests/test-yyextra/test.input with 100% similarity]
tests/array_nr.l [moved from tests/test-array-nr/scanner.l with 93% similarity]
tests/array_nr.txt [moved from tests/test-rescan-r/test.input with 100% similarity]
tests/array_r.l [moved from tests/test-array-r/scanner.l with 94% similarity]
tests/array_r.txt [moved from tests/test-rescan-nr/test.input with 100% similarity]
tests/basic_nr.l [moved from tests/test-basic-nr/scanner.l with 92% similarity]
tests/basic_nr.txt [moved from tests/test-noansi-nr/test.input with 100% similarity]
tests/basic_r.l [moved from tests/test-basic-r/scanner.l with 86% similarity]
tests/basic_r.txt [moved from tests/test-noansi-r/test.input with 100% similarity]
tests/bison_nr.txt [moved from tests/test-bison-yylloc/test.input with 100% similarity]
tests/bison_nr_main.c [moved from tests/test-bison-nr/main.c with 92% similarity]
tests/bison_nr_parser.y [moved from tests/test-bison-nr/parser.y with 92% similarity]
tests/bison_nr_scanner.l [moved from tests/test-bison-nr/scanner.l with 87% similarity]
tests/bison_yylloc.txt [moved from tests/test-bison-nr/test.input with 100% similarity]
tests/bison_yylloc_main.c [moved from tests/test-bison-yylval/main.c with 92% similarity]
tests/bison_yylloc_parser.y [moved from tests/test-bison-yylloc/parser.y with 80% similarity]
tests/bison_yylloc_scanner.l [moved from tests/test-bison-yylloc/scanner.l with 88% similarity]
tests/bison_yylval.txt [moved from tests/test-bison-yylval/test.input with 100% similarity]
tests/bison_yylval_main.c [moved from tests/test-bison-yylloc/main.c with 92% similarity]
tests/bison_yylval_parser.y [moved from tests/test-bison-yylval/parser.y with 87% similarity]
tests/bison_yylval_scanner.l [moved from tests/test-bison-yylval/scanner.l with 89% similarity]
tests/c_cxx_nr.lll [moved from tests/test-c-cpp-nr/scanner.l with 91% similarity]
tests/c_cxx_nr.txt [moved from tests/test-reject/test.input with 100% similarity]
tests/c_cxx_r.lll [moved from tests/test-c-cpp-r/scanner.l with 88% similarity]
tests/c_cxx_r.txt [moved from tests/test-quotes/test.input with 100% similarity]
tests/ccl.l [moved from tests/test-ccl/scanner.l with 97% similarity]
tests/ccl.txt [moved from tests/test-ccl/test.input with 100% similarity]
tests/create-test [deleted file]
tests/cxx_basic.ll [moved from tests/test-c++-basic/scanner.l with 93% similarity]
tests/cxx_basic.txt [moved from tests/test-c-cpp-r/test.input with 100% similarity]
tests/cxx_multiple_scanners.txt [moved from tests/test-c++-multiple-scanners/test.input with 100% similarity]
tests/cxx_multiple_scanners_1.ll [moved from tests/test-c++-multiple-scanners/scanner-1.l with 96% similarity]
tests/cxx_multiple_scanners_2.ll [moved from tests/test-c++-multiple-scanners/scanner-2.l with 96% similarity]
tests/cxx_multiple_scanners_main.cc [moved from tests/test-c++-multiple-scanners/main.cpp with 100% similarity]
tests/cxx_restart.ll [moved from tests/TEMPLATE/scanner.l with 77% similarity]
tests/cxx_restart.txt [moved from tests/test-c-cpp-nr/test.input with 100% similarity]
tests/cxx_yywrap.ll [moved from tests/test-c++-yywrap/scanner.l with 97% similarity]
tests/cxx_yywrap.txt [moved from tests/test-c++-yywrap/test.input with 100% similarity]
tests/debug_nr.l [moved from tests/test-debug-nr/scanner.l with 93% similarity]
tests/debug_nr.txt [moved from tests/test-debug-r/test.input with 100% similarity]
tests/debug_r.l [moved from tests/test-debug-r/scanner.l with 85% similarity]
tests/debug_r.txt [moved from tests/test-debug-nr/test.input with 100% similarity]
tests/extended.l [moved from tests/test-extended/scanner.l with 95% similarity]
tests/extended.txt [moved from tests/test-extended/test.input with 100% similarity]
tests/header_nr.txt [moved from tests/test-top/test.input with 100% similarity]
tests/header_nr_main.c [moved from tests/test-header-nr/main.c with 94% similarity]
tests/header_nr_scanner.l [moved from tests/test-header-nr/scanner.l with 91% similarity]
tests/header_r.txt [moved from tests/test-linedir-r/test.input with 100% similarity]
tests/header_r_main.c [moved from tests/test-header-r/main.c with 93% similarity]
tests/header_r_scanner.l [moved from tests/test-header-r/scanner.l with 92% similarity]
tests/include_by_buffer.direct.l [moved from tests/test-include-by-buffer/scanner.l with 89% similarity]
tests/include_by_buffer.direct.txt [new file with mode: 0644]
tests/include_by_buffer.direct_2.txt [new file with mode: 0644]
tests/include_by_buffer.direct_3.txt [new file with mode: 0644]
tests/include_by_push.direct.l [moved from tests/test-include-by-push/scanner.l with 84% similarity]
tests/include_by_push.direct.txt [new file with mode: 0644]
tests/include_by_push.direct_2.txt [new file with mode: 0644]
tests/include_by_push.direct_3.txt [new file with mode: 0644]
tests/include_by_reentrant.direct.l [moved from tests/test-include-by-reentrant/scanner.l with 77% similarity]
tests/include_by_reentrant.direct.txt [new file with mode: 0644]
tests/include_by_reentrant.direct_2.txt [new file with mode: 0644]
tests/include_by_reentrant.direct_3.txt [new file with mode: 0644]
tests/lineno_nr.l [moved from tests/test-lineno-nr/scanner.l with 93% similarity]
tests/lineno_nr.one.txt [moved from tests/test-lineno-r/test.input with 100% similarity]
tests/lineno_r.l [moved from tests/test-lineno-r/scanner.l with 88% similarity]
tests/lineno_r.one.txt [moved from tests/test-lineno-nr/test.input with 100% similarity]
tests/lineno_trailing.l [moved from tests/test-lineno-trailing/scanner.l with 93% similarity]
tests/lineno_trailing.one.txt [moved from tests/test-lineno-trailing/test.input with 100% similarity]
tests/mem_nr.l [moved from tests/test-mem-nr/scanner.l with 92% similarity]
tests/mem_nr.txt [moved from tests/test-mem-r/test.input with 100% similarity]
tests/mem_r.l [moved from tests/test-mem-r/scanner.l with 86% similarity]
tests/mem_r.txt [moved from tests/test-mem-nr/test.input with 100% similarity]
tests/multiple_scanners_nr_1.l [moved from tests/test-multiple-scanners-nr/scanner-1.l with 92% similarity]
tests/multiple_scanners_nr_2.l [moved from tests/test-multiple-scanners-nr/scanner-2.l with 92% similarity]
tests/multiple_scanners_nr_main.c [moved from tests/test-multiple-scanners-nr/main.c with 93% similarity]
tests/multiple_scanners_r_1.l [moved from tests/test-multiple-scanners-r/scanner-1.l with 89% similarity]
tests/multiple_scanners_r_2.l [moved from tests/test-multiple-scanners-r/scanner-2.l with 90% similarity]
tests/multiple_scanners_r_main.c [moved from tests/test-multiple-scanners-r/main.c with 72% similarity]
tests/no_bison_stub.c [new file with mode: 0644]
tests/options.cn [new file with mode: 0755]
tests/posix.l [moved from tests/test-posix/scanner.l with 89% similarity]
tests/posixly_correct.l [moved from tests/test-posixly-correct/scanner.l with 89% similarity]
tests/prefix_nr.l [moved from tests/test-prefix-nr/scanner.l with 95% similarity]
tests/prefix_nr.txt [moved from tests/test-prefix-r/test.input with 100% similarity]
tests/prefix_r.l [moved from tests/test-prefix-r/scanner.l with 96% similarity]
tests/prefix_r.txt [moved from tests/test-prefix-nr/test.input with 100% similarity]
tests/pthread.l [moved from tests/test-pthread/scanner.l with 87% similarity]
tests/pthread_1.txt [moved from tests/test-pthread/test-5.input with 100% similarity]
tests/pthread_2.txt [moved from tests/test-pthread/test-4.input with 100% similarity]
tests/pthread_3.txt [moved from tests/test-pthread/test-3.input with 100% similarity]
tests/pthread_4.txt [moved from tests/test-pthread/test-2.input with 100% similarity]
tests/pthread_5.txt [moved from tests/test-pthread/test-1.input with 100% similarity]
tests/quote_in_comment.l [new file with mode: 0644]
tests/quote_in_comment.txt [new file with mode: 0644]
tests/quotes.l [moved from tests/test-quotes/scanner.l with 68% similarity]
tests/quotes.txt [moved from tests/test-c++-basic/test.input with 100% similarity]
tests/reject.l4 [moved from tests/test-reject/scanner.l with 87% similarity]
tests/reject.txt [moved from tests/test-array-r/test.input with 100% similarity]
tests/rescan_nr.direct.l [moved from tests/test-rescan-nr/scanner.l with 89% similarity]
tests/rescan_nr.direct.txt [moved from tests/test-array-nr/test.input with 100% similarity]
tests/rescan_r.direct.l [moved from tests/test-rescan-r/scanner.l with 82% similarity]
tests/rescan_r.direct.txt [moved from tests/TEMPLATE/test.input with 100% similarity]
tests/string_nr.l [moved from tests/test-string-nr/scanner.l with 77% similarity]
tests/string_r.l [moved from tests/test-string-r/scanner.l with 70% similarity]
tests/tableopts.am [new file with mode: 0644]
tests/tableopts.l4 [moved from tests/test-table-opts/scanner.l with 94% similarity]
tests/tableopts.sh [new file with mode: 0755]
tests/tableopts.txt [moved from tests/test-table-opts/test.input with 100% similarity]
tests/test-alloc-extra/Makefile.am [deleted file]
tests/test-alloc-extra/Makefile.in [deleted file]
tests/test-array-nr/Makefile.am [deleted file]
tests/test-array-nr/Makefile.in [deleted file]
tests/test-array-r/Makefile.am [deleted file]
tests/test-array-r/Makefile.in [deleted file]
tests/test-basic-nr/Makefile.am [deleted file]
tests/test-basic-nr/Makefile.in [deleted file]
tests/test-basic-nr/test.input [deleted file]
tests/test-basic-r/Makefile.am [deleted file]
tests/test-basic-r/Makefile.in [deleted file]
tests/test-basic-r/test.input [deleted file]
tests/test-bison-nr/Makefile.am [deleted file]
tests/test-bison-nr/Makefile.in [deleted file]
tests/test-bison-yylloc/Makefile.am [deleted file]
tests/test-bison-yylloc/Makefile.in [deleted file]
tests/test-bison-yylval/Makefile.am [deleted file]
tests/test-bison-yylval/Makefile.in [deleted file]
tests/test-c++-basic/Makefile.am [deleted file]
tests/test-c++-basic/Makefile.in [deleted file]
tests/test-c++-multiple-scanners/Makefile.am [deleted file]
tests/test-c++-multiple-scanners/Makefile.in [deleted file]
tests/test-c++-yywrap/Makefile.am [deleted file]
tests/test-c++-yywrap/Makefile.in [deleted file]
tests/test-c-cpp-nr/Makefile.am [deleted file]
tests/test-c-cpp-nr/Makefile.in [deleted file]
tests/test-c-cpp-r/Makefile.am [deleted file]
tests/test-c-cpp-r/Makefile.in [deleted file]
tests/test-ccl/Makefile.am [deleted file]
tests/test-ccl/Makefile.in [deleted file]
tests/test-concatenated-options/Makefile.am [deleted file]
tests/test-concatenated-options/Makefile.in [deleted file]
tests/test-debug-nr/Makefile.am [deleted file]
tests/test-debug-nr/Makefile.in [deleted file]
tests/test-debug-r/Makefile.am [deleted file]
tests/test-debug-r/Makefile.in [deleted file]
tests/test-extended/Makefile.am [deleted file]
tests/test-extended/Makefile.in [deleted file]
tests/test-header-nr/Makefile.am [deleted file]
tests/test-header-nr/Makefile.in [deleted file]
tests/test-header-nr/test.input [deleted file]
tests/test-header-r/Makefile.am [deleted file]
tests/test-header-r/Makefile.in [deleted file]
tests/test-include-by-buffer/Makefile.am [deleted file]
tests/test-include-by-buffer/Makefile.in [deleted file]
tests/test-include-by-buffer/test-1.input [deleted file]
tests/test-include-by-buffer/test-2.input [deleted file]
tests/test-include-by-buffer/test-3.input [deleted file]
tests/test-include-by-push/Makefile.am [deleted file]
tests/test-include-by-push/Makefile.in [deleted file]
tests/test-include-by-push/test-1.input [deleted file]
tests/test-include-by-push/test-2.input [deleted file]
tests/test-include-by-push/test-3.input [deleted file]
tests/test-include-by-reentrant/Makefile.am [deleted file]
tests/test-include-by-reentrant/Makefile.in [deleted file]
tests/test-include-by-reentrant/test-1.input [deleted file]
tests/test-include-by-reentrant/test-2.input [deleted file]
tests/test-include-by-reentrant/test-3.input [deleted file]
tests/test-linedir-r/Makefile.am [deleted file]
tests/test-linedir-r/Makefile.in [deleted file]
tests/test-linedir-r/check-lines.awk [deleted file]
tests/test-linedir-r/main.c [deleted file]
tests/test-linedir-r/scanner.l [deleted file]
tests/test-lineno-nr/Makefile.am [deleted file]
tests/test-lineno-nr/Makefile.in [deleted file]
tests/test-lineno-r/Makefile.am [deleted file]
tests/test-lineno-r/Makefile.in [deleted file]
tests/test-lineno-trailing/Makefile.am [deleted file]
tests/test-lineno-trailing/Makefile.in [deleted file]
tests/test-mem-nr/Makefile.am [deleted file]
tests/test-mem-nr/Makefile.in [deleted file]
tests/test-mem-r/Makefile.am [deleted file]
tests/test-mem-r/Makefile.in [deleted file]
tests/test-multiple-scanners-nr/Makefile.am [deleted file]
tests/test-multiple-scanners-nr/Makefile.in [deleted file]
tests/test-multiple-scanners-r/Makefile.am [deleted file]
tests/test-noansi-nr/Makefile.am [deleted file]
tests/test-noansi-nr/Makefile.in [deleted file]
tests/test-noansi-nr/scanner.l [deleted file]
tests/test-noansi-r/Makefile.am [deleted file]
tests/test-noansi-r/Makefile.in [deleted file]
tests/test-noansi-r/scanner.l [deleted file]
tests/test-posix/Makefile.am [deleted file]
tests/test-posix/Makefile.in [deleted file]
tests/test-posixly-correct/Makefile.am [deleted file]
tests/test-posixly-correct/Makefile.in [deleted file]
tests/test-prefix-nr/Makefile.am [deleted file]
tests/test-prefix-nr/Makefile.in [deleted file]
tests/test-prefix-nr/README [deleted file]
tests/test-prefix-r/Makefile.am [deleted file]
tests/test-prefix-r/Makefile.in [deleted file]
tests/test-prefix-r/README [deleted file]
tests/test-pthread/Makefile.am [deleted file]
tests/test-pthread/Makefile.in [deleted file]
tests/test-quotes/Makefile.am [deleted file]
tests/test-quotes/Makefile.in [deleted file]
tests/test-reject/Makefile.am [deleted file]
tests/test-reject/Makefile.in [deleted file]
tests/test-rescan-nr/Makefile.am [deleted file]
tests/test-rescan-nr/Makefile.in [deleted file]
tests/test-rescan-r/Makefile.am [deleted file]
tests/test-rescan-r/Makefile.in [deleted file]
tests/test-string-nr/Makefile.am [deleted file]
tests/test-string-nr/Makefile.in [deleted file]
tests/test-string-r/Makefile.am [deleted file]
tests/test-string-r/Makefile.in [deleted file]
tests/test-table-opts/Makefile.am [deleted file]
tests/test-table-opts/Makefile.in [deleted file]
tests/test-top/Makefile.am [deleted file]
tests/test-top/Makefile.in [deleted file]
tests/test-yyextra/Makefile.am [deleted file]
tests/test-yyextra/Makefile.in [deleted file]
tests/testwrapper-direct.sh [new file with mode: 0755]
tests/testwrapper.sh [new file with mode: 0755]
tests/top.l [moved from tests/test-top/scanner.l with 94% similarity]
tests/top.txt [moved from tests/test-header-r/test.input with 100% similarity]
tests/top_main.c [moved from tests/test-top/main.c with 93% similarity]
tests/yyextra.l [moved from tests/test-yyextra/scanner.l with 89% similarity]
tests/yyextra.txt [moved from tests/test-alloc-extra/test.input with 100% similarity]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [moved from tests/test-multiple-scanners-r/Makefile.in with 70% similarity]
tools/git2cl [new file with mode: 0755]
ylwrap [deleted file]