Here are (BSD licensed) replacements for bc and dc:
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Sep 2004 04:20:39 +0000 (04:20 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 20 Sep 2004 04:20:39 +0000 (04:20 +0000)
commitf2d37758e1bdb7b3adaf45cc65f23ed083898ce1
tree73cc86bd6c1485b204440af5f8b943abce64bffb
parent24265e658cd34a74a39c0d9915ae81613ed27d25
Here are (BSD licensed) replacements for bc and dc:

Submitted-by: Sascha Wildner <saw@online.de>
Taken-From: OpenBSD, with minor modifications.
20 files changed:
share/doc/usd/05.dc/Makefile [new file with mode: 0644]
share/doc/usd/06.bc/Makefile [new file with mode: 0644]
usr.bin/bc/Makefile [new file with mode: 0644]
usr.bin/bc/USD.doc/bc [new file with mode: 0644]
usr.bin/bc/bc.1 [new file with mode: 0644]
usr.bin/bc/bc.library [new file with mode: 0644]
usr.bin/bc/bc.y [new file with mode: 0644]
usr.bin/bc/extern.h [new file with mode: 0644]
usr.bin/bc/pathnames.h [new file with mode: 0644]
usr.bin/bc/scan.l [new file with mode: 0644]
usr.bin/dc/Makefile [new file with mode: 0644]
usr.bin/dc/USD.doc/dc [new file with mode: 0644]
usr.bin/dc/bcode.c [new file with mode: 0644]
usr.bin/dc/bcode.h [new file with mode: 0644]
usr.bin/dc/dc.1 [new file with mode: 0644]
usr.bin/dc/dc.c [new file with mode: 0644]
usr.bin/dc/extern.h [new file with mode: 0644]
usr.bin/dc/inout.c [new file with mode: 0644]
usr.bin/dc/mem.c [new file with mode: 0644]
usr.bin/dc/stack.c [new file with mode: 0644]