Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add parenthesis to make the order of evaluation in an expression more obvious | lloyd | 2006-09-09 | 1 | -1/+1 |
| | |||||
* | Add a couple of static_casts to make it clear where a type conversion is | lloyd | 2006-09-08 | 1 | -1/+1 |
| | | | | | | | | | being performed. Undefined the prototype creating macro in x509stat.cpp after use. Avoid a possible type conversion in bigint_divop by storing high's top bit in a word instead of a bool. | ||||
* | Simplify the implementation of bigint_divop | lloyd | 2006-08-18 | 1 | -6/+8 |
| | |||||
* | Revert the last change; it turned out to require a bunch of changes to the | lloyd | 2006-06-06 | 1 | -4/+4 |
| | | | | | | assembly code in order to handle the argument aliasing correctly, and it seems I don't understand GCC's extended asm syntax well enough to figure out how to get it work in a way that isn't hideous. | ||||
* | Remove one parameter from word_madd2 and word_madd3 | lloyd | 2006-06-06 | 1 | -4/+4 |
| | |||||
* | Try to normalize all calls to word_madd{2,3} so that the last two | lloyd | 2006-06-06 | 1 | -2/+2 |
| | | | | | arguments are always the same (and thus allow removing a parameter from each call). | ||||
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+117 |