summaryrefslogtreecommitdiff
path: root/usr.bin/bc/extern.h
AgeCommit message (Collapse)Author
2006-03-18Interchange roles: bc becomes parent, dc child. This leads to sanerOtto Moerbeek
tty handling (try bc | grep foo followed by ^C, as noted by deraadt@). To make it all work, bc now waits for dc to exit after giving it a quit command. ok deraadt@ jaredy@
2004-10-19Implement -e expression, for command line expression evaluation.Otto Moerbeek
ok deraadt@
2003-12-02o Introduce long variable names, a non-portable extension.Otto Moerbeek
o Make main program target left recursive. Reduces parse stack usage, making it possible to compile programs > 10000 lines.
2003-09-28Better error hanndling:Otto Moerbeek
- skip current line on syntax error - detect EOF in strings and comments - report correct line number in above case - more consistent warning and errors ok henning@
2003-09-26spacingTheo de Raadt
2003-09-25A new, BSD licensed implementation of bc(1).Otto Moerbeek
ok deraadt@