Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quieter bits testing. | Eric S. Raymond | 2015-01-25 | 1 | -2/+3 |
| | |||||
* | Coverity caught a subtle bug in bits.c::shift_left(). | Eric S. Raymond | 2014-09-11 | 1 | -1/+1 |
| | |||||
* | Wrote code and test for a function to left-shift bit arrays). | Eric S. Raymond | 2014-08-29 | 1 | -0/+19 |
| | | | | To be used for handling AIS Type 25 and 26 messages. | ||||
* | Cleanup. | Michael Tatarinov | 2013-11-12 | 1 | -1/+3 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Full splint cleanup. Partial cppcheck cleanup. | Eric S. Raymond | 2013-11-05 | 1 | -2/+2 |
| | |||||
* | Portability cleanup. | Eric S. Raymond | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | cppcheck cleanup. | Eric S. Raymond | 2013-09-17 | 1 | -30/+32 |
| | |||||
* | splint/cppcheck cleanup. | Eric S. Raymond | 2013-09-17 | 1 | -4/+2 |
| | |||||
* | The signed/unsigned char fix. | Michael Tatarinov | 2013-02-18 | 1 | -1/+1 |
| | | | | | | All regression tests pass on Raspbian “wheezy”. Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | test_bits failed spuriously on hardware with unigned chars, fix it. | Eric S. Raymond | 2013-02-18 | 1 | -1/+1 |
| | | | | Reported from a Raspberry Pi. | ||||
* | Replace exit({0,1}) with exit(EXIT_{SUCCESS,FAILURE}) | Eric S. Raymond | 2012-09-07 | 1 | -1/+1 |
| | | | | Note there are some exit(2) instances we bneed to decide what to do with. | ||||
* | Silence some pointer-signedness warnings. | ukyg9e5r6k7gubiekd6 | 2012-09-07 | 1 | -8/+8 |
| | | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | More unit-testing of the bits macros. | Eric S. Raymond | 2012-06-02 | 1 | -40/+44 |
| | |||||
* | Refacter the bits.c stuff to eliminate ugly globals... | Eric S. Raymond | 2012-06-02 | 1 | -10/+8 |
| | | | | | | ...and be more explicit about operand sizes. All regressuion tests [ass, code splints clean. | ||||
* | Add the bits tester to the normal regression tests. | Eric S. Raymond | 2012-04-20 | 1 | -63/+70 |
| | |||||
* | Another multibyte test of little-endian extraction succeeded. | Eric S. Raymond | 2012-04-19 | 1 | -1/+2 |
| | |||||
* | First multibyte test of little-endian extraction succeeds. | Eric S. Raymond | 2012-04-19 | 1 | -0/+2 |
| | |||||
* | First regressions for little-endian extraction pass. | Eric S. Raymond | 2012-04-19 | 1 | -1/+3 |
| | |||||
* | Prepare for unit tests of little-endian extraction. | Eric S. Raymond | 2012-04-19 | 1 | -9/+11 |
| | | | | All normal regression tests and the test_bits unit test pass. | ||||
* | More steps towards little-endiuan extraction. | Eric S. Raymond | 2012-04-19 | 1 | -2/+3 |
| | | | | All normal regressions tests and the test_bits unit test pass. | ||||
* | Rename some bit extractors. | Eric S. Raymond | 2012-04-19 | 1 | -2/+2 |
| | |||||
* | Use PRIx64 for uint64_t. | Greg Troxel | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Use PRIx64 to print int64_t in hex. | Greg Troxel | 2011-02-25 | 1 | -16/+17 |
| | |||||
* | Try to fix Greg Troxel's format mismatches. | Eric S. Raymond | 2011-02-25 | 1 | -50/+48 |
| | |||||
* | We no longer rely on long long to be 64 bits. | Eric S. Raymond | 2011-01-25 | 1 | -4/+5 |
| | | | | All regression tests pass. | ||||
* | Rename the bits.h macros to be explicit about operand length. | Eric S. Raymond | 2010-12-26 | 1 | -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. Raymond | 2010-04-14 | 1 | -57/+59 |
| | |||||
* | Vanish away Id and Rev $ keywords, git won't expand them to anything useful. | Eric S. Raymond | 2010-03-13 | 1 | -2/+0 |
| | |||||
* | Copyright stamps everywhere. No code changes. | Eric S. Raymond | 2010-03-11 | 1 | -2/+7 |
| | |||||
* | In the wake of the change to use only C99 fixed-length types... | Eric S. Raymond | 2009-10-26 | 1 | -0/+4 |
| | | | | ...splint needs some pacifying. This is part 1. All regressions pass. | ||||
* | Minor splint cleanups. | Eric S. Raymond | 2009-03-27 | 1 | -0/+2 |
| | |||||
* | Improved documentation and regression testing for the bitfield extractor. | Eric S. Raymond | 2009-03-27 | 1 | -6/+30 |
| | |||||
* | repository beautification, part 2: | Chris Kuethe | 2009-03-02 | 1 | -0/+171 |
rename the test programs to test_$(subsystem).c |