Age | Commit message (Expand) | Author |
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 |