summaryrefslogtreecommitdiffstats
path: root/usr.bin/dc/dc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* strdup -> bstrdup; from Michael W. Bombardieriotto2017-12-061-3/+2
* Pledge can be done earlier; from ksheotto2017-11-291-4/+6
* getopt(3) can be called twice (once for bc and once for dc), so reinit getoptotto2016-07-171-1/+3
* Surround pledge calls with blank lines.mmcc2015-11-031-1/+5
* Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)deraadt2015-10-101-5/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-7/+7
* Now that dc(1) no longer supports !command with popen(), we can startderaadt2015-10-031-1/+7
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-3/+3
* Use errc/warnc to simplify code.guenther2014-05-201-5/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* sync the command usage with its synopsissobrado2007-07-291-3/+4
* Use fstat(3) instead of stat(3) as a matter of principle. We don'totto2006-03-251-7/+6
* For those of us (including me) who can't type: show an error message ifotto2006-03-241-2/+13
* delint wrt return values, including some missing BN returnotto2006-01-151-6/+6
* Implement command line evaluation of expressions by implementing the -e option.otto2004-10-181-10/+29
* Add missing include. From espie@otto2004-01-131-2/+3
* Allow for more registers using a 2 byte index. This feature isotto2003-12-011-11/+27
* blanksderaadt2003-09-191-3/+2
* spacesderaadt2003-09-191-3/+3
* A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.otto2003-09-191-0/+71