Age | Commit message (Expand) | Author |
2003-11-06 | Describe non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek |
2003-11-06 | Implement non-portable extension # (comment), n (print w/o newline), | Otto Moerbeek |
2003-11-04 | Duh, a stack machine without swap; implement GNU compatible 'r' | Otto Moerbeek |
2003-10-23 | quote args to make them expand properly; | Jason McIntyre |
2003-10-22 | Make J operator handle extended comparisons correctly. | Otto Moerbeek |
2003-10-22 | Document new extended comparison operators. | Otto Moerbeek |
2003-10-22 | Implement extended comparison operators, to allow for an if ... else construct | Otto Moerbeek |
2003-10-22 | Make ungetting a char read form a string behave the same as ungetting | Otto Moerbeek |
2003-10-20 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-19 | Reorder descriptions of operators alphabetically. | Otto Moerbeek |
2003-10-18 | - new sentence, new line | Jason McIntyre |
2003-10-18 | err(1, "out of mem") -> err(1, NULL) | Otto Moerbeek |
2003-10-18 | #ifdef debug code | Otto Moerbeek |
2003-10-18 | Describe new J and M operators. Also some small cleanup. | Otto Moerbeek |
2003-10-18 | o Implement new J (jump) and M (mark) operators. The J operator | Otto Moerbeek |
2003-10-11 | Division and modulus operator (~). From hugh@. | Otto Moerbeek |
2003-10-01 | tweak; | Jason McIntyre |
2003-09-30 | Teach dc(1) how to read strings with unbalanced braces by introducing | Otto Moerbeek |
2003-09-30 | Flush stdout after P operator. Improves interaction with bc(1). | Otto Moerbeek |
2003-09-28 | realloc cleanup | Otto Moerbeek |
2003-09-28 | Free memory after a failing realloc. | Otto Moerbeek |
2003-09-28 | Fix error check for array store operator. | Otto Moerbeek |
2003-09-22 | Kill warnings. Add a note saying the current paper describes the | Otto Moerbeek |
2003-09-22 | Typo. | Otto Moerbeek |
2003-09-22 | Make registers contain zero initially. Needed for new bc(1) and original dc(1) | Otto Moerbeek |
2003-09-22 | tweaks; | Jason McIntyre |
2003-09-20 | Remove bogus comment. | Otto Moerbeek |
2003-09-19 | spaces | Theo de Raadt |
2003-09-19 | blanks | Theo de Raadt |
2003-09-19 | Add missing copyright. | Otto Moerbeek |
2003-09-19 | spaces | Theo de Raadt |
2003-09-19 | Original USD.doc from 4.4 BSD, using the Caldera license. Needs cleanup. | Otto Moerbeek |
2003-09-19 | Man page based on 4.4 BSD man page, using the Caldera license. | Otto Moerbeek |
2003-09-19 | A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines. | Otto Moerbeek |