summaryrefslogtreecommitdiff
path: root/usr.bin/dc
AgeCommit message (Expand)Author
2004-01-20duplicated entry; evarts@amazon.comTheo de Raadt
2004-01-13Add missing include. From espie@Otto Moerbeek
2003-12-19Do something sensible on ^C: unwind stack and be ready for new input.Otto Moerbeek
2003-12-02Fix a max recursion off-by-one.Otto Moerbeek
2003-12-01Allow for more registers using a 2 byte index. This feature isOtto Moerbeek
2003-12-01Allow for more registers using a 2 byte index. This feature isOtto Moerbeek
2003-11-26Avoid a core dump on reading uninitiazed array locations.Otto Moerbeek
2003-11-17A basic stack operation that is missing from the original dc (andOtto Moerbeek
2003-11-14Implement new boolean operations 'N' (not), 'G' (equals), '(' (less)Otto Moerbeek
2003-11-14The BN_add_word() bug has been squashed, so we don't need a workaroundOtto Moerbeek
2003-11-09Flush after 'n' operator.Otto Moerbeek
2003-11-06Describe non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
2003-11-06Implement non-portable extension # (comment), n (print w/o newline),Otto Moerbeek
2003-11-04Duh, a stack machine without swap; implement GNU compatible 'r'Otto Moerbeek
2003-10-23quote args to make them expand properly;Jason McIntyre
2003-10-22Make J operator handle extended comparisons correctly.Otto Moerbeek
2003-10-22Document new extended comparison operators.Otto Moerbeek
2003-10-22Implement extended comparison operators, to allow for an if ... else constructOtto Moerbeek
2003-10-22Make ungetting a char read form a string behave the same as ungettingOtto Moerbeek
2003-10-20typos from Jared Yanovich;Jason McIntyre
2003-10-19Reorder descriptions of operators alphabetically.Otto Moerbeek
2003-10-18- new sentence, new lineJason McIntyre
2003-10-18err(1, "out of mem") -> err(1, NULL)Otto Moerbeek
2003-10-18#ifdef debug codeOtto Moerbeek
2003-10-18Describe new J and M operators. Also some small cleanup.Otto Moerbeek
2003-10-18o Implement new J (jump) and M (mark) operators. The J operatorOtto Moerbeek
2003-10-11Division and modulus operator (~). From hugh@.Otto Moerbeek
2003-10-01tweak;Jason McIntyre
2003-09-30Teach dc(1) how to read strings with unbalanced braces by introducingOtto Moerbeek
2003-09-30Flush stdout after P operator. Improves interaction with bc(1).Otto Moerbeek
2003-09-28realloc cleanupOtto Moerbeek
2003-09-28Free memory after a failing realloc.Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-22Kill warnings. Add a note saying the current paper describes theOtto Moerbeek
2003-09-22Typo.Otto Moerbeek
2003-09-22Make registers contain zero initially. Needed for new bc(1) and original dc(1)Otto Moerbeek
2003-09-22tweaks;Jason McIntyre
2003-09-20Remove bogus comment.Otto Moerbeek
2003-09-19spacesTheo de Raadt
2003-09-19blanksTheo de Raadt
2003-09-19Add missing copyright.Otto Moerbeek
2003-09-19spacesTheo de Raadt
2003-09-19Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup.Otto Moerbeek
2003-09-19Man page based on 4.4 BSD man page, using the Caldera license.Otto Moerbeek
2003-09-19A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.Otto Moerbeek