Age | Commit message (Expand) | Author |
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 |
2010-01-02 | The .Os macro is not optional. Even with groff(1), | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-09-06 | check for unitialized elements when accessing an array; from Simon Kellner. | Otto Moerbeek |
2008-11-24 | although there's no EOF condition defined for the handling of '?', | Otto Moerbeek |
2008-04-28 | plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802, | Otto Moerbeek |
2008-04-26 | use correct printf format for size_t (debug only code) | Otto Moerbeek |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt |
2007-07-29 | sync the command usage with its synopsis | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-24 | put `I' in the right place; from Igor Sobrado | Jason McIntyre |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |
2006-03-25 | Use fstat(3) instead of stat(3) as a matter of principle. We don't | Otto Moerbeek |
2006-03-24 | For those of us (including me) who can't type: show an error message if | Otto Moerbeek |
2006-03-07 | Typo. ok otto@ | Kjell Wooding |
2006-01-19 | delint: check value against UINT_MAX before casting to u_int; while | Otto Moerbeek |
2006-01-16 | delint; use size_t as stack size and ssize_t as stack pointer. | Otto Moerbeek |
2006-01-15 | delint; index is a global symbol, so rename some locals to avoid | Otto Moerbeek |
2006-01-15 | delint wrt return values, including some missing BN return | Otto Moerbeek |
2005-12-14 | Fix parsing of non-decimal fractions, which was giving bogus results. | Otto Moerbeek |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-09-25 | Fix wrong normalization in compare. From andreas@ | Otto Moerbeek |
2005-04-02 | - Fix raise for negative exponents (noted by naddy@) | Otto Moerbeek |
2005-03-29 | Nicer wrapping. We used to mimick the old dc(1), which prints | Otto Moerbeek |
2005-03-28 | Linefeed is part of a line according to POSIX, so take that into account | Otto Moerbeek |
2005-03-28 | spacing | Theo de Raadt |