-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- POSIX/posix-cflags.sh: replace ${NEED_STD_C99} with ${CFLAGS_C99} to better represent what this variable means. In particular, since it's going to be used to construct a command line, it should not be quoted. (At the moment, the only possible values of that variable are "" or "-std=c99", so it wouldn't matter if we double-quoted it. However, in theory there might be some compiler which required additional arguments in order to set it to c99 mode.) - tests/shared_test_functions.sh: add ${s_count_str} as a "global" variable. Add a list of "public API" functions. - tests/shared_valgrind_functions.sh: use ${s_count_str}. Also, import valgrind_incomplete() to support wait_while with servers. - tests/18-warnp.sh: don't use $(...), because we don't want to run the output of check_output. All we want is the exit code, so (...) is the correct construct. - apisupport/, cpusupport/, release-tools/: add newlines to separate code paragraphs.
- Loading branch information
Showing
7 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters