Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to operate on full bit width (CID 1355344 / 1355348) | Jaap Keuter | 2016-03-16 | 1 | -2/+2 |
* | Don't shift signed values left. | Guy Harris | 2015-04-30 | 1 | -4/+16 |
* | Validate no_of_bits in ws_sign_ext32 and ws_sign_ext64 | Stig Bjørlykke | 2014-11-01 | 1 | -0/+10 |
* | Remove all $Id$ from top of file | Alexis La Goutte | 2014-03-04 | 1 | -2/+0 |
* | There's no need to mark inline functions with _U_ | Jakub Zawadzki | 2013-12-26 | 1 | -6/+2 |
* | Another try at marking the ws_sign_ext functions possibly-unused. | Gerald Combs | 2013-12-19 | 1 | -4/+8 |
* | Try to fix a warning found by, but not related to, the ABI check. | Gerald Combs | 2013-12-19 | 1 | -2/+2 |
* | sign_ext.h: use G_GINT64_CONSTANT(), add sample for alternative method of sig... | Jakub Zawadzki | 2013-12-17 | 1 | -2/+12 |
* | Create sign extension routines in <wsutil/sign_ext.h>, use it in few places. | Jakub Zawadzki | 2013-12-17 | 1 | -0/+50 |