Age | Commit message (Expand) | Author |
2017-11-29 | simplify print_ascii; from kshe; ok tom@ | Otto Moerbeek |
2017-02-26 | Move away from BN_zero, the one returning an int is deprecated and the | 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 |
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 |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
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-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-27 | Use inclusive bound check for line length, it is more clear. | Otto Moerbeek |
2005-03-15 | snprintf(buf, sizeof(buf), "%s", p) is silly, use strlcpy(). From Bruno Rohee. | Otto Moerbeek |
2003-11-14 | The BN_add_word() bug has been squashed, so we don't need a workaround | Otto Moerbeek |
2003-10-22 | Make ungetting a char read form a string behave the same as ungetting | Otto Moerbeek |
2003-10-18 | err(1, "out of mem") -> err(1, NULL) | Otto Moerbeek |
2003-09-30 | Teach dc(1) how to read strings with unbalanced braces by introducing | Otto Moerbeek |
2003-09-28 | realloc cleanup | Otto Moerbeek |
2003-09-19 | blanks | Theo de Raadt |
2003-09-19 | spaces | Theo de Raadt |
2003-09-19 | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | Otto Moerbeek |