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

Current tag: OPENBSD_6_1_BASE


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.51   7 years  otto   Move away from BN_zero, the one returning an int is deprecated and the new one i...
[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.30   7 years  otto   Introduce e command, equivalent to p, but writes to stderr
[TXT] dc.c  1.18   7 years  otto   getopt(3) can be called twice (once for bc and once for dc), so reinit getopt ok...
[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.20   7 years  otto   Move away from BN_zero, the one returning an int is deprecated and the new one i...
[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.7   9 years  jca   Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. Remo...
[TXT] stack.c  1.14   8 years  otto   some style(9) and redundant tests for NULL, from Michael W. Bombardieri