aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bc/bc.1
Commit message (Collapse)AuthorAgeFilesLines
* Use correct date formatBaptiste Daroussin2017-02-111-1/+1
| | | | | | | | Reported by: make manlint MFC after: 2 days Notes: svn path=/head/; revision=313671
* bc: sync with OpenBSDPedro F. Giffuni2015-11-221-4/+5
| | | | | | | | | | | | | | | | | | | | | | 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 MFC after: 2 weeks Notes: svn path=/head/; revision=291155
* Sync with OpenBSD.Xin LI2014-04-161-9/+22
| | | | | | | MFC after: 2 weeks Notes: svn path=/head/; revision=264573
* Document -q and --quiet as discouraged compatibility option.Xin LI2013-12-071-1/+9
| | | | | | | | Suggested by: eadler MFC after: 2 weeks Notes: svn path=/head/; revision=259060
* Remove mention of the compatibility option 'q', which isXin LI2013-12-071-1/+1
| | | | | | | | | | | | intentionally undocumented and its only purpose is that we do not bail out when used as a drop-in replacement of a different implementation. PR: docs/184550 MFC after: 2 weeks Notes: svn path=/head/; revision=259058
* Remove extra sentence, a leftover from r202845.Stefan Farfeleder2012-01-251-2/+0
| | | | Notes: svn path=/head/; revision=230546
* - Remove --debug option and intentionally undocument -d, which is onlyXin LI2010-01-221-13/+9
| | | | | | | | | | | | kept for compatibility with 4.4BSD behavior. - Sync SYNOPSIS with usage(). - Use an alternative way to represent short and long options which have same semantics. Reviewed by: gabor Notes: svn path=/head/; revision=202845
* Replace GNU bc/dc with BSDL versions ported from OpenBSD. They have a goodGabor Kovesdan2010-01-201-0/+400
compatibility level with the GNU counterparts and have shown to be mature enough. For now, the GNU versions aren't removed from the tree, just detached from the build. Sponsored by: Google Summer of Code 2008 Portbuild run by: erwin Approved by: delphij Notes: svn path=/head/; revision=202719