summaryrefslogtreecommitdiff
path: root/usr.bin/dc/dc.1
AgeCommit message (Expand)Author
2017-12-02make 0Z do what the original dc and gnu bcc do; ok tom@Otto Moerbeek
2017-12-02Add a caveat wrt use of non-decimal fractional notation; from kshe; ok jmc@Otto Moerbeek
2017-11-28document that the 'e' command is non-portable; from kshe; ok jmc@Otto Moerbeek
2017-02-23Introduce e command, equivalent to p, but writes to stderrOtto Moerbeek
2016-12-10replace all references to bn(3) with BN_new(3),Ingo Schwarze
2015-10-03delete documentation for ! commandTheo de Raadt
2012-08-19Stefan Unterweger pointed out that, contrary to the man page,Jason McIntyre
2010-10-18more usd/psd stuff lurking...Jason McIntyre
2010-09-19more wacky macro fixing;Jason McIntyre
2010-01-02The .Os macro is not optional. Even with groff(1),Ingo Schwarze
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-24put `I' in the right place; from Igor SobradoJason McIntyre
2006-03-07Typo. ok otto@Kjell Wooding
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2004-10-18Implement command line evaluation of expressions by implementing the -e option.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-06Describe 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-22Document new extended comparison operators.Otto 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-18Describe new J and M operators. Also some small cleanup.Otto 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-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-19Man page based on 4.4 BSD man page, using the Caldera license.Otto Moerbeek