Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-29 | do not put a .Pp before a display; | Jason McIntyre | |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich | |
2004-10-19 | Implement -e expression, for command line expression evaluation. | Otto Moerbeek | |
ok deraadt@ | |||
2004-08-25 | typos from -f (PR #3907); | Jason McIntyre | |
2004-04-21 | point people to usd doc; | Jason McIntyre | |
ok otto@ | |||
2003-12-02 | Describe long variable names, a non-portable extension. | Otto Moerbeek | |
help and ok jmc@ | |||
2003-11-17 | Document 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-12 | kill some .Pp's before displays; | Jason McIntyre | |
ok otto@ | |||
2003-11-11 | Some 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-11 | Document new 'print' statement, plus some tweaks. | Otto Moerbeek | |
help and ok jmc@ | |||
2003-11-09 | Introduce `last' as a synonym for `.' and document them. | Otto Moerbeek | |
2003-10-22 | Implement if ... else statement. If you do not use 'else', code generated | Otto 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-20 | tweaks; | Jason McIntyre | |
ok otto@ | |||
2003-10-19 | Allow the expressions in for (E ; E ; E ) to be empty. | Otto Moerbeek | |
2003-10-18 | o 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-26 | File args are optional. Document strings and \<newline><whitespace> in | Otto Moerbeek | |
numbers. ok jmc@ | |||
2003-09-26 | cleanup, and an ammendment from otto@; | Jason McIntyre | |
2003-09-26 | Add a line saying we should conform to Posix. Also warn we do not have | Otto Moerbeek | |
non-portable extensions from GNU bc(1). | |||
2003-09-26 | spacing | Theo de Raadt | |
2003-09-25 | bc.library and bc.1 manual page using the Caldera license. | Otto Moerbeek | |
ok deraadt@ |