summaryrefslogtreecommitdiff
path: root/usr.bin/bc/bc.1
AgeCommit message (Collapse)Author
2005-10-29do not put a .Pp before a display;Jason McIntyre
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2004-10-19Implement -e expression, for command line expression evaluation.Otto Moerbeek
ok deraadt@
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-04-21point people to usd doc;Jason McIntyre
ok otto@
2003-12-02Describe long variable names, a non-portable extension.Otto Moerbeek
help and ok jmc@
2003-11-17Document non-portable extensions:Otto Moerbeek
o boolean operators !, && and ||. o allow relational operators to appear in any expression, not just conditional expressions. help and ok jmc@
2003-11-12kill some .Pp's before displays;Jason McIntyre
ok otto@
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
- a line comment, starting with # - opening brace of define statement may be on next line - return expression, equivalent to return (expression) tweaks and ok jmc@
2003-11-11Document new 'print' statement, plus some tweaks.Otto Moerbeek
help and ok jmc@
2003-11-09Introduce `last' as a synonym for `.' and document them.Otto Moerbeek
2003-10-22Implement if ... else statement. If you do not use 'else', code generatedOtto Moerbeek
is still classic dc(1) compatible. If you do use 'else', you'll need a dc(1) that implements the new extended comparison operators like '=xey'.
2003-10-20tweaks;Jason McIntyre
ok otto@
2003-10-19Allow the expressions in for (E ; E ; E ) to be empty.Otto Moerbeek
2003-10-18o Fix assignment operators (+=, -=, ... )Otto Moerbeek
o Implement "continue" in loops. If continue is not used, generated code is still "classic" dc(1) compatible. If continue is used, you'll need a dc(1) that implements the J and M operators.
2003-09-26File args are optional. Document strings and \<newline><whitespace> inOtto Moerbeek
numbers. ok jmc@
2003-09-26cleanup, and an ammendment from otto@;Jason McIntyre
2003-09-26Add a line saying we should conform to Posix. Also warn we do not haveOtto Moerbeek
non-portable extensions from GNU bc(1).
2003-09-26spacingTheo de Raadt
2003-09-25bc.library and bc.1 manual page using the Caldera license.Otto Moerbeek
ok deraadt@