Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-12-21 | for now, don't be so harsh and break any existing code | William Ahern | 1 | -0/+1 |
2015-12-21 | bignum: Move div operator to idiv operator (breaks API) | daurnimator | 1 | -8/+8 |
2015-12-21 | bignum: Add tohex function | daurnimator | 1 | -0/+30 |
2015-12-21 | bignum: Rename tostring function to todec. Expose as ":todec" method | daurnimator | 1 | -4/+5 |
2015-12-21 | bignum: Add shl (lshift), shr (rshift) functions | daurnimator | 1 | -0/+34 |
2015-12-21 | bignum: exposing existing math operators as methods | daurnimator | 1 | -0/+6 |
2015-12-18 | Give auxL_getref NOTUSED attribute | daurnimator | 1 | -1/+1 |
2015-12-18 | remove trailing whitespace | daurnimator | 1 | -12/+12 |
2015-12-18 | removed unused warning across #if | daurnimator | 1 | -0/+1 |
2015-12-18 | update debian changelog | William Ahern | 1 | -0/+8 |
2015-12-18 | fix Solaris build | William Ahern | 1 | -0/+4 |
2015-12-18 | remove unused variables in xn__next | daurnimator | 1 | -2/+1 |