Age | Commit message (Expand) | Author |
2024-11-07 | Use LibreSSLs specialized functions to print base 10 and base 16. | Otto Moerbeek |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2021-11-10 | Move two BIGNUMs in printnumber() from the stack to the heap to | Theo Buehler |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2019-09-06 | More Version 1 AT&T UNIX history. | Ingo Schwarze |
2017-12-29 | small optimization in bexp; from kshe | Otto Moerbeek |
2017-12-17 | Use proper BN functions for error reporting; from kshe | Otto Moerbeek |
2017-12-12 | Use bn_checkp() always; from kshe | Otto Moerbeek |
2017-12-12 | Minor cleanup from kshe | Otto Moerbeek |
2017-12-12 | optimize add, sub and mul; from kshe; ok tom@ | Otto Moerbeek |
2017-12-07 | zap a few stray backslashes from the time thesse two were #defines; from | Otto Moerbeek |
2017-12-06 | strdup -> bstrdup; from Michael W. Bombardieri | Otto Moerbeek |
2017-12-05 | use a global BN_CTX; from kshe with a twist from myself | Otto Moerbeek |
2017-12-02 | make 0Z do what the original dc and gnu bcc do; ok tom@ | Otto Moerbeek |
2017-12-02 | Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@ | Otto Moerbeek |
2017-12-01 | fix buglet in split_number() and optimize count_digits(); | Otto Moerbeek |
2017-11-29 | fold bsqrt_stop into bsqrt; from kshe; ok tom@ | Otto Moerbeek |
2017-11-29 | simplify print_ascii; from kshe; ok tom@ | Otto Moerbeek |
2017-11-29 | Pledge can be done earlier; from kshe | Otto Moerbeek |
2017-11-28 | zap newline in warn(); from kshe | Otto Moerbeek |
2017-11-28 | zap dead stores; prompted by a diff from kshe | Otto Moerbeek |
2017-11-28 | garbage collect a few functions that are not really needed; from kshe | Otto Moerbeek |
2017-11-28 | document that the 'e' command is non-portable; from kshe; ok jmc@ | Otto Moerbeek |
2017-11-27 | Safer handling of the jump_table[] in dc's bcode.c | Tom Cosgrove |
2017-02-26 | Move away from BN_zero, the one returning an int is deprecated and the | Otto Moerbeek |
2017-02-23 | Introduce e command, equivalent to p, but writes to stderr | Otto Moerbeek |
2016-12-10 | replace all references to bn(3) with BN_new(3), | Ingo Schwarze |
2016-07-17 | getopt(3) can be called twice (once for bc and once for dc), so reinit getopt | Otto Moerbeek |
2016-03-27 | some style(9) and redundant tests for NULL, from Michael W. Bombardieri | Otto Moerbeek |
2015-11-03 | Surround pledge calls with blank lines. | mmcc |
2015-10-10 | Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) | Theo de Raadt |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-03 | Now that dc(1) no longer supports !command with popen(), we can start | Theo de Raadt |
2015-10-03 | delete documentation for ! command | Theo de Raadt |
2015-10-03 | disable ! command, makes dc(1) more tameable | Otto Moerbeek |
2015-02-16 | Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. | Jeremie Courreges-Anglas |
2014-12-01 | more opportunity to use reallocarray(); ok otto | Theo de Raadt |
2014-11-26 | Prefer setvbuf() to setlinebuf() for portability; ok deraadt@ | Todd C. Miller |
2014-11-26 | init array field in the proper place, see regress test t27; | Otto Moerbeek |
2014-10-08 | userland reallocarray audit. | Doug Hogan |
2014-05-20 | Use errc/warnc to simplify code. | Philip Guenther |
2012-11-07 | fix fractional number exponentiation, especially for negative exponents | Otto Moerbeek |
2012-11-06 | use BN_set_negative() and BN_is_negative() instead of subtracting or | Otto Moerbeek |
2012-11-06 | For exponenttion, only warn if the fractional part of the exponent | Otto Moerbeek |
2012-08-19 | Stefan Unterweger pointed out that, contrary to the man page, | Jason McIntyre |
2012-03-08 | let length(0.000) conform to what gnu bc does; from AIDA Shinra | Otto Moerbeek |
2010-10-18 | more usd/psd stuff lurking... | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-05-15 | normalize() cannot be inline and extern at the same time; prompted by | Otto Moerbeek |