Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. | 2015-02-16 | 1 | -2/+2 | |
| | | | | | | Remove unneeded ssl.h includes. Also built-checked against openssl-1.0.1e. ok otto@ | ||||
* | fix fractional number exponentiation, especially for negative exponents | 2012-11-07 | 1 | -2/+3 | |
| | |||||
* | use BN_set_negative() and BN_is_negative() instead of subtracting or | 2012-11-06 | 1 | -3/+1 | |
| | | | | comparing to zero | ||||
* | delint; use size_t as stack size and ssize_t as stack pointer. | 2006-01-16 | 1 | -3/+3 | |
| | |||||
* | delint wrt return values, including some missing BN return | 2006-01-15 | 1 | -2/+2 | |
| | | | | values checks. | ||||
* | Allow for more registers using a 2 byte index. This feature is | 2003-12-01 | 1 | -2/+2 | |
| | | | | | | enabled by supplying the -x option on the command line. Allows long variable names in bc(1) (to appear soon). If no -x option is given, behave exactly as before. | ||||
* | Add missing copyright. | 2003-09-19 | 1 | -0/+18 | |
| | |||||
* | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | 2003-09-19 | 1 | -0/+80 | |
ok toby@ deraadt@ |