]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r291155:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 26 Dec 2015 18:26:44 +0000 (18:26 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 26 Dec 2015 18:26:44 +0000 (18:26 +0000)
commit1995af5d2f2c8fe297bc835d449e890eefa1d7f3
tree0ce7e76b1393255e3d259fcdb2107424ed233334
parentf4b595d370d34c3febf2033fa973829fc7427311
MFC r291155:
bc: sync with OpenBSD

tty.c Rev. 1.3
Avoid unintended problems with operator precedence when doing an
assignment and comparison.

bc.1, Rev. 1.31, 1.32
'.Ql Quit' -> '.Ql quit' because only the lowercase command is valid.
Clarify sentence about `quit` in BUGS section.

extern.h, Rev. 1.12
whitespace

bc.y, Rev. 1.47
Prefer setvbuf() to setlinebuf() for portability

Obtained from: OpenBSD

git-svn-id: svn://svn.freebsd.org/base/stable/10@292753 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/bc/bc.1
usr.bin/bc/bc.y
usr.bin/bc/extern.h
usr.bin/bc/tty.c