index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
dc
/
dc.c
Age
Commit message (
Expand
)
Author
2024-04-23
correct indentation; no functional change
Jonathan Gray
2017-12-06
strdup -> bstrdup; from Michael W. Bombardieri
Otto Moerbeek
2017-11-29
Pledge can be done earlier; from kshe
Otto Moerbeek
2016-07-17
getopt(3) can be called twice (once for bc and once for dc), so reinit getopt
Otto Moerbeek
2015-11-03
Surround pledge calls with blank lines.
mmcc
2015-10-10
Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1)
Theo de Raadt
2015-10-09
Change all tame callers to namechange to pledge(2).
Theo de Raadt
2015-10-03
Now that dc(1) no longer supports !command with popen(), we can start
Theo de Raadt
2014-11-26
Prefer setvbuf() to setlinebuf() for portability; ok deraadt@
Todd C. Miller
2014-05-20
Use errc/warnc to simplify code.
Philip Guenther
2009-10-28
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
Theo de Raadt
2007-07-29
sync the command usage with its synopsis
Igor Sobrado
2006-03-25
Use fstat(3) instead of stat(3) as a matter of principle. We don't
Otto Moerbeek
2006-03-24
For those of us (including me) who can't type: show an error message if
Otto Moerbeek
2006-01-15
delint wrt return values, including some missing BN return
Otto Moerbeek
2004-10-18
Implement command line evaluation of expressions by implementing the -e option.
Otto Moerbeek
2004-01-13
Add missing include. From espie@
Otto Moerbeek
2003-12-01
Allow for more registers using a 2 byte index. This feature is
Otto Moerbeek
2003-09-19
blanks
Theo de Raadt
2003-09-19
spaces
Theo de Raadt
2003-09-19
A complete, BSD licensed rewrite of dc(1), using the bn(3) big number routines.
Otto Moerbeek