summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Jan Stary convinced me 4 * a(1) is a better exampleotto2017-10-091-3/+3
* be a bit clearer about -l: original diff from jan stary, but i'vejmc2017-10-081-6/+6
* more depends gc / yacc rules overhaulespie2017-07-192-7/+6
* be explicit in the lex/yacc dependenciesespie2017-07-031-1/+7
* whitespacederaadt2017-07-023-7/+7
* - write parse errors to stderr, prompted by Martijn Dekkerotto2017-02-231-3/+4
* - fix printing of non-ascii chars in error messageotto2015-11-231-10/+15
* Clarify sentence about `quit` in BUGS section.mmcc2015-11-171-3/+4
* '.Ql Quit' -> '.Ql quit' because only the lowercase command is valid.mmcc2015-11-151-3/+3
* Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)deraadt2015-10-102-7/+21
* Avoid unintended problems with operator precedence when doing anjsg2015-09-051-3/+3
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
* obvious use of reallocarray()deraadt2014-10-141-2/+2
* reallocarray() to detect integer overflow; ok dougderaadt2014-10-081-2/+2
* whitespaceotto2014-04-171-5/+5
* rm redundant declaration; from Xin Liotto2014-04-171-2/+1
* update references to posix-2008, and point STANDARDS to some of the extensionjmc2014-01-141-4/+5
* unsigned char casts for ctype.h macros, when dealing with thederaadt2013-11-201-2/+3
* simpler prototype repairsderaadt2013-11-122-4/+4
* separate termios.h out from scan.l, both have an ECHO define. Noted byotto2013-09-195-49/+72
* repair function when used with different scales; from AIDA Shinra, thanks!otto2012-03-141-11/+21
* allow editline in -d mode; from AIDA Shinraotto2012-03-081-14/+14
* Better error message on unexpected newline; noted by and ok deraadt@otto2011-10-061-1/+5
* in column lists, enforce the following ordering:jmc2011-08-301-4/+3
* save/restore tty state on SIGTSTP/SIGCONT. ok deraadt@ nicm@otto2011-08-033-8/+55
* el_set with EL_BIND needs sentinel NULL. with help from nicmtedu2011-07-081-2/+2
* protect errno from damage in the signal handlerderaadt2011-06-031-2/+3
* Make ^D behave: dont't echo it and make it work if the cursor is atotto2011-06-033-3/+23
* - avoid YY_FLUSH_BUFFER: it is not signal safe and it does not work as intendedotto2011-06-012-7/+30
* no Pp before/after Sh;jmc2011-03-071-2/+1
* add editline support; from freebsd. ok deraadt@otto2011-03-075-6/+89
* remove references to now removed usd/psd/smm docs;jmc2010-10-181-5/+2
* Stop installing me(1) and ms(1) source code.schwarze2010-10-171-6/+1
* The .Os macro is not optional. Even with groff(1),schwarze2010-01-021-2/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-272-10/+2
* fix word order;jmc2009-07-161-3/+3
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-081-3/+3
* turns out gcc is not smart enough to avoid the local array in constotto2008-12-151-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* - use a consistent text for STANDARDSjmc2007-05-301-3/+7
* Save and restore not only scale, but ibase as well. Problem noted myotto2007-02-031-11/+36
* whitespace, no change in code produced by bc -dlotto2007-01-291-91/+94
* CLEANFILES no longer needed since this is now done by bsd.*.mkotto2006-06-301-2/+1
* SRCS should refer to the .l and .c files; spotted by naddyderaadt2006-05-271-2/+2
* Avoid segv when a syntax error occurs while reading from command line.otto2006-05-181-3/+3
* unused variablederaadt2006-04-201-3/+3
* Better useage string. From Alexey Dobriyan.otto2006-03-311-3/+3
* Forgotten part in previous commit; having multiple source trees is aotto2006-03-181-4/+7
* Interchange roles: bc becomes parent, dc child. This leads to sanerotto2006-03-183-18/+48
* fclose file stream before opening a new one.otto2006-01-241-2/+4