summaryrefslogtreecommitdiff
path: root/usr.bin/dc/stack.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2008-04-28plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802,Otto Moerbeek
the others by myself
2006-01-16delint; use size_t as stack size and ssize_t as stack pointer.Otto Moerbeek
2006-01-15delint wrt return values, including some missing BN returnOtto Moerbeek
values checks.
2005-03-28spacingTheo de Raadt
2003-11-26Avoid a core dump on reading uninitiazed array locations.Otto Moerbeek
2003-11-04Duh, a stack machine without swap; implement GNU compatible 'r'Otto Moerbeek
(swap) operator. Prompted by Michael Knudsen <e at molioner dot dk>
2003-10-18err(1, "out of mem") -> err(1, NULL)Otto Moerbeek
2003-09-28realloc cleanupOtto Moerbeek
2003-09-19spacesTheo de Raadt
2003-09-19A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.Otto Moerbeek
ok toby@ deraadt@