Lines Matching +refs:cc +refs:check +refs:tools
55 …enable more silent building of tests. When running 'make V=0 check', some compile and link steps …
83 … here. It's deprecated in POSIX and not needed for myesc's case. * The check of the character c…
85 isxdigit(); for [0-7] we check '0' <= c <= '7' (not isdigit(c)
130 …* autogen.sh: build: check for how to call libtoolize. Previously, we would call libtoolize and i…
132 under that name. Instead, we check to see if the environment variable LIBTOOLIZE is
149 …strcasecmp() check to configure. strings.h (not string.h) is the standard-defined include header …
343 …can now be used for running "make check" tests. Note that none of these scripts has ever been usi…
384 …compilers optimise away the &file == 0 check. We need a real stream. yyin is available already, a…
387 check too. Fixes #98.
433 …* src/main.c: scanner: allocate correct buffer size for m4 path. Flex did not check the length of…
502 never be zero length as they fall back to the missing script; check
1081 * configure.ac: removed obsolete program check
1208 …PATH_MAX, so add a check for that - basename(3) shouldn't return an empty string, so remove the …
1306 check for overflow. reallocarray should be able to replace them.
1334 …* README: Updated build documentation; finished sf#155. Removed version numbers for build tools. …
1335 requirements for build tools will be noted in configure.ac. Expanded
1544 …* tests/Makefile.am: Cleaned up more precisely after make check. BUILT_SOURCES is now just the li…
1790 tests/test-linedir-r/check-lines.awk, tests/test-linedir-r/main.c,
1935 tests/cxx_multiple_scanners_main.cc,
2018 …* tests/testwrapper.sh: Check if test input file exists. Not all tests have input files, so check…
2315 * src/ecs.c: check limits before using array index cclp; resolves
2394 * Makefile.am, configure.ac, tools/Makefile.am: Add tools/
2395 directory. Since tools/git2cl is a dependency of ChangeLog, not distributing
2396 tools/git2cl with flex causes the "make dist" target to fail in the
2550 * Makefile.am, configure.ac, tools/Makefile.am: removed tools/
2552 in a git working directory of flex, distributing the tools directory
2806 * Makefile.am, tools/Makefile.am, tools/cvs2cl.pl,
2807 …tools/cvsauthors, tools/git2cl: replace cvs2cl with git2cl Add the git2cl script in tools/ and rem…
2808 cvs2cl script. Remove tools/cvsauthors since git2cl does not need
2810 tools/Makefile.am
2876 examples/manual/.cvsignore, lib/.cvsignore, tools/.cvsignore: remove
3055 po/ru.po, po/sv.po, po/tr.po, po/zh_CN.po: check in translations
3097 * configure.in, flexdef.h: check for regex.h; resolves bug #2337486
3445 * tools/cvsauthors: add sodabrew to cvsauthors file
3489 * configure.in: remove option check-news from call to
3490 AM_INIT_AUTOMAKE as gnits implies check-news
3504 * tools/cvsauthors: add john43 to cvsauthors file
3687 check for assert.h. Added scanner flags stack.
3782 and __STDC_VERSION__ to cope with bugs in GCC and Sun cc.
3902 tests/test-mem-nr/scanner.l, tests/test-mem-r/scanner.l: Added check
4006 does a late check for GNU m4.
4044 * tools/cvsauthors: change wlestes email address
4139 * configure.in, flexdef.h: check for sys/wait.h since we use wait(2)
4158 * configure.in, tools/.cvsignore, tools/Makefile.am: add tools/
4196 tests/test-linedir-r/check-lines.awk, tests/test-linedir-r/main.c,
4487 * tools/cvs2cl.pl, tools/cvsauthors: we're going to be switching how
4536 * README.cvs-snapshot: add version numbers for some tools and
4794 * configure.in: check for limits.h
4883 * tests/Makefile.am: rename test to check-local as per Akim
4884 Demaille; test for failed tests so that make check fails if any
4957 * configure.in: we check for {u,}int*_t types; maybe this will
5114 * configure.in: check for c++ compiler
6029 yylineno check is only performed on rules whose regexs can match a
7877 * configure.in: dont check for initscan.c; check for scan.l instead
8506 * flex.skl: check size of buffer in yy_scan_buffer
8554 * flexdef.h: STDC_HEADERS to check for stdlib
9079 -Dconst= Added a.out, lex.yy.cc to sundry clean targets
9469 * main.c: If -+ used, output to lex.yy.cc
9909 forward references changed to check for error status when closing
10381 * nfa.c: Split copyright string. Added check for empty machine in
10502 check for UNSIGNED_CHAR's added back-track logic to make_tables()
10527 * misc.c: RCS header check before malloc()'ing for 16 bit overflow