Lines Matching +refs:po +refs:find +refs:c +refs:string
3 * po/ca.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po,
4 po/fr.po, po/ga.po, po/hr.po, po/ko.po, po/nl.po, po/pl.po,
5 po/pt_BR.po, po/ro.po, po/ru.po, po/sr.po, po/sv.po, po/tr.po,
6 po/vi.po, po/zh_CN.po, po/zh_TW.po: gettext: pulled latest
28 building skel.c
37 * src/flex.skl, src/main.c: Don't leak macro definitions into header
61 * src/Makefile.am, src/misc.c, src/mkskel.sh: build: Delete comments
63 skel.c, we remove them. THis reduces the size of the resulting
75 * po/POTFILES.in: gettext: revert listing generated .c files
79 * src/filter.c: FLEX_EXIT() is the preferred way to exit flex
83 …* src/misc.c: Fix myesc() 'sptr' conditionals * Don't call isascii() here. It's deprecated in POSI…
85 isxdigit(); for [0-7] we check '0' <= c <= '7' (not isdigit(c)
90 * src/flexdef.h, src/misc.c: Obsolete htoui() and otoui(); use
104 * po/Makevars, po/Rules-getpo, po/update_linguas.sh: gettext: more
105 …recent makevars; new script to update po files. Previously, "make dist" and similar commands woul…
108 all po files.
112 * po/POTFILES.in: gettext: list generated files instead of flex,
117 should be able to find the context in which strings are needed.
133 set and use that if so. Otherwise, we try to find a program
149 …strcasecmp() check to configure. strings.h (not string.h) is the standard-defined include header …
151 exposes strcasecmp() declaration also in <string.h> by default).
162 …* src/dfa.c, src/flexdef.h: scanner: compute powers of two faster. Replace the naive "for" loop i…
177 …* src/Makefile.am: build: mv scan.c when building dist. Revert change to copy scan.c when buildin…
180 just-built copy of scan.c. Fixes #186
184 * src/Makefile.am: build: don't assume distdir/scan.c is writeable
188 …* src/Makefile.am: build: Add dist-hook to force remake scan.c. This will ensure the flex scanner…
209 * src/regex.c: scanner: fix regcomp's error reporting, double
211 …our "regcomp for (regex) failed: " string. Also, errbuf cannot be free()'d because of flexfatal c…
216 * tests/Makefile.am, tests/no_bison_stub.c: test: Skip bison tests
231 …e parse.h dependency clauses. The current clauses stating "main.c: parse.h" and "yylex.c: parse.h"
233 building flex-main.o as it would think main.c exist already and
240 * tests/Makefile.am: test: Remake *_scanner.c if *_scanner.h is
241 missing. If a ${foo}_scanner.c exists but the respective ${foo}_scanner.h is
243 ${foo}_scanner.c file and then remake it. This rule is the same as
244 the automake-generated rule for .c files that require LEX or YACC
257 * configure.ac, lib/reallocarray.c, src/flexint.h, src/misc.c:
260 …reallocate_array functions. Remove lib/reallocarray.c from our LIBOBJS as we no longer need it. …
276 * src/Makefile.am: build: Fix skel.c generation with BSD make
293 * src/misc.c: scanner: Use array instead of pointer
297 …* src/main.c: scanner: manage path to m4 better. Avoid alloca() for SSP; it is better anyway; sin…
302 * src/gen.c: scanner: Avoid creating unused label
306 * src/buf.c: Cast argument to avoid arithmetic on void *.
314 * src/main.c: scanner: Use prefix when defining yywrap to avoid
319 * src/flexdef.h, src/misc.c: scanner: Include stdarg.h for va_list
323 * src/flexdef.h, src/main.c, src/parse.y: scanner: Rename warn to
369 …* src/filter.c: filter: Don't emit #line if %option noline set One place emitting a #line directiv…
375 * po/ca.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po,
376 po/fr.po, po/ga.po, po/hr.po, po/ko.po, po/nl.po, po/pl.po,
377 po/pt_BR.po, po/ro.po, po/ru.po, po/sr.po, po/sv.po, po/tr.po,
378 po/vi.po, po/zh_CN.po, po/zh_TW.po: translation: refresh po files
383 …* src/flex.skl: c++: Fix yyrestart(NULL) SEGV. Binding a reference to a dereferenced null pointer…
392 …y: 'bad character' error when executing /bin/sh ../build-aux/ylwrap scan.l lex.yy.c scan.c -- flex
406 …won't be built and stage1scan.c will be generated by sed'ing scan.c. This option is intended to w…
412 * src/Makefile.am: build: "make clean" deletes stage1scan.c,
428 * src/buf.c, src/main.c, src/parse.y: scanner: Disallow, overquote
433 …* src/main.c: scanner: allocate correct buffer size for m4 path. Flex did not check the length of…
451 * configure.ac, lib/Makefile.am, lib/lib.c, src/Makefile.am: build:
483 of literals. My changes caused Flex to mishandle string and character literals in
555 * src/dfa.c, src/gen.c, src/main.c, src/nfa.c, src/parse.y,
584 * src/filter.c, src/flexdef.h, src/main.c, src/misc.c,
585 src/options.c, src/options.h, src/scan.l, src/yylex.c,
620 * doc/flex.texi, src/flex.skl, src/flexdef.h, src/main.c,
621 src/options.c, src/options.h, src/scan.l, tests/.gitignore,
634 * NEWS, po/sv.po: new sv translation
638 …* src/misc.c: Delete action_m4_define from misc.c This function was not used and always triggered …
662 …* src/scanflags.c: Avoid realloc on every call of sf_push() Currently, every call to sf_push() rea…
666 …gcc, which leads to the following warning: scanflags.c: In function ‘sf_push’: scanflags.c:42:5: w…
668 (_sf_top_ix + 1 >= _sf_max) ^~ scanflags.c:44:9: note: ...this
689 to.do/unicode/ccl.c, to.do/unicode/changes.txt,
690 to.do/unicode/ecs.c, to.do/unicode/flex.1, to.do/unicode/flex.skl,
691 to.do/unicode/flexdef.h, to.do/unicode/gen.c, to.do/unicode/main.c,
692 to.do/unicode/misc.c, to.do/unicode/scan.l, to.do/unicode/tblcmp.c:
697 * po/POTFILES.in: gettext: removed flex.skl from POTFILES.in file
702 * src/Makefile.am: fix skel.c dependency (missing tables_shared.c)
703 and polish build rule Also remove references to srcdir since skel.c is no longer mentioned
704 in po/POTFILES.in.
713 …c and stage1scan.l dependency git clean -fdx && ./autogen.sh && \ mkdir -p ../build && cd ../bui…
714 open stage1scan.l Note: stage1scan.c is not necessairy in the "make dist" generated tar.gz
715 file. stage1flex will be build from scan.c (which is
716 distributed), and this will then generate stage1scan.c from scan.l
720 * po/POTFILES.in: gettext: list src/flex.skl in po/POTFILES.in
724 …* src/gen.c: warning in generated code, with -Ca warning: conversion to 'yy_state_type' from 'flex…
739 …* src/main.c: Fix potential buffer overflow in strncat() When using clang/llvm 3.8 to compile flex…
740 emitted: main.c:378:27: warning: the value of the size argument in 'strncat'
744 main.c:378:27: note: change the argument to be the free space in the
756 * src/flex.skl, src/gen.c, src/main.c: avoid warning in generated
787 * tests/alloc_extra.l, tests/bison_nr_main.c,
799 * tests/multiple_scanners_r_main.c: warning: unused variable 'fp'
825 * src/ecs.c, src/tblcmp.c: Fix two more casts
829 * src/gen.c: Fixes yyl compare with unsigned warning
853 * src/gen.c: generated code, `max_size' seems to be of type `int',
872 * src/gen.c: generated code, `yy_more_len' is of type `int'
881 * src/regex.c, src/tables.c: improve readability
885 * src/tblcmp.c: another cast in tblcmp.c to avoid warning
889 * src/buf.c: casts in buf_append() to get rid of warnings
893 * src/dfa.c, src/gen.c: cast to suite type of flex_uint32_t td_lolen
897 * src/main.c, src/misc.c, src/regex.c, src/scan.l, src/scanopt.c,
898 src/tables_shared.c: cast to get rid of warnings
902 * src/buf.c, src/main.c: cast and fix usage of log10(), ceil to
907 * src/tables.c: tables.c, sprinkle casts to get rid of warnings
911 * src/tables.c: yytbl_data_compress(), change type of local newsz to
916 * src/tables.c, src/tables.h: change type of struct
921 * src/tables.c: change argument type of yytbl_writen() to get rid of
926 * src/tables.c: yytbl_write8/16/32(), change type of local variables
931 * src/flexdef.h, src/misc.c, to.do/unicode/flexdef.h,
932 to.do/unicode/misc.c: change return type and rename int
941 * src/gen.c: avoid warning, add (int) cast to the read() return
951 * src/filter.c: use type size_t in filter_tee_header() to avoid
956 * src/filter.c, src/misc.c, src/scanopt.c, src/tables.c: add
961 * src/buf.c, src/misc.c, src/scan.l, src/scanopt.c, src/tables.c:
966 * src/flexdef.h, src/scan.l, src/sym.c: ndlookup(), char *, to get
971 * src/flexdef.h, src/scan.l, src/sym.c: ndinstal(), char *, to get
976 * src/flexdef.h, src/scan.l, src/sym.c: cclinstal() and ccllookup(),
981 * src/gen.c: warning: redundant redeclaration of
986 * src/gen.c: warning: no previous prototype for ‘mkecstbl’
991 * src/main.c: warning: suggest parentheses around assignment used as
1011 * src/flexdef.h, src/main.c: warning: redundant redeclaration of
1016 * src/parse.y, src/scan.l, src/yylex.c, to.do/unicode/scan.l:
1021 * src/parse.y, src/scan.l, src/yylex.c, to.do/unicode/scan.l: fix
1027 * lib/reallocarray.c: Prototyped reallocarray implementation
1031 * src/scanopt.c: Removed custom strcasecmp() function
1039 * src/scanopt.c: Remove some unneeded casts
1048 * src/dfa.c, src/parse.y: dfa.c:157:24: warning: conversion to
1054 * src/ccl.c: ccl.c:86:19: warning: conversion to 'unsigned char'
1064 * lib/lib.c: warning: no previous prototype for 'do_nothing'
1069 * src/libmain.c: included stdlib.h header
1101 * src/flex.skl, src/gen.c: Removed some type conversion warnings
1116 …* src/buf.c: Fixed size of bufferallocation, resolved gh#54. The value of n_alloc was a count, no…
1128 * src/buf.c, src/main.c: Emit no #line directives if gen_line_dirs
1135 * lib/lib.c, src/gen.c, src/misc.c, src/scan.l: Converted K&R style
1183 …* src/filter.c: Improved pipe-stdin hack behavior; resolves sf#198. Signed-off-by: Thomas <Klausn…
1196 * src/flexdef.h, src/main.c: include libgen.h from flexdef.h, not
1197 main.c
1201 …* src/main.c: Replace basename2() with basename(3). Given the following program: \#include <libg…
1208 …PATH_MAX, so add a check for that - basename(3) shouldn't return an empty string, so remove the …
1212 …* src/main.c: Simplify basename2(). It's only call site does not activate the `strip_ext` code pa…
1218 …* src/flex.skl, src/misc.c: Cleaned up __STDC__ #ifdefs. Assuming a compiler conforming to the IS…
1224 * src/flexdef.h, src/main.c, src/scanopt.c, src/scanopt.h,
1225 src/sym.c: Remove remaining use of PROTO
1229 * src/buf.c: buf.c: use snprintf
1237 * src/scanopt.c: correct function prototype
1241 * src/main.c, src/scanopt.c, src/sym.c, src/tblcmp.c: Remove more
1246 …* src/main.c: Removed prototype for main(). It's not called anywhere else so the prototype is not…
1251 * src/dfa.c, src/gen.c, src/nfa.c, to.do/unicode/main.c,
1252 to.do/unicode/tblcmp.c: Removed more instances of PROTO, ansifying.
1264 * src/gen.c, to.do/unicode/gen.c: Removed macros for indentation
1279 …n a list of files, not just a single one - the input directory is used to find the testname tables…
1294 * Makefile.am, src/main.c: Removed SHORT_FILE_NAMES preprocessor
1299 * configure.ac, lib/reallocarray.c, src/flexdef.h: Added new
1317 * src/flexdef.h, src/main.c: Made search for m4 more explicit.
1325 * src/libmain.c: Changed end of main() in libmain to exit(0)
1357 * src/flexdef.h, src/misc.c, src/tblcmp.c, to.do/unicode/flexdef.h,
1358 to.do/unicode/misc.c, to.do/unicode/tblcmp.c: Replace zero_out()
1376 * src/main.c, src/scanopt.c, src/tables.c: Removed NULL-checks
1381 * src/buf.c, src/dfa.c, src/flexdef.h, src/gen.c, src/scan.l,
1388 * src/filter.c, src/flexdef.h, src/misc.c, src/scan.l,
1389 src/scanflags.c, to.do/unicode/flexdef.h, to.do/unicode/misc.c,
1395 * src/buf.c, src/filter.c, src/flexdef.h, src/main.c, src/misc.c,
1396 src/regex.c, src/scan.l, src/scanflags.c, src/sym.c,
1397 to.do/unicode/flexdef.h, to.do/unicode/misc.c, to.do/unicode/scan.l:
1405 * src/dfa.c, src/flexdef.h, src/gen.c, src/main.c, src/scan.l,
1406 src/scanopt.c, tests/bison_nr_scanner.l,
1422 * src/buf.c, src/dfa.c, src/main.c, src/nfa.c, src/parse.y,
1423 src/scan.l, src/scanopt.c, src/sym.c, to.do/unicode/main.c,
1428 * src/flexdef.h, src/misc.c, src/sym.c, to.do/unicode/flexdef.h,
1429 …to.do/unicode/misc.c: Replace copy_unsigned_string() with xstrdup(). Like copy_string(), copy_uns…
1443 * examples/testxxLexer.l, src/FlexLexer.h, src/flex.skl, src/main.c:
1449 …* src/Makefile.am: Generated skel.c explicitly in srcdir. Rewrote the target for skel.c to explic…
1471 * src/flexdef.h, src/misc.c, src/parse.y, src/scan.l, src/sym.c,
1472 src/tables.c, to.do/unicode/flexdef.h, to.do/unicode/misc.c,
1473 …to.do/unicode/scan.l: Made string copying more standard. copy_string() was a clone of the stdlib'…
1484 …* src/Makefile.am: Cleaned up BUILT_SOURCES list. Removed reference to skel.c as a built source s…
1493 * src/ecs.c, src/flexdef.h, src/main.c, src/misc.c, src/scan.l,
1494 src/scanopt.c, src/sym.c, src/tblcmp.c: Replaced CHAR macro with
1512 * src/buf.c, src/ccl.c, src/dfa.c, src/ecs.c, src/gen.c,
1513 src/main.c, src/misc.c, src/nfa.c, src/parse.y, src/scan.l,
1514 src/scanopt.c, src/sym.c, src/tblcmp.c: Switch function definitions
1521 * tests/Makefile.am: Used in-tree header file for c++ tests.
1598 …(and ostream) to references in c++-only sections of the skeleton. Patched up a variety of expecte…
1608 * po/zh_CN.po: new zh_CN translation from the translation project
1612 * src/gen.c: fix possible resource leak with yynultrans_tbl
1616 * src/dfa.c: fix possible uninitialized array values
1629 * po/da.po: new da translation from the Translation Project
1633 * src/gen.c, src/scan.l, tests/bison_nr_parser.y,
1635 tests/multiple_scanners_nr_main.c: Fix `label unused` warning
1670 * tests/header_r_main.c, tests/multiple_scanners_nr_main.c,
1671 tests/reject.l4, tests/tableopts.l4, tests/top_main.c: Remove a few
1676 * src/filter.c: Remove unused variable from
1677 src/filter.c:filter_fix_linedirs
1681 * src/scanopt.c: Remove unused argument and variable from
1682 src/scanopt.c:scanopt_err
1686 * src/flex.skl, src/libmain.c, src/parse.y, tests/bison_nr_main.c,
1687 tests/bison_yylloc_main.c, tests/bison_yylloc_parser.y,
1688 tests/bison_yylval_main.c, tests/bison_yylval_parser.y,
1689 tests/header_nr_main.c, tests/header_r_main.c, tests/lineno_nr.l,
1691 tests/multiple_scanners_nr_main.c,
1692 tests/multiple_scanners_r_main.c, tests/pthread.l,
1693 tests/rescan_nr.direct.l, tests/rescan_r.direct.l, tests/top_main.c:
1698 * src/main.c: Fix warning about redefined macro when multiple
1708 * src/misc.c, src/regex.c, src/tables.c, src/tables_shared.c: Fix
1734 call so configure will be able to find its files.
1790 tests/test-linedir-r/check-lines.awk, tests/test-linedir-r/main.c,
1814 tests/cxx_yywrap.txt, tests/test-c++-yywrap/.gitignore,
1815 tests/test-c++-yywrap/Makefile.am, tests/test-c++-yywrap/scanner.l,
1816 tests/test-c++-yywrap/test.input, tests/testwrapper.sh: refactor
1908 tests/multiple_scanners_r_main.c,
1911 tests/test-multiple-scanners-r/main.c,
1922 tests/multiple_scanners_nr_main.c,
1925 tests/test-multiple-scanners-nr/main.c,
1936 tests/test-c++-multiple-scanners/.gitignore,
1937 tests/test-c++-multiple-scanners/Makefile.am,
1938 tests/test-c++-multiple-scanners/main.cpp,
1939 tests/test-c++-multiple-scanners/scanner-1.l,
1940 tests/test-c++-multiple-scanners/scanner-2.l,
1941 tests/test-c++-multiple-scanners/test.input: refactor
1948 tests/test-c-cpp-nr/.gitignore, tests/test-c-cpp-nr/Makefile.am,
1949 tests/test-c-cpp-nr/scanner.l, tests/test-c-cpp-nr/test.input,
1950 tests/test-c-cpp-r/.gitignore, tests/test-c-cpp-r/Makefile.am,
1951 tests/test-c-cpp-r/scanner.l, tests/test-c-cpp-r/test.input:
1957 tests/cxx_basic.txt, tests/test-c++-basic/.gitignore,
1958 tests/test-c++-basic/Makefile.am, tests/test-c++-basic/scanner.l,
1959 tests/test-c++-basic/test.input: refactor cxx_basic test for new
1981 tests/test-top/Makefile.am, tests/test-top/main.c,
1983 tests/top.txt, tests/top_main.c: refactor top test for new test
1989 tests/test-string-r/.gitignore, tests/test-string-r/Makefile.am,
1990 tests/test-string-r/scanner.l: refactor string_r test for new test
1996 tests/test-string-nr/.gitignore, tests/test-string-nr/Makefile.am,
1997 tests/test-string-nr/scanner.l: refactor string_nr test for new test
2063 tests/header_r_main.c, tests/header_r_scanner.l,
2065 tests/test-header-r/main.c, tests/test-header-r/scanner.l,
2072 tests/header_nr_main.c, tests/header_nr_scanner.l,
2074 tests/test-header-nr/main.c, tests/test-header-nr/scanner.l,
2118 tests/basic_r.txt, tests/bison-nr-main.c, tests/bison-nr-parser.y,
2120 tests/bison-yylloc-main.c, tests/bison-yylloc-parser.y,
2122 tests/bison-yylval-main.c, tests/bison-yylval-parser.y,
2124 tests/bison_nr.txt, tests/bison_nr_main.c, tests/bison_nr_parser.y,
2126 tests/bison_yylloc_main.c, tests/bison_yylloc_parser.y,
2128 tests/bison_yylval_main.c, tests/bison_yylval_parser.y,
2158 * tests/.gitignore, tests/Makefile.am, tests/bison-yylval-main.c,
2162 tests/test-bison-yylval/main.c, tests/test-bison-yylval/parser.y,
2169 * tests/.gitignore, tests/Makefile.am, tests/bison-yylloc-main.c,
2173 tests/test-bison-yylloc/main.c, tests/test-bison-yylloc/parser.y,
2180 * tests/.gitignore, tests/Makefile.am, tests/bison-nr-main.c,
2183 tests/test-bison-nr/Makefile.am, tests/test-bison-nr/main.c,
2212 more verbose; find input in srcdir Since output is redirected by the automake parallel test suite
2276 * src/buf.c, src/filter.c, src/flex.skl, src/flexdef.h, src/gen.c,
2277 src/libmain.c, src/libyywrap.c, src/main.c, src/misc.c, src/nfa.c,
2278 src/scan.l, src/scanflags.c, src/scanopt.c, src/yylex.c: NetBSD
2283 * src/flexdef.h, src/misc.c, src/scanflags.c: Allow error reporting
2288 * src/buf.c: Fix warning on assigning from `const char*` to `char*`
2292 * src/main.c: Add disambiguation braces in main.c
2296 * doc/flex.texi, examples/fastwc/mywc.c, src/ccl.c, src/dfa.c,
2297 src/ecs.c, src/flex.skl, src/flexdef.h, src/gen.c, src/misc.c,
2298 src/nfa.c, src/parse.y, src/scan.l, src/sym.c, src/tblcmp.c: Removed
2305 * src/flexdef.h, src/main.c, src/misc.c, src/options.c,
2306 src/options.h, src/yylex.c: Change output formats from octal to
2315 * src/ecs.c: check limits before using array index cclp; resolves
2339 * lib/Makefile.am, lib/realloc.c: Fix malloc/realloc replacement,
2344 * lib/malloc.c: change crlf line ending to lf
2367 src/Makefile.am. This prevents an error when building skel.c caused by the $(m4) make
2368 variable not being defined. Particularly nasty since skel.c would
2369 still be created, thus causing make to think skel.c was up to date.
2378 * po/Rules-getpo: Add make rule to rsync latest .po files from
2389 * po/POTFILES.in: list source files for translation as now being in
2410 * .gitignore, FlexLexer.h, Makefile.am, buf.c, ccl.c, configure.ac,
2411 dfa.c, doc/.gitignore, doc/Makefile.am, ecs.c, filter.c, flex.skl,
2412 flexdef.h, flexint.h, gen.c, gettext.h, lib/.gitignore, libmain.c,
2413 libyywrap.c, main.c, misc.c, mkskel.sh, nfa.c, options.c,
2414 options.h, parse.y, regex.c, scan.l, scanflags.c, scanopt.c,
2416 src/buf.c, src/ccl.c, src/dfa.c, src/ecs.c, src/filter.c,
2417 src/flex.skl, src/flexdef.h, src/flexint.h, src/gen.c,
2418 src/gettext.h, src/libmain.c, src/libyywrap.c, src/main.c,
2419 src/misc.c, src/mkskel.sh, src/nfa.c, src/options.c, src/options.h,
2420 src/parse.y, src/regex.c, src/scan.l, src/scanflags.c,
2421 src/scanopt.c, src/scanopt.h, src/sym.c, src/tables.c,
2422 src/tables.h, src/tables_shared.c, src/tables_shared.h,
2423 src/tblcmp.c, src/version.h, src/yylex.c, sym.c, tables.c,
2424 tables.h, tables_shared.c, tables_shared.h, tblcmp.c, version.h,
2425 …yylex.c: move flex program sources into src/ directory The *.[chly] sources are now in the src dir…
2436 * po/ru.po: update ru translation from the translation project
2444 * po/da.po: update da translation from the translation project
2452 * po/es.po: update es translation from the translation project
2460 * po/ko.po: update ko translation from the translation project
2468 * po/ro.po: update ro translation from the translation project
2476 * po/ru.po: update ru translation from the translation project
2484 * po/sv.po: update sv translation from the translation project
2492 * po/tr.po: update tr translation from the translation project
2500 * po/zh_CN.po: update zh_CN translation from the translation project
2504 * NEWS, po/LINGUAS, po/zh_TW.po, po/zh_tw.po: rename zh_tw
2513 * po/vi.po: update vi translation from the translation project
2517 * po/nl.po: update nl translation from the translation project
2541 * po/.gitignore: git ignore generated files from english quoting
2546 * po/LINGUAS: name english quoting variants correctly
2557 * po/LINGUAS: removed unneeded blank line from translation list
2561 * po/LINGUAS: added en quoting variants to translation list
2583 * po/pt_BR.po: update pt_BR translation from the translation project
2592 * po/LINGUAS: list new sr translation in list of translations
2596 * po/sr.po: add sr translation from the translation project
2600 * configure.ac, flex.skl, nfa.c, tests/Makefile.am,
2613 * po/LINGUAS, po/zh_tw.po: add zh_tw translation from the
2628 * po/ca.po: update ca translation
2643 tests/test-c++-basic/Makefile.am,
2644 tests/test-c++-multiple-scanners/Makefile.am,
2645 tests/test-c++-yywrap/Makefile.am, tests/test-c-cpp-nr/Makefile.am,
2646 tests/test-c-cpp-r/Makefile.am, tests/test-ccl/Makefile.am,
2664 tests/test-rescan-r/Makefile.am, tests/test-string-nr/Makefile.am,
2665 tests/test-string-r/Makefile.am, tests/test-table-opts/Makefile.am,
2672 * po/LINGUAS: add hr to list of translations
2676 * po/hr.po: add hr translation from the translation project
2680 * po/fr.po: new fr translation project from the translation project
2684 * po/LINGUAS: update languages list to include esperanto translation
2688 * po/eo.po: add eo translation from the translation project
2718 * gen.c: fix m4 error when useecs and nultrans are true; resolves
2727 * flex.skl, main.c: do not output yy_nxt to header with %option
2732 * main.c: let flex decide if yymore and reject are needed in lex
2737 * po/vi.po: new vi translation from the translation project
2753 * tests/test-bison-yylloc/main.c, tests/test-bison-yylloc/parser.y,
2754 tests/test-bison-yylval/main.c, tests/test-bison-yylval/parser.y:
2762 * po/nl.po: new nl translation from the translation project
2770 * flex.skl, gen.c: Change variable types to silence compiler
2783 * po/de.po: new de translation from the translation project
2787 * po/vi.po: new vi translation from the translation project
2791 * po/pl.po: new pl translation from the translation project
2795 * po/fi.po: new fi translation from the translation project
2825 tests/test-c++-basic/.cvsignore, tests/test-c++-basic/.gitignore,
2826 tests/test-c++-multiple-scanners/.cvsignore,
2827 tests/test-c++-multiple-scanners/.gitignore,
2828 tests/test-c++-yywrap/.cvsignore, tests/test-c++-yywrap/.gitignore,
2829 tests/test-c-cpp-nr/.cvsignore, tests/test-c-cpp-nr/.gitignore,
2830 tests/test-c-cpp-r/.cvsignore, tests/test-c-cpp-r/.gitignore,
2866 tests/test-string-nr/.cvsignore, tests/test-string-nr/.gitignore,
2867 tests/test-string-r/.cvsignore, tests/test-string-r/.gitignore,
2889 m4/.cvsignore, m4/.gitignore, po/.cvsignore, po/.gitignore: rename
2896 the old .cvsignore files. The po/ directory has a lot of special files used by gettext, so the
2897 …patterns in po/.gitignore look very different. The doc/.gitignore file accounts for what texinfo/…
2929 * buf.c: escape backslashes in #line filenames in %top section;
2934 * Makefile.am, configure.in, lib/Makefile.am, lib/lib.c,
2935 lib/malloc.c, lib/realloc.c: provide malloc() and realloc() for
2962 * regex.c: fix overlapping data buffer issue; patch from Tim
2971 * flexdef.h, main.c, misc.c: Remove unneeded tracking of line/column
2992 * dfa.c, flexdef.h, misc.c, parse.y: speed up things for complex
3019 * main.c: fix yywrap behavior for reentrant scanners
3027 * tables.c: prevent unused stuff from being compiled so as to reduce
3032 * buf.c, filter.c, main.c, misc.c, regex.c, scanflags.c: more better
3037 * misc.c: more careful/paranoia
3041 * scanopt.c: more careful memory allocation in option processing
3054 * NEWS, po/da.po, po/es.po, po/ko.po, po/pt_BR.po, po/ro.po,
3055 po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po: check in translations
3059 * main.c: correct macro definition of yywrap
3079 * NEWS, po/LINGUAS, po/fi.po: new fi translation from the
3101 * NEWS, po/ga.po: new ga translation from the translation project
3105 * NEWS, po/ca.po: new ca translation
3149 * filter.c: call clearerr on stdin before dup2'ing it; resolves bug
3179 * gen.c: fix another int type to be size_t
3183 * NEWS, po/fr.po: new fr translation
3200 * po/de.po: new de translation
3204 * NEWS, po/vi.po: new vi translation
3208 * NEWS, po/nl.po: new nl translation
3212 * NEWS, po/pl.po: new pl translation
3216 * NEWS, po/de.po, po/pt_BR.po: new de, pt_br translations
3246 * NEWS, doc/flex.texi, flex.skl, flexdef.h, main.c, parse.y, scan.l:
3251 * po/nl.po: new nl translations from the translation project
3286 * configure.in, flex.skl, gen.c, main.c: Changes to resolve SF bugs
3313 * scanopt.c: parse multiple short concatenated options; patch
3337 * flex.skl: c++ memory leak plug
3341 * flex.skl: roll back c++ memory patch as it causes the test suite
3351 * flex.skl: fix c++ memory leak (from Manoj Srivastava from Debian
3380 * main.c: add call to setlocale for ctype as per debian patchset
3419 * FlexLexer.h: declare some const where missing in c++ header file
3454 * NEWS, filter.c, flex.skl: apply patches submitted by sodabrew
3479 * po/Makevars: update bug address to point to flex-devel instead of
3561 tests/test-c++-basic/Makefile.am,
3562 tests/test-c++-multiple-scanners/Makefile.am,
3563 tests/test-c++-yywrap/Makefile.am, tests/test-c-cpp-nr/Makefile.am,
3564 tests/test-c-cpp-r/Makefile.am, tests/test-ccl/Makefile.am,
3582 tests/test-rescan-r/Makefile.am, tests/test-string-nr/Makefile.am,
3583 tests/test-string-r/Makefile.am, tests/test-top/Makefile.am,
3611 * FlexLexer.h, NEWS, main.c,
3612 tests/test-c++-multiple-scanners/scanner-2.l: make yywrap work with
3613 c++ scanners as per sf bug report
3617 * NEWS, flex.skl, tests/test-c++-multiple-scanners/main.cpp,
3618 tests/test-c-cpp-nr/scanner.l: memory leak issues in c++ scanner
3623 tests/test-c++-yywrap/.cvsignore,
3624 tests/test-c++-yywrap/Makefile.am, tests/test-c++-yywrap/scanner.l,
3625 tests/test-c++-yywrap/test.input: add unit test for c++ with yywrap
3629 * NEWS, tests/test-c++-basic/Makefile.am,
3631 variable for portability; add loadlibes variable to c++ test
3640 * NEWS, po/ca.po, po/vi.po: new translations
3644 * tables.c: Casted away signedness to appease -Werror freaks.
3648 * ccl.c, doc/flex.texi, flexdef.h, parse.y, scan.l, sym.c,
3676 * dfa.c, doc/flex.texi, flexdef.h, gen.c, main.c, parse.y, scan.l,
3677 scanflags.c, tests/test-ccl/scanner.l, tests/test-ccl/test.input:
3686 * Makefile.am, configure.in, flexdef.h, scanflags.c: Added configure
3725 * ccl.c, flexdef.h, parse.y, scan.l, tests/test-ccl/scanner.l,
3740 * buf.c, filter.c, gen.c, main.c, misc.c, nfa.c, parse.y, regex.c:
3756 * flexdef.h, misc.c, scan.l: Fixed escape in actions.
3760 * filter.c, flexdef.h, main.c, scan.l: Reverted previous input
3776 * filter.c, flexdef.h, main.c, scan.l: Moved set_input_file to
3781 * flex.skl, flexdef.h, flexint.h, misc.c: Relaxed tests for __STDC__
3786 * filter.c: Documented filter chain. Removed fdopen. Added no-op
3791 * gen.c: Fixed another -Wall report.
3795 * NEWS, po/vi.po: new vi translation
3799 * NEWS, po/ga.po, po/nl.po: new nl, ga translations
3803 * m4/Makefile.am: add po.m4 to extra_dist in m4/ so it gets picked
3890 * flexdef.h, nfa.c, parse.y: Changed symbol INFINITE to fix conflict
3899 * configure.in, main.c, po/ca.po, po/da.po, po/de.po, po/es.po,
3900 po/fr.po, po/ga.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po,
3901 po/ro.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po,
3919 * po/nl.po, po/nl.po.1: remove eroneously named nl.po.1; update
3920 nl.po
3924 * dfa.c: .
3940 * filter.c, gen.c, libyywrap.c, main.c: Patch for full file system
3949 * main.c: Fixed double-fclose when input file is empty.
3953 * po/ca.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/ga.po,
3954 po/ko.po, po/nl.po.1, po/pl.po, po/pt_BR.po, po/ro.po, po/ru.po,
3955 po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po: newtranslations
3959 * buf.c, main.c: Improvement request 1069716 log vs. log10
3967 * po/nl.po: new nl translation
3971 * NEWS, po/LINGUAS, po/nl.po, po/vi.po: new nl and vi translations
3975 * filter.c: correct improper stdin assignment
3979 * NEWS, po/tr.po: new tr translation
3988 * po/fr.po: new fr translation
3992 * po/LINGUAS: polish is pl, not po
3996 * po/sv.po: yet another sweedish update
4000 * NEWS, po/sv.po: new sv translation
4004 * configure.in, filter.c, main.c: Configure checks for GNU m4.
4014 * po/ro.po: new ro translation
4018 * NEWS, po/fr.po: new french translation
4022 * NEWS, po/ca.po: new catalan translation from the translation
4027 * NEWS, po/LINGUAS, po/ga.po, po/pl.po: new polish translation;
4032 * NEWS, po/LINGUAS, po/ga.po: new Irish translation
4036 * NEWS, po/LINGUAS, po/ro.po: add romanian translation
4060 * flex.skl, gen.c: patches from manoj via sourceforge
4064 * configure.in, po/.cvsignore, po/Makevars: upgrade gettext to 0.12;
4101 * flex.skl, flexdef.h, main.c, misc.c, scan.l: Renamed some internal
4114 * flex.skl, gen.c: yylineno is per-buffer in the reentrant scanner.
4127 * buf.c, configure.in, doc/flex.texi, flexdef.h, main.c, scan.l,
4129 tests/test-top/Makefile.am, tests/test-top/main.c,
4163 * Makefile.am: remove maintainer_mode conditional; add filter.c and
4164 regex.c to indentfiles; reformat and sort indentfiles so it's easier
4196 tests/test-linedir-r/check-lines.awk, tests/test-linedir-r/main.c,
4232 * FlexLexer.h, Makefile.am, TODO, buf.c, configure.in,
4233 doc/flex.texi, filter.c, flex.skl, flexdef.h, gen.c, main.c,
4234 misc.c, options.c, options.h, regex.c, scan.l, sym.c,
4241 * doc/flex.texi, flex.skl, flexdef.h, gen.c, main.c, options.c,
4252 * doc/flex.texi, flex.skl, main.c: Cleaning up the skel.
4265 * main.c: Fixed allocation of slightly more memory than needed.
4269 * TODO, buf.c, configure.in, flex.skl, flexdef.h, main.c, sym.c:
4282 * TODO, flex.skl, main.c: Moved prefixes to m4.
4286 * FlexLexer.h, filter.c, flex.skl, flexdef.h, main.c, misc.c,
4287 regex.c: Removed Paxson/Berkeley copyright restriction from filter.c
4288 and regex.c. Inline documentation of much of the generated API.
4294 * filter.c, flexdef.h, main.c, regex.c: Fixed #line directives.
4298 * Makefile.am, filter.c, flexdef.h, regex.c: Added regex.c for
4307 * flexdef.h, main.c, options.c, options.h, scan.l,
4314 * filter.c, flex.skl, flexdef.h, gen.c, main.c, scan.l,
4320 * buf.c, filter.c, flexdef.h, main.c, misc.c: Added internal filter
4325 * main.c, tests/test-table-opts/scanner.l: Keeping tests up to date
4335 * flex.skl, main.c, options.c: Moved bison bridge code to m4.
4339 * flex.skl, gen.c, main.c, scan.l: Moved YY_USE_LINENO to m4.
4343 * buf.c, flexdef.h, scan.l: Added function buf_m4_undefine.
4347 * flex.skl, main.c, scan.l: Replaced YY_ALWAYS_INTERACTIVE with m4.
4352 * flex.skl, main.c: Moved YY_TEXT_IS_ARRAY to m4.
4356 * flex.skl, gen.c, main.c, tests/test-reject/scanner.l: Renaming
4367 * buf.c, filter.c, flex.skl, flexdef.h, main.c, misc.c, options.c,
4373 * Makefile.am, buf.c, flex.skl, flexdef.h, gen.c, main.c, misc.c,
4378 * Makefile.am, filter.c, flex.skl, flexdef.h, main.c, misc.c: Added
4379 filter.c Added filter.c rules to Makefile.am Added filter prototypes
4401 * flex.skl, misc.c: Removed awkward %push %pop syntax from skeleton.
4419 * TODO, doc/flex.texi, flex.skl, gen.c, main.c: Removed
4429 * main.c: Removed some symbols from the undef list. They are needed
4444 * main.c: Added a few macros to the undef list.
4448 * main.c: Put the undef macros in an array.
4492 * gen.c, misc.c: Fixed trailing slash bug in YY_INPUT macro def.
4518 * NEWS, po/pt_BR.po: new pt_br translation
4560 * flex.skl: more c++ fixes
4568 * flex.skl: type cast to pacify c++ compilers; patch from Bruce
4577 * po/es.po: new spanish translation
4581 * gen.c: Fixed bug where YY_G(0) sometimes occurs (created by my
4586 * gen.c: Fixed bug submitted by Bojan Smojver <bojan@rexursive.com>
4607 * ccl.c, flexdef.h: Added utility functions to deal with character
4629 * po/pt_BR.po: new pt_br translation
4655 * dfa.c, flexint.h, gen.c, tables.c, tables.h, tables_shared.c,
4679 * NEWS, po/LINGUAS, po/pt_BR.po: new pt_br translation from the
4700 * tests/test-c++-multiple-scanners/Makefile.am: include
4701 tests/test-c++-multipl-scanners/test.input
4718 * flex.skl, main.c, tests/test-c++-multiple-scanners/Makefile.am:
4737 * NEWS, po/tr.po: new turkish translation from the translation
4742 * gen.c: applied c++ from lilypond folks for std:: reasons
4754 * flex.skl: use c-style header names in c++ for now; at some point
4755 we'll have a separate c++ skeleton and we can go whole-hog pure c++
4759 * TODO: c++ rants
4773 name of the program we wanted to find; this will generate more
4778 * tables.c: Added a missing function prototype.
4833 * flexint.h: if we're doing c++, then we can't use long long
4850 tests/test-c++-basic/Makefile.am,
4851 tests/test-c++-multiple-scanners/Makefile.am,
4852 tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-r/Makefile.am,
4865 tests/test-string-nr/Makefile.am, tests/test-string-r/Makefile.am,
4971 * tests/test-c++-multiple-scanners/Makefile.am: we don't use header
4985 * flex.texi: edited one more faq; used C-u C-c C-u C-a to update
5005 tests/test-c++-multiple-scanners/.cvsignore,
5006 tests/test-c++-multiple-scanners/Makefile.am,
5007 tests/test-c++-multiple-scanners/main.cpp,
5008 tests/test-c++-multiple-scanners/scanner-1.l,
5009 tests/test-c++-multiple-scanners/scanner-2.l,
5010 tests/test-c++-multiple-scanners/test.input: test c++ with multiple
5020 tests/test-c++-basic/Makefile.am, tests/test-c-cpp-nr/Makefile.am,
5021 tests/test-c-cpp-r/Makefile.am, tests/test-debug-nr/Makefile.am,
5034 tests/test-string-nr/Makefile.am, tests/test-string-r/Makefile.am,
5046 tests/test-c++-basic/Makefile.am, tests/test-c-cpp-nr/Makefile.am,
5047 tests/test-c-cpp-r/Makefile.am, tests/test-debug-nr/Makefile.am,
5060 tests/test-string-nr/Makefile.am, tests/test-string-r/Makefile.am,
5071 tests/test-c++-basic/Makefile.am, tests/test-c-cpp-nr/Makefile.am,
5072 tests/test-c-cpp-r/Makefile.am, tests/test-debug-nr/Makefile.am,
5085 tests/test-string-nr/Makefile.am, tests/test-string-r/Makefile.am,
5114 * configure.in: check for c++ compiler
5162 * flex.texi: move c++ experimental warning to top of cxx node
5175 * flex.skl, misc.c: bison-bridge skel handled via %if/%endif pairs.
5179 * flex.skl, misc.c: reentrant skel handled via %if/%endif pairs.
5183 * flex.skl, misc.c: skeleton uses %push/%pop to keep skelout() scope
5188 * flex.skl, main.c, misc.c, tables.h: Added %push and %pop
5219 * TODO, flex.skl, flex.texi, main.c, tables_shared.h,
5220 tests/test-multiple-scanners-r/main.c,
5256 * TODO, configure.in, devel/tables.pl, dfa.c, flex.skl, flex.texi,
5257 gen.c, tables.c, tables_shared.c, tables_shared.h,
5281 * tests/test-bison-nr/Makefile.am, tests/test-bison-nr/main.c,
5287 * configure.in, flex.skl, flex.texi, flexdef.h, gen.c, main.c,
5288 misc.c, options.c, options.h, scan.l, tables.h, tests/Makefile.am,
5305 * TODO, tables.c: Renamed *_fwrite to *_write to reflect writer
5320 * NEWS, po/de.po: new de translation from the translation project
5341 * TODO, buf.c, devel/dump-tables.pl, dfa.c, flex.skl, flexdef.h,
5342 gen.c, main.c, misc.c, options.c, options.h, scan.l, tables.c,
5366 * NEWS, po/ru.po, po/sv.po: new sv, ru translations from the
5371 * flex.skl, misc.c: Changed cryptic skeleton markers to readable
5376 * Makefile.am, dfa.c, flex.skl, flex.texi, flexdef.h, gen.c,
5377 main.c, misc.c, parse.y, tables.c, tables.h, tables_shared.c,
5379 be the same size. Added shared file tables_shared.c. Separated
5384 * NEWS, po/ca.po: new ca translation
5392 * po/fr.po: new french translation from the translation project
5400 * flexdef.h, tables.c: Added flex_die macro. May need some autoconf
5438 * dfa.c, gen.c: Tables are now generated with %option
5453 * flex.texi, main.c, options.c, options.h: Changed option 'header'
5458 * flex.texi, flexdef.h, gen.c, main.c, options.c, options.h,
5459 scan.l, tables.c: Tons more work on tables.
5463 * flexdef.h, gen.c, tables.c, tables_shared.h: Lots of work on
5499 * tables.c: In-code documentation.
5519 * flexdef.h, main.c, misc.c, scanopt.c: #include fixes; we've
5524 * dfa.c: eat a blank line
5541 * buf.c, ccl.c, dfa.c, ecs.c, flexdef.h, gen.c, libmain.c,
5542 libyywrap.c, main.c, misc.c, nfa.c, options.c, options.h,
5543 scanopt.c, scanopt.h, sym.c, tables.c, tables_shared.h, tblcmp.c,
5544 yylex.c: ran the indent target; commit the results
5571 * tests/test-c++-basic/Makefile.am: use CXX to link the test scanner
5586 tests/test-c-cpp-nr/Makefile.am: Fixed missing 'make clean' files.
5595 * flex.skl, tests/test-c++-basic/Makefile.am,
5596 tests/test-c++-basic/scanner.l: Removed core of yylex_destroy from
5597 c++ scanner -- hack! Added -lstdc++ to LDFLAGS (should we have to do
5607 millaway; the top level entry for test-c++-basic
5611 * tests/Makefile.am, tests/test-c++-basic/.cvsignore,
5612 tests/test-c++-basic/Makefile.am, tests/test-c++-basic/scanner.l,
5613 tests/test-c++-basic/test.input: add test-c++-basic
5617 * gen.c, nfa.c: More tabels work.
5621 * flexdef.h, gen.c, tables.c, tables_shared.h: More work on tables.
5625 * dfa.c: Cleaned up macros that took no ';'.
5629 * scanopt.c: Fixed oddball '=-'.
5633 * flex.skl, flex.texi, gen.c: Dynamically allocate REJECT state
5639 * tables.c: More work on tables code.
5648 * Makefile.am, tables.c: Added tables.c and rebuilt dependencies.
5666 * po/LINGUAS, po/zh_CN.po: add zh_cn translation from the
5676 * main.c: Removed #undef of start conditions.
5684 * flexdef.h, main.c, misc.c: Start conditions now optional in
5694 * flexdef.h, main.c, misc.c, options.c, options.h, parse.y, scan.l:
5700 * flex.skl, flex.texi, misc.c: Prelimary work on tables API.
5709 tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-r/Makefile.am,
5721 tests/test-pthread/Makefile.am, tests/test-string-nr/Makefile.am,
5722 tests/test-string-r/Makefile.am, tests/test-table-opts/Makefile.am,
5738 * main.c: Fixed seg fault bug in ecs.
5742 * tests/test-c-cpp-nr/.cvsignore, tests/test-c-cpp-r/.cvsignore:
5743 ignore .cpp files since we generate them instead of .c
5751 * NEWS: c-as-c++ tests reworked
5755 * tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-nr/scanner.l,
5756 tests/test-c-cpp-r/Makefile.am, tests/test-c-cpp-r/scanner.l: The
5757 c++ tests use .cpp instead of .c extensions just to be on the safe
5762 * main.c: conditionally include <locale.h>; include config.h as well
5775 * po/LINGUAS: we also translate to german
5792 * flex.texi, flexdef.h, main.c, misc.c: Start condition prefixes
5797 * main.c: Include start condition symbols in header.
5801 * flexdef.h, main.c: Omit user code and tables from generated header
5819 * flex.skl, flex.texi, gen.c: Fixed type mismatch in printf.
5824 * dfa.c, main.c: Added alignment flag for future use.
5834 tests/test-c-cpp-nr/Makefile.am, tests/test-table-opts/.cvsignore,
5879 * po/.cvsignore: we need to ignore a few more gettext files
5901 * po/.cvsignore: we can ignore Makefile.in.in
5953 * po/fr.po: new fr.po translation from the translation project
6022 * flex.skl, tests/test-c-cpp-nr/Makefile.am,
6023 tests/test-c-cpp-r/Makefile.am: Fixed test-c-cpp to actually use the
6028 * ccl.c, flex.skl, flexdef.h, gen.c, main.c, nfa.c, parse.y, scan.l:
6037 tests/test-bison-yylloc/parser.y, tests/test-c-cpp-nr/scanner.l,
6038 tests/test-c-cpp-r/scanner.l, tests/test-debug-nr/scanner.l,
6046 tests/test-pthread/scanner.l, tests/test-string-nr/scanner.l,
6047 tests/test-string-r/scanner.l, tests/test-yyextra/scanner.l: All
6090 * po/.cvsignore: updated gettext to 0.11.3
6105 * po/ru.po: new russian translation from translation project
6126 * flex.skl, main.c, misc.c, scan.l, scanopt.c, sym.c,
6129 request of gcc developer. Removed duplicate prototypes in gen.c,
6130 sym.c, main.c. Added missing prototypes where needed. All
6164 * main.c, scan.l: Fixed POSIXLY_CORRECT detection in scanner.
6177 * main.c: Removed duplicate definition of FLEX_DEBUG. gcc doesn't
6199 * flex.skl, flex.texi, main.c, scan.l, tests/test-mem-nr/scanner.l,
6239 * po/ru.po: new ru translation from the translation project
6253 * main.c: Check POSIXLY_CORRECT env variable.
6261 * configure.in, flex.skl, gen.c, main.c, scan.l, tests/Makefile.am,
6280 * main.c: fix bug whereby prefix didn't get passed to everybody;
6318 tests/test-bison-yylloc/main.c, tests/test-bison-yylloc/parser.y,
6321 tests/test-bison-yylval/main.c, tests/test-bison-yylval/parser.y,
6322 tests/test-bison-yylval/scanner.l, tests/test-c-cpp-nr/Makefile.am,
6323 tests/test-c-cpp-nr/scanner.l, tests/test-c-cpp-r/Makefile.am,
6324 tests/test-c-cpp-r/scanner.l, tests/test-header-nr/Makefile.am,
6325 tests/test-header-nr/main.c, tests/test-header-nr/scanner.l,
6326 tests/test-header-r/Makefile.am, tests/test-header-r/main.c,
6335 tests/test-multiple-scanners-nr/main.c,
6339 tests/test-multiple-scanners-r/main.c,
6345 tests/test-string-nr/Makefile.am, tests/test-string-nr/scanner.l,
6346 tests/test-string-r/Makefile.am, tests/test-string-r/scanner.l,
6352 * NEWS, po/ca.po, po/de.po, po/fr.po, po/sv.po, po/tr.po: new ca,
6369 * NEWS, TODO, flex.texi, flexdef.h, main.c, options.c, options.h,
6380 * gen.c: Fixed bug where omission of user section 3 caused unmatched
6393 * flexdef.h, misc.c: chomp'd lines when reading external skel file.
6397 * po/sv.po: new sweedish translation from the translation project
6401 * po/ca.po: new catalan translation from the translation project
6405 * po/es.po: new spanish translation from the translation project
6427 * main.c: conditional compile gettext initialization
6431 * po/de.po: new german translation from the translation project
6445 tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-r/Makefile.am,
6453 tests/test-pthread/Makefile.am, tests/test-string-nr/Makefile.am,
6454 tests/test-string-r/Makefile.am, tests/test-yyextra/Makefile.am:
6460 * flexdef.h, misc.c, parse.y, sym.c: Applied 'const' to a few more
6470 tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-r/Makefile.am,
6478 tests/test-pthread/Makefile.am, tests/test-string-nr/Makefile.am,
6479 tests/test-string-r/Makefile.am, tests/test-yyextra/Makefile.am:
6485 * flexdef.h, gen.c, misc.c: Changed 'char[]' to 'const char*'
6490 * po/fr.po, po/sv.po: new files from translation after 2.5.6 beta
6516 * scanopt.c: Applied gettext macros to error messages from scanopt.
6520 * buf.c, faq.texi, options.c, options.h, scanopt.c, scanopt.h:
6528 we missed a few main.c files in the distribution
6556 * main.c, misc.c: Replaced exit(2) calls with longjmps (in the form
6562 * scanopt.c: Fixed minor typo in error message
6570 tests/test-pthread/Makefile.am, tests/test-string-nr/Makefile.am,
6571 tests/test-string-r/Makefile.am, tests/test-yyextra/Makefile.am:
6580 * tests/test-string-r/.cvsignore: it's Makefile.in, not makefile.in
6589 * tests/test-string-r/Makefile.am, tests/test-string-r/Makefile.in:
6590 put test-string-r under automake
6594 * tests/test-string-nr/.cvsignore, tests/test-string-r/.cvsignore:
6599 * tests/test-string-nr/Makefile.am,
6600 tests/test-string-nr/Makefile.in: put test-string-nr under automake
6646 * tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-r/Makefile.am:
6675 scanner.c as well
6713 tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-r/Makefile.am: now
6721 tests/test-bison-yylval/.cvsignore, tests/test-c-cpp-nr/.cvsignore,
6722 tests/test-c-cpp-r/.cvsignore: we can ignore some Makefile.in
6756 tests/test-c-cpp-nr/Makefile.am, tests/test-c-cpp-nr/Makefile.in,
6757 tests/test-c-cpp-r/Makefile.am, tests/test-c-cpp-r/Makefile.in: test
6763 yy_scan_{string,buffer,bytes}.
6767 * po/de.po: new german translations from the translation project
6771 * po/es.po: new spanish translations
6780 * main.c: fix typo in comment
6784 * main.c: Documented the header file kludge, (in anticipation of
6797 * po/POTFILES.in: we want parse.y, not parse.c
6827 * po/da.po: new danish from translation project robot
6844 * Makefile.am, main.c: Output of `flex --version` now matches GNU
6871 * po/fr.po: new french
6880 * po/sv.po: updated sweedish translations
6884 * po/de.po: german translation
6888 * flex.skl, flex.texi, main.c, options.c, options.h, scan.l: Removed
6897 * po/tr.po: new turkish translation
6910 * po/ca.po: new catalan translation
6934 * po/POTFILES.in: scan.l, not scan.c because gettext gets confused
6946 * po/LINGUAS: french and korean dont crash now
6950 * po/fr.po, po/ko.po: remove duplicate messages as per advice from
6970 * Makefile.am, autogen.sh, configure.in, flexdef.h, main.c: mostly,
6975 * po/ca.po, po/da.po, po/es.po, po/ru.po, po/sv.po, po/tr.po: these
6984 * po/LINGUAS: we now have turkish
6988 * po/tr.po: updated translations, i think
6992 * po/ca.po, po/da.po, po/es.po, po/fr.po, po/ko.po, po/ru.po,
6993 po/sv.po, po/tr.po: ok, maybe we do keep these things?
7006 * po/.cvsignore, po/LINGUAS, po/Makevars, po/POTFILES.in, po/da.po,
7007 po/es.po, po/fr.po, po/ko.po, po/ru.po, po/sv.po: now, we have a po/
7012 * po/ca.po: removing po files, maybe
7020 * po/ca.po, po/da.po, po/es.po, po/fr.po, po/ko.po, po/ru.po,
7021 po/sv.po: po files from debian
7074 * Makefile.am: add parse.c and scan.c to built_sources
7113 tests/test-c-cpp-nr/.cvsignore, tests/test-c-cpp-nr/Makefile.in,
7114 tests/test-c-cpp-nr/scanner.l, tests/test-c-cpp-nr/test.input,
7115 tests/test-c-cpp-r/.cvsignore, tests/test-c-cpp-r/Makefile.in,
7116 tests/test-c-cpp-r/scanner.l, tests/test-c-cpp-r/test.input: Added
7117 test-c-cpp-nr and test-c-cpp-r.
7135 tests/test-pthread/.cvsignore, tests/test-string-nr/.cvsignore,
7136 tests/test-string-r/.cvsignore, tests/test-yyextra/.cvsignore: add
7142 * gen.c: fix interrupted reads and freads; from the debian package
7147 * flex.texi, flexdef.h, main.c, nfa.c: support large flex tables;
7168 * flex.skl, main.c: millaway: Fixed yytext_ptr when using %array in
7173 * buf.c: oops, forgot this one line
7178 tests/test-header-r/main.c, tests/test-header-r/scanner.l,
7183 * TODO, flex.skl, flex.texi, flexdef.h, main.c, misc.c,
7195 tests/test-string-r/scanner.l, tests/test-yyextra/scanner.l: more
7200 * tests/test-bison-yylloc/main.c, tests/test-bison-yylval/main.c,
7202 tests/test-header-nr/main.c, tests/test-header-nr/scanner.l,
7206 tests/test-multiple-scanners-nr/main.c,
7211 tests/test-multiple-scanners-r/main.c,
7222 * flex.skl, flex.texi, gen.c, main.c,
7227 tests/test-string-r/scanner.l, tests/test-yyextra/scanner.l:
7232 * main.c, options.c, options.h: more from millaway
7236 * main.c, options.c, options.h: the last checkin was broken;
7241 * flex.skl, flex.texi, gen.c, main.c, misc.c, options.h, scan.l,
7242 scanopt.c, tests/README, tests/configure.in: phew, millaway's latest
7251 * flex.skl: apparently, isatty and c++ need help getting along (from
7277 * Makefile.am, buf.c, flex.skl, flex.texi, flexdef.h, main.c,
7278 misc.c, options.c, options.h, parse.y, scan.l, scanopt.c, scanopt.h:
7283 * main.c: Fixed typo in options display
7287 * main.c: reentrant and non-reentrant scanners share the same yywrap
7309 * NEWS: now that c++ is better supported, let's mention it as a news
7316 examples/fastwc/wc5.l, flex.skl, main.c: commit the backwash from
7322 c++ fixes; the intent is to make it work with recent c++ compilers
7326 * main.c: remove argv_fixup; fix typo in error message; changes from
7331 * NEWS: mention no more c++ comments in c scanners
7359 tests/test-pthread/Makefile.in, tests/test-string-nr/Makefile.in,
7360 tests/test-string-r/Makefile.in, tests/test-yyextra/Makefile.in:
7410 * TODO: c++ ideas
7518 * examples/fastwc/README, examples/fastwc/mywc.c,
7603 * flex.skl: include c++ STD fixes from quanstro@quanstro.net
7607 * flex.skl, gen.c: change some int types to size_t as per FreeBSD
7645 tests/test-pthread/.cvsignore, tests/test-string-nr/.cvsignore,
7646 tests/test-string-r/.cvsignore, tests/test-yyextra/.cvsignore:
7686 * FlexLexer.h: tell emacs that FlexLexer.h is c++
7698 * FlexLexer.h, Makefile.in, README, RoadMap, autogen.sh, ccl.c,
7699 configure.in, dfa.c, ecs.c, flex.1, flex.skl, flexdef.h, gen.c,
7700 libmain.c, libyywrap.c, main.c, misc.c, mkskel.sh, nfa.c, parse.y,
7701 scan.l, sym.c, tblcmp.c, yylex.c: change copyright/license notices
7727 * flex.skl, gen.c: commit john millaway's YY_G wrapper corrections
7735 * gen.c: complete john millaway's reentrant patch
7743 * flex.skl, flexdef.h, gen.c, main.c, nfa.c, scan.l: john millaway's
7815 tests/test-pthread/test-5.input, tests/test-string-nr/Makefile.in,
7816 tests/test-string-nr/scanner.l, tests/test-string-r/Makefile.in,
7817 tests/test-string-r/scanner.l, tests/test-yyextra/Makefile.in,
7827 * FlexLexer.h, ccl.c, dfa.c, ecs.c, flex.skl, flexdef.h, gen.c,
7828 libmain.c, libyywrap.c, main.c, misc.c, nfa.c, parse.y, scan.l,
7829 sym.c, tblcmp.c, yylex.c: remove extraneous rcs keywords
7856 to.do/unicode/ccl.c, to.do/unicode/changes.txt,
7857 to.do/unicode/ecs.c, to.do/unicode/flex.1, to.do/unicode/flex.skl,
7858 to.do/unicode/flexdef.h, to.do/unicode/gen.c, to.do/unicode/main.c,
7859 to.do/unicode/misc.c, to.do/unicode/scan.l, to.do/unicode/tblcmp.c:
7873 initscan.c just in case
7877 * configure.in: dont check for initscan.c; check for scan.l instead
7918 terminates the string.
7922 * flexdef.h, sym.c: moved symbol table definitions from flexdef.h
7923 into sym.c
7927 * dfa.c: fixed underallocation for accset
7959 * gen.c: bug fix for yymore()/yylineno interaction
7963 * gen.c: fixed memory leak
8011 * gen.c: yymore + %array tweaks
8019 * main.c: removed decl of unused library function
8028 * gen.c: don't stack states on NUL-transitions that are jams
8032 * libmain.c: fixed re Esmond Pitt's ancient suggestion
8036 * misc.c: ANSI C / Solaris tweak
8093 * dfa.c, main.c: const -> yyconst
8113 * main.c: do_stdinit now defaults to false
8129 * misc.c: octal escape sequence must have just digits 0-7
8138 * main.c: -- terminates options
8146 * misc.c: move dataflush, otoi prototypes into flexdef.h
8150 * flex.skl, gen.c: const -> yyconst
8154 * gen.c: fixed bug in needing yy_cp for -Cf w/ backing up
8174 * gen.c: fixed lint problem with declaring yy_cp unnecessarily
8178 * dfa.c: {}'s around full-table initializations
8199 * main.c: rename yylineno if -P
8207 * Makefile.in: removed redundant skel.c from DISTFILES
8219 * gen.c: read up to newline for interactive reads, rather than one
8224 * main.c, scan.l: added %option yylineno
8228 * gen.c: added do_yylineno
8248 * main.c: prefix support for yy_flush_buffer
8256 * flexdef.h, main.c, scan.l: added yyclass
8268 * main.c: don't rename yy_flex_debug for C++
8272 * gen.c: yy_flex_debug extern only if not C++
8284 * flexdef.h, main.c: VMS POSIX stuff
8296 * main.c: removed VMS-specific exit
8300 * dfa.c, flexdef.h, gen.c, main.c, misc.c, nfa.c, scan.l, sym.c,
8301 yylex.c: internationalization aids
8305 * main.c: do yy_flex_debug prefix for both C++ and C
8309 * main.c: fixed program_name tweak again
8313 * main.c: oops, fixed program_name tweak
8317 * main.c: program_name is "flex" if argv[0] nil
8333 * main.c: help messages to stdout
8337 * gen.c: Added YY_NUM_RULES
8349 * misc.c: "# line" -> #line
8369 * main.c: long options, VMS tweaks
8373 * Makefile.in: Added parse.c, parse.h for dist MISC directory
8385 * misc.c: some const cleansing
8393 * sym.c: preen
8409 * main.c: stdinit tweaks
8462 * main.c: C++/-P fixes
8474 * gen.c: formatting
8478 * gen.c: fixed bug in adjusting yytext before backing up
8502 * flex.skl, gen.c: input() maintains BOL
8522 * yylex.c: added %options, ccl exprs
8526 * misc.c: undid previous change
8534 * Makefile.in: added skel.c to DISTFILES
8546 * gen.c: use cerr for C++ diagnostics
8562 * misc.c: \n -> '\012'
8574 * dfa.c: fixed bug with caseins but not ecs
8578 * gen.c: BOL changes some casts for Turbo C
8582 * main.c: messages identify filenames
8586 * misc.c: Increase slowly if realloc double overflows
8590 * nfa.c: YY_RULE_SETUP
8606 * dfa.c, flex.skl, flexdef.h, gen.c, misc.c, parse.y, scan.l, sym.c:
8628 * main.c: Added do_stdinit, Think C hacks
8633 never-interactive, yy_scan_{buffer,bytes,string}
8653 * main.c: yywrap option, no stdin/out init for VMS, mundane tweaks
8665 * tblcmp.c: size_t tweaks
8669 * misc.c: size_t, STDC tweaks
8673 * flex.skl: Added yy_scan_{buffer,bytes,string}, plus tweaks
8685 * gen.c: Fixed fencepost in call to yy_flex_strncpy
8697 * gen.c: Bug fix for matching NUL's at end of token when
8702 * nfa.c: No YY_USER_ACTION if continued action
8723 * Makefile.in: Fixed scan.c target so "make" detects flex failure
8739 * main.c: Reworked for %option
8747 * sym.c: start condition #define's go to action file
8751 * misc.c: Added action_define()
8779 * flexdef.h, main.c: Added in_rule, deleted actvsc
8783 * misc.c: Added doubling of '\'s in filenames
8791 * sym.c: Removed actvsc
8819 * flex.skl: prototypes for alloc/string routines
8823 * flex.skl: alloc, string routines internal
8827 * Makefile.in: Nuked lib{string,alloc}.c, added dependency of
8832 * configure.in: Check for string.h
8836 * flexdef.h: Use autoconf for string/strings.h yy_flex_XXX ->
8845 * dfa.c, misc.c, sym.c: yy_flex_XXX -> flex_XXX
8849 * yylex.c: No more WHITESPACE token
8869 * dfa.c: Bug fix for -CF
8873 * flexdef.h, misc.c: alloc routines take unsigned
8881 * flexdef.h, misc.c: bracket -CF table elements
8885 * misc.c: Do #bytes computation in {re,}allocate_array() only once
8889 * flex.skl, flexdef.h, gen.c, main.c, misc.c, scan.l, sym.c:
8894 * Makefile.in, dfa.c, flexdef.h, gen.c, main.c, misc.c, nfa.c,
8895 parse.y, scan.l, sym.c: -o option
8899 * gen.c: lint tweak
8915 * gen.c: is_interactive -> yy_is_interactive
8927 * gen.c: Updated comment regarding 0-based vs. 1-based arrays for
8932 * dfa.c: Initialize dfaacc[0] for -CF representation Fixed minor
8937 * main.c: #include "FlexLexer.h" -> <FlexLexer.h>
8945 * main.c: Detect REJECT etc. before generating YY_USES_REJECT!
8949 * gen.c: Fixed bug in interactive reads where char is unsigned
8977 * flex.skl, gen.c: Fixed nasty 8-bit bugs
8981 * dfa.c, ecs.c, flexdef.h, gen.c, main.c, nfa.c, tblcmp.c:
9002 * flex.skl, nfa.c: YY_USER_ACTION generated now for each case in
9036 * flexdef.h, gen.c, misc.c, sym.c: lint tweaks
9056 * FlexLexer.h, flex.skl, main.c: mods so FlexLexer.h can be included
9078 * Makefile.in: Added libstring.c Modified "lint" target to use
9083 * flex.skl, flexdef.h, gen.c, main.c, misc.c, scan.l, sym.c: Use
9084 yy_strXXX() routines instead of <string.h>
9092 * flexdef.h, misc.c: yy_flex_xmalloc() moved to misc.c
9125 * Makefile.in: Added intermediate step of copying MISC/alloca.c ->
9126 alloca.c Included CPPFLAGS when compiling alloca.c
9134 * gen.c: Fixed nasty bug in short/long decl decision
9143 * main.c: Fixed very minor typo in -v output
9147 * misc.c: Removed vestigal cast to (char) in isupper() call
9151 * misc.c: Added casts to unsigned Char for isascii() calls
9167 * Makefile.in: Added intermediate file going scan.l -> scan.c
9171 * Makefile.in: Removed parse.{c,h} from distribution files, since
9181 * gen.c, main.c: Fixed YYLMAX headaches
9189 * Makefile.in: Added parse.{c,h} to dist files
9193 * flex.skl, flexdef.h, gen.c, main.c, misc.c, scan.l: Fixed to
9198 * sym.c: Fixed ANSI-C glitch with '%' operator
9222 * flexdef.h, misc.c: myctoi takes char[] instead of Char[]
9234 * main.c: -a -> -Ca; fixed help output
9238 * dfa.c, flex.1: -a -> -Ca
9242 * misc.c: all_lower, all_upper work on char*
9267 * Makefile.in: Include liballoc.c in lint targets
9271 * misc.c: lint tweak
9287 * Makefile.in: Changed "make dist" to use version.h, include scan.c
9341 * main.c: Added YY_INTERACTIVE.
9354 * flex.1, flex.skl, flexdef.h, gen.c, main.c, parse.y, scan.l: -l
9368 * gen.c: Cleaner definition for yymore() Fixed string broken across
9373 * main.c: Added -Cr
9377 * misc.c: K&R declaration for check_char()
9406 * main.c: Added global to remember -P prefix so it can be written in
9419 * main.c: Use DEFAULT_CSIZE only if not using equivalence classes.
9444 * flex.skl, gen.c: Got rid of (char *) casts of yytext, no longer
9453 * flex.skl, gen.c: Minimized use of YY_CHAR
9457 * main.c: Added "flex++" feature Minimized use of YY_CHAR
9461 * main.c: Clarified help message for -S
9465 * libyywrap.c, version.h: Initial revision
9469 * main.c: If -+ used, output to lex.yy.cc
9486 * dfa.c, flexdef.h, gen.c, main.c: Added -a option for long-align.
9498 * main.c: yyflexlexer.h -> FlexLexer.h minor portability tweak
9502 * gen.c: Added start condition to EOF trace output
9510 * misc.c: Minor portability tweaks
9527 * nfa.c: minor lint tweak
9539 * ccl.c, dfa.c, ecs.c, gen.c, main.c, misc.c, nfa.c, parse.y,
9540 scan.l, sym.c, tblcmp.c, yylex.c: nuked static RCS string
9544 * main.c: %array not allowed with C++ scanners
9561 * gen.c: yy_state_type declared earlier. Made a bunch of statics
9566 * main.c: Added -+ option, updated usage() output, rearranged some
9572 * misc.c: Added %+/%-/%* to skelout()
9580 * yylex.c: Dump promotion of EOF in section 2 to turn on section 3;
9585 * dfa.c: yy_nxt table should be "const"
9594 * main.c: "backtracking" -> "backing up" got rid of time reports
9598 * gen.c: "backtracking" -> "backing up" some portability tweaks
9603 * misc.c: isascii() moved to flexdef.h nuked flex_gettime()
9611 * yylex.c: Chucked definition of isascii()
9620 * dfa.c: "backtracking" -> "backing up"
9628 * main.c: Spit out definition of YY_CHAR early
9637 * tblcmp.c: Some comment fixes as per Wilhelms
9649 * nfa.c: added check_char call in mkstate() to prevent bad xtion
9654 * gen.c: Fixed some reallocation bugs, etc. as per Wilhelms
9667 * dfa.c: Wilhems bug fixes.
9671 * ccl.c, misc.c: Added check_char()
9679 * main.c: Added -P flag
9687 * misc.c: Modified to use yy_flex_alloc() and friends
9691 * sym.c: Modified to use yy_flex_alloc()
9700 * dfa.c: Got rid of code needed for %t
9704 * ccl.c, dfa.c, ecs.c, flex.skl, flexdef.h, gen.c, libmain.c,
9705 main.c, misc.c, nfa.c, parse.y, scan.l, sym.c, tblcmp.c, yylex.c:
9718 * flex.skl, main.c: %array support
9722 * misc.c: Added non-STDC clause for '\a'
9731 * gen.c: Added %array support
9747 * main.c, scan.l: A lot of tweaks ...
9751 * ccl.c: reallocate_character_array -> reallocate_Character_array
9755 * gen.c: Bug/lint fixes Modified to work with "action" array instead
9760 * sym.c: Fixed bug in 8-bit hashing
9770 * ecs.c: Remove %t cruft
9778 * dfa.c: Added keeping track of which rules are useful fixed a
9783 * nfa.c: Added checking for whether rules are useful modified to
9788 * misc.c: Added internal "action" array, internal skeleton,
9793 * tblcmp.c: Fixed a bunch of fencepost errors in increasing tables.
9797 * yylex.c: -Wall fix
9801 * gen.c: Fixed out-of-bounds access bug; patch #7 for release 2.3
9809 * gen.c: fixed missing "rule_type" entry for end-of-buffer action
9813 * gen.c: Fixed yymore() but in not resetting yy_more_len
9825 * misc.c: fixed comment in myesc()
9837 * misc.c: fixed hexadecimal escapes; added is_hex_digit()
9878 * COPYING, ccl.c, dfa.c, ecs.c, flexdef.h, gen.c, main.c, misc.c,
9879 nfa.c, parse.y, scan.l, sym.c, tblcmp.c, yylex.c: 4.4 BSD copyright
9908 * main.c: declared void functions as such added prototypes for
9914 * yylex.c: Added macro definition for isascii() if not already
9919 * sym.c: declared void functions as such added prototypes for
9937 * nfa.c, tblcmp.c: declared void functions as such added prototypes
9942 * misc.c: declared void functions as such prototypes for forward
9949 * libmain.c: Added declaration of arguments made yylex() a function
9953 * gen.c: prototypes for forward references declared void functions
9969 * ecs.c: declared void functions as such declared void functions as
9974 * dfa.c: prototypes for forward references declared void functions
9979 * ccl.c: Declared void functions as such
9991 * gen.c: Changed generation of archaic "continue" to "goto
10066 * dfa.c: "associated rules" changed to "associated rule line
10075 * yylex.c: Fixed handling of premature EOF's.
10079 * sym.c: Removed declaration of malloc()
10092 * nfa.c: Corrected line numbers for continued actions.
10096 * misc.c: Removed declarations of malloc() and realloc().
10100 * main.c: Summary of generation flags. Minor -8 tweaks.
10104 * gen.c: full support for -d
10117 * dfa.c: -8 tweaks.
10129 * tblcmp.c: Minor tweaks for NUL's.
10138 * nfa.c: hack for NUL's.
10142 * misc.c: Hack to cshell for NUL's.
10146 * main.c: NUL's. -8
10150 * gen.c: NUL's.
10162 * dfa.c: more thrashing around with NUL's
10166 * ccl.c: removed NUL hack
10170 * yylex.c: Added <<EOF>> token
10174 * ecs.c, flexdef.h: Tweaks for NUL chars.
10178 * dfa.c, gen.c, main.c, misc.c, parse.y, scan.l, tblcmp.c: Tweaks
10183 * ccl.c: Tweaks for handling NUL's.
10216 * gen.c: Restored EOB accepting list for REJECT. Second try at 2.2
10221 * misc.c: Added missing ',' in error message. 2.2 Release, second
10226 * yylex.c: 8-bit char support. 2.2 Release.
10245 * gen.c: Removed unused EOB_accepting_list array. 2.2 Release.
10249 * gen.c: Bug in -F table generation fixed. 8-bit char support.
10260 * main.c: Unsigned char support. %t support. Removed hard-wiring
10261 of program name "flex". -c changed to -C; -c now deprecated. -n
10268 * sym.c: Unsigned char support. 2.2 Release.
10272 * nfa.c: Removed redundant test. 2.2 Release.
10276 * misc.c: Unsigned char support. \x support. 2.2 Release.
10280 * tblcmp.c: 8-bit char support. 2.2 Release.
10290 * ecs.c: %t support. 8-bit/unsigned char support. 2.2 Release.
10294 * dfa.c: %t hacks. minor cosmetics. 2.2 Relase.
10298 * ccl.c: Changes for unsigned/8-bit chars. 2.2 Release.
10302 * libmain.c: Initial revision
10306 * nfa.c: removed gratuitous trailing context code
10310 * main.c: made -c<compression flags> case-sensitive
10340 * NEWS, README, main.c: [no log message]
10348 * NEWS, README, main.c: [no log message]
10356 * NEWS, main.c: [no log message]
10360 * flex.skl, flexdef.h, gen.c, misc.c, nfa.c, parse.y, scan.l, sym.c:
10369 * gen.c: fixsed bug with -I and backtracking
10377 * parse.y: Split copyright string.
10381 * nfa.c: Split copyright string. Added check for empty machine in
10386 * ccl.c, dfa.c, ecs.c, gen.c, main.c, misc.c, scan.l, sym.c,
10387 tblcmp.c, yylex.c: Split copyright string into two to avoid tempting
10405 * main.c: added BSD copyright notice. Removed references to
10410 * ecs.c, gen.c, nfa.c: Added BSD copyright notice
10414 * ccl.c, dfa.c, misc.c, parse.y, scan.l, sym.c, tblcmp.c, yylex.c:
10423 * yylex.c: renamed accnum to num_rules
10427 * tblcmp.c: moved table generation code to gen.c moved ntod() to
10428 dfa.c
10432 * sym.c: the most piddling format change imaginable
10441 * nfa.c, parse.y: changes for variable trailing context
10445 * misc.c: added all_lower() and all_upper()
10449 * main.c: added checking for features being Really used
10454 * gen.c: major overhaul for merged skeleton
10462 * dfa.c: added backtrack report added checking for dangerous
10467 * ccl.c: list_character_set() modified to take a FILE to write to
10476 * main.c: added -p flag generation of #define's for scanner
10484 * dfa.c: added ntod()
10488 * gen.c: Initial revision
10492 * yylex.c: RCS header changed display style of non-printings from ^x
10497 * tblcmp.c: RCS header MAX_XTIONS_FOR_FULL_INTERIOR_FIT ->
10508 * sym.c: RCS header changed "entry" to "sym_entry" to avoid conflict
10522 * nfa.c: RCS ident yy_cp, yy_bp support name shortenings assoc_rule
10527 * misc.c: RCS header check before malloc()'ing for 16 bit overflow
10533 * main.c: Added RCS header removed revision history misc additions
10549 * ecs.c: added RCS id added PROCFLG to avoid assumption of signed
10554 * dfa.c: added RCS id added check_for_backtracking() added
10561 * ccl.c: Added list_character_set()
10565 * ccl.c: added RCS id
10581 * tblcmp.c: removed minor lint fluff
10593 * yylex.c: added identifying comment. changed to include "parse.h"
10598 * tblcmp.c: Changed name from flexcmp.c -> tblcmp.c fixed misc.
10603 * sym.c: changed name from flexsym.c -> sym.c revamped calling
10619 * nfa.c: changed name from flexnfa.c -> nfa.c corrected some typos.
10623 * misc.c: changed name from flexmisc.c -> misc.c
10627 * main.c: fixed bug causing core dumps if skeleton files could not
10637 * ecs.c: changed name from flexecs.c to ecs.c
10641 * dfa.c: changed name from flexdfa.c to dfa.c
10645 * ccl.c: changed name from flexccl.c -> ccl.c
10649 * ccl.c, dfa.c, ecs.c, flexdef.h, main.c, misc.c, nfa.c, parse.y,
10650 scan.l, sym.c, tblcmp.c, yylex.c: Beta Release.