Lines Matching +refs:cc +refs:check +refs:decls

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
789 redundant redeclaration of '...' [-Wredundant-decls]
805 'main' [-Wredundant-decls]
982 ‘gen_next_state’ [-Wredundant-decls]
997 [-Wredundant-decls]
1002 [-Wredundant-decls]
1007 [-Wredundant-decls]
1012 ‘yyparse’ [-Wredundant-decls]
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.
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
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
3489 * configure.in: remove option check-news from call to
3490 AM_INIT_AUTOMAKE as gnits implies check-news
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.
4139 * configure.in, flexdef.h: check for sys/wait.h since we use wait(2)
4196 tests/test-linedir-r/check-lines.awk, tests/test-linedir-r/main.c,
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