summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/bcode.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.jca2015-02-161-2/+2
| | | | | | Remove unneeded ssl.h includes. Also built-checked against openssl-1.0.1e. ok otto@
* fix fractional number exponentiation, especially for negative exponentsotto2012-11-071-2/+3
|
* use BN_set_negative() and BN_is_negative() instead of subtracting orotto2012-11-061-3/+1
| | | | comparing to zero
* delint; use size_t as stack size and ssize_t as stack pointer.otto2006-01-161-3/+3
|
* delint wrt return values, including some missing BN returnotto2006-01-151-2/+2
| | | | values checks.
* Allow for more registers using a 2 byte index. This feature isotto2003-12-011-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.otto2003-09-191-0/+18
|
* A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.otto2003-09-191-0/+80
ok toby@ deraadt@