summaryrefslogtreecommitdiffstats
path: root/src/lib/libgcov.c
Commit message (Expand)AuthorAgeFilesLines
* lib/libgcov.c: Do not redefine `alloca`Angel Pons2020-07-291-1/+1
* {src,util}: Use NULL instead of 0 for pointerElyes HAOUAS2018-06-111-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-9/+9
* src/lib: Move assignment out of if conditionLee Leahy2017-03-151-3/+6
* src/lib: Fix brace positionsLee Leahy2017-03-131-2/+1
* src/lib: Wrap lines at 80 columnsLee Leahy2017-03-131-13/+22
* src/lib: Fix spacingLee Leahy2017-03-131-4/+4
* src/lib: Use tabs instead of spacesLee Leahy2017-03-131-678/+669
* src/lib: Remove space between function name and (Lee Leahy2017-03-121-172/+172
* src/lib: Fix space between type, * and variable nameLee Leahy2017-03-091-2/+2
* src/lib: Add "int" following "unsigned"Lee Leahy2017-03-091-31/+31
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-5/+1
* Fix whitespace leaked into treeKyösti Mälkki2013-09-171-1/+1
* lib: Fix spellingMartin Roth2013-07-101-1/+1
* Update gcov patch in documentationStefan Reinauer2013-01-191-2/+2
* Make the pre-commit-hook happy about the code in libgcov.cRonald G. Minnich2013-01-141-17/+19
* Implement GCC code coverage analysisStefan Reinauer2013-01-121-0/+1157