OpenBSD CVS

src/usr.bin/dc/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / dc


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] USD.doc/        
[TXT] Makefile  1.3   8 years  deraadt   Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code d...
[TXT] bcode.c  1.63   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] bcode.h  1.8   9 years  jca   Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. Remo...
[TXT] dc.1  1.35   3 years  jsg   Add some references, most of these were removed when we stopped building and ins...
[TXT] dc.c  1.21   2 weeks  jsg   correct indentation; no functional change ok tb@
[TXT] extern.h  1.5   8 years  deraadt   Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code d...
[TXT] inout.c  1.23   14 months  guenther   Delete obsolete /* ARGSUSED */ lint comments. ok miod@ millert@
[TXT] main.c  1.1   8 years  deraadt   Rather than invoking fork/execve of dc(1) on a pipe, compile in the dc(1) code d...
[TXT] mem.c  1.10   6 years  otto   Use proper BN functions for error reporting; from kshe
[TXT] stack.c  1.15   6 years  otto   strdup -> bstrdup; from Michael W. Bombardieri