summaryrefslogtreecommitdiff
path: root/test_bits.c
Commit message (Collapse)AuthorAgeFilesLines
* Use PRIx64 for uint64_t.Greg Troxel2011-02-251-1/+1
|
* Use PRIx64 to print int64_t in hex.Greg Troxel2011-02-251-16/+17
|
* Try to fix Greg Troxel's format mismatches.Eric S. Raymond2011-02-251-50/+48
|
* We no longer rely on long long to be 64 bits.Eric S. Raymond2011-01-251-4/+5
| | | | All regression tests pass.
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-48/+48
| | | | | | With most machines being 64-bit now, the assumption that "word" = 16 bits and "long" = 32 bits is increasingly archaic. This commit removes it from our naming conventions.
* Reindent the test programs. All regression tests pass.Eric S. Raymond2010-04-141-57/+59
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-2/+7
|
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-0/+4
| | | | ...splint needs some pacifying. This is part 1. All regressions pass.
* Minor splint cleanups.Eric S. Raymond2009-03-271-0/+2
|
* Improved documentation and regression testing for the bitfield extractor.Eric S. Raymond2009-03-271-6/+30
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+171
rename the test programs to test_$(subsystem).c