summaryrefslogtreecommitdiff
path: root/usr.bin/dc/bcode.c
AgeCommit message (Expand)Author
2005-09-25Fix wrong normalization in compare. From andreas@Otto Moerbeek
2005-04-02- Fix raise for negative exponents (noted by naddy@)Otto Moerbeek
2005-03-28spacingTheo de Raadt
2005-03-27Make call stack auto-growing, instead of fixed size. Enables much deeperOtto Moerbeek
2004-12-01use volatile sig_atomic_t for vars set in signal handlers. spotted by deraadt@Otto Moerbeek
2004-12-01Fix stop condition for sqrt. Due to the fact that we're doing NewtonOtto Moerbeek
2004-10-18Implement command line evaluation of expressions by implementing the -e option.Otto Moerbeek
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-02-11Make flag set in signal handler volatileOtto Moerbeek
2004-01-20duplicated entry; evarts@amazon.comTheo de Raadt
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-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-09Flush after 'n' operator.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-22Make J operator handle extended comparisons correctly.Otto Moerbeek
2003-10-22Implement extended comparison operators, to allow for an if ... else constructOtto Moerbeek
2003-10-18#ifdef debug codeOtto 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-09-30Flush stdout after P operator. Improves interaction with bc(1).Otto Moerbeek
2003-09-28Fix error check for array store operator.Otto Moerbeek
2003-09-22Make registers contain zero initially. Needed for new bc(1) and original dc(1)Otto Moerbeek
2003-09-20Remove bogus comment.Otto Moerbeek
2003-09-19spacesTheo de Raadt
2003-09-19spacesTheo de Raadt
2003-09-19A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.Otto Moerbeek