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_5_9_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.48   8 years  otto   disable ! command, makes dc(1) more tameable
[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.28   8 years  deraadt   delete documentation for ! command
[TXT] dc.c  1.17   8 years  mmcc   Surround pledge calls with blank lines.
[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.19   9 years  jca   Include bn.h and err.h from <openssl/...>, not the old <ssl/...> location. Remo...
[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.13   9 years  deraadt   more opportunity to use reallocarray(); ok otto