1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/dc
2017-12-29 08:16:55 +00:00
..
USD.doc
bcode.c small optimization in bexp; from kshe 2017-12-29 08:16:55 +00:00
bcode.h Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. 2015-02-16 20:53:34 +00:00
dc.1 make 0Z do what the original dc and gnu bcc do; ok tom@ 2017-12-02 12:43:18 +00:00
dc.c strdup -> bstrdup; from Michael W. Bombardieri 2017-12-06 13:48:05 +00:00
extern.h Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) 2015-10-10 19:28:54 +00:00
inout.c simplify print_ascii; from kshe; ok tom@ 2017-11-29 19:12:48 +00:00
main.c Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) 2015-10-10 19:28:54 +00:00
Makefile Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) 2015-10-10 19:28:54 +00:00
mem.c Use proper BN functions for error reporting; from kshe 2017-12-17 08:21:10 +00:00
stack.c strdup -> bstrdup; from Michael W. Bombardieri 2017-12-06 13:48:05 +00:00