summaryrefslogtreecommitdiff
path: root/test_bits.c
Commit message (Expand)AuthorAgeFilesLines
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Trailing whitespace fixup.Gary E. Miller2015-04-301-2/+2
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-13/+1
* Quieter bits testing.Eric S. Raymond2015-01-251-2/+3
* Coverity caught a subtle bug in bits.c::shift_left().Eric S. Raymond2014-09-111-1/+1
* Wrote code and test for a function to left-shift bit arrays).Eric S. Raymond2014-08-291-0/+19
* Cleanup.Michael Tatarinov2013-11-121-1/+3
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-2/+2
* Portability cleanup.Eric S. Raymond2013-10-061-1/+1
* cppcheck cleanup.Eric S. Raymond2013-09-171-30/+32
* splint/cppcheck cleanup.Eric S. Raymond2013-09-171-4/+2
* The signed/unsigned char fix.Michael Tatarinov2013-02-181-1/+1
* test_bits failed spuriously on hardware with unigned chars, fix it.Eric S. Raymond2013-02-181-1/+1
* Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE})Eric S. Raymond2012-09-071-1/+1
* Silence some pointer-signedness warnings.ukyg9e5r6k7gubiekd62012-09-071-8/+8
* More unit-testing of the bits macros.Eric S. Raymond2012-06-021-40/+44
* Refacter the bits.c stuff to eliminate ugly globals...Eric S. Raymond2012-06-021-10/+8
* Add the bits tester to the normal regression tests.Eric S. Raymond2012-04-201-63/+70
* Another multibyte test of little-endian extraction succeeded.Eric S. Raymond2012-04-191-1/+2
* First multibyte test of little-endian extraction succeeds.Eric S. Raymond2012-04-191-0/+2
* First regressions for little-endian extraction pass.Eric S. Raymond2012-04-191-1/+3
* Prepare for unit tests of little-endian extraction.Eric S. Raymond2012-04-191-9/+11
* More steps towards little-endiuan extraction.Eric S. Raymond2012-04-191-2/+3
* Rename some bit extractors.Eric S. Raymond2012-04-191-2/+2
* 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
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-48/+48
* 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
* 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