summaryrefslogtreecommitdiff
path: root/usr.bin/bc
AgeCommit message (Expand)Author
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-12-15turns out gcc is not smart enough to avoid the local array in constOtto Moerbeek
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre
2007-02-03Save and restore not only scale, but ibase as well. Problem noted myOtto Moerbeek
2007-01-29whitespace, no change in code produced by bc -dlOtto Moerbeek
2006-06-30CLEANFILES no longer needed since this is now done by bsd.*.mkOtto Moerbeek
2006-05-27SRCS should refer to the .l and .c files; spotted by naddyTheo de Raadt
2006-05-18Avoid segv when a syntax error occurs while reading from command line.Otto Moerbeek
2006-04-20unused variableTheo de Raadt
2006-03-31Better useage string. From Alexey Dobriyan.Otto Moerbeek
2006-03-18Forgotten part in previous commit; having multiple source trees is aOtto Moerbeek
2006-03-18Interchange roles: bc becomes parent, dc child. This leads to sanerOtto Moerbeek
2006-01-24fclose file stream before opening a new one.Otto Moerbeek
2005-12-03ARGSUSED signal handlerTheo de Raadt
2005-10-29do not put a .Pp before a display;Jason McIntyre
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-09-18Do not check pointer for NULL, but check for return value of asprintf(),Otto Moerbeek
2005-05-23Fix some pedantic signed vs unsigned warnings. From Michael Knudsen, 10xOtto Moerbeek
2005-04-13Always use lex in interactive mode. Makes bc running as a co-processOtto Moerbeek
2005-03-28mark potential signal race so we fix it later, ok ottoTheo de Raadt
2005-03-17Fix eof without newline handling. spotted by and ok deraadt@Otto Moerbeek
2004-12-02Fix signal races for isatty(3) (calls ioctl(2)) and printf(3);Otto Moerbeek
2004-10-19Implement -e expression, for command line expression evaluation.Otto Moerbeek
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-07-09typo from rohee@Jason McIntyre
2004-04-21point people to usd doc;Jason McIntyre
2004-04-06- add margins when formatting w/ -TasciiJason McIntyre
2004-02-18Rewrite argv processing to not alter argv[] and optind while in theOtto Moerbeek
2004-02-01add paper.txt target;Jason McIntyre
2004-01-13Missing cast. From deraadt@Otto Moerbeek
2003-12-19Pass SIGINT to dc process.Otto Moerbeek
2003-12-02Describe long variable names, a non-portable extension.Otto Moerbeek
2003-12-02o Introduce long variable names, a non-portable extension.Otto Moerbeek
2003-11-17Document non-portable extensions:Otto Moerbeek
2003-11-17Implement non-portable extensions:Otto Moerbeek
2003-11-13When using print, do not leave garbage on the dc stack.Otto Moerbeek
2003-11-13Exponentiation operatator ^ is right associative.Otto Moerbeek
2003-11-12kill some .Pp's before displays;Jason McIntyre
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
2003-11-11Some syntactic sugar (all non-portable extensions):Otto Moerbeek
2003-11-11Describe new 'print' statement plus some tweaks.Otto Moerbeek
2003-11-11Document new 'print' statement, plus some tweaks.Otto Moerbeek
2003-11-11Implement `print' statement, a non-portable extension.Otto Moerbeek
2003-11-09Introduce `last' as a synonym for `.' and document them.Otto Moerbeek
2003-11-03Don't define a specific target when the default rule will do perfectly.Otto Moerbeek
2003-11-03Install bc(1) USD doc.Otto Moerbeek
2003-10-22Document if ... elseOtto Moerbeek
2003-10-22Implement if ... else statement. If you do not use 'else', code generatedOtto Moerbeek