Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-01 | The function 'mp_mask' is never used | rbuj | 1 | -16/+0 | |
cppcheck --enable=unusedFunction . [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used. | |||||
2019-07-13 | parserfunc: Return NULL on NOT operation overflow | Victor Kareh | 1 | -1/+1 | |
2012-11-24 | Reapply shift fix from 7155e47 | Steve Zesch | 1 | -7/+9 | |
2012-11-24 | Update codebase. | Steve Zesch | 1 | -29/+41 | |
2012-07-31 | fixing address issue of fsf | Perberos | 1 | -2/+2 | |
2012-04-22 | Support shifts with keyboard | Stefan Tauner | 1 | -7/+8 | |
This patch also changes the shift operation itself to use MPNumber for the multiplier too. Previously a signed int was used, which led to "interesting" results for bigger numbers. This was hidden because the GUI did not allow shifts with more than 15 places. Signed-off-by: Stefan Tauner <[email protected]> | |||||
2011-11-08 | initial | Perberos | 1 | -0/+208 | |