summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/bcode.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location.jca2015-02-161-2/+2
* 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
* 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
* Allow for more registers using a 2 byte index. This feature isotto2003-12-011-2/+2
* 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