NetBSD/gnu/usr.bin/bc
christos a6e206b6f7 Oh, my god... bc with readline support does not work at all:
echo 10 / 3 | bc
prints
	10 / 3\r\n\r3\r\n
with a stock readline... Our readline does not echo when it does not
have a tty, so it printed:
	\r3\n
I removed printing the printing of \r for now...
1997-12-20 19:19:07 +00:00
..
Examples Import of GNU bc-1.03 1994-12-01 04:23:53 +00:00
COPYING gnu bc. necessary to compile the distribution 1993-04-10 15:51:24 +00:00
Makefile use CPPFLAGS instead of CFLAGS 1997-10-25 10:10:19 +00:00
README.NetBSD Updating to version 1.04. 1997-04-29 00:11:31 +00:00
bc.1 Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
bc.y Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
bcdefs.h Make sure we get all the .h files we need so this compiles. 1997-05-18 11:27:06 +00:00
config.h PR/4301: Jaromir Dolecek: Enable readline, now that we emulate it. 1997-10-23 22:25:06 +00:00
const.h Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
execute.c Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
getopt.c Make sure we get all the .h files we need so this compiles. 1997-05-18 11:27:06 +00:00
getopt.h Updating to version 1.04. 1997-04-29 00:11:31 +00:00
getopt1.c Updating to version 1.04. 1997-04-29 00:11:31 +00:00
global.c Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
global.h Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
libmath.b Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
libmath.h Updating to version 1.04. 1997-04-29 00:11:31 +00:00
load.c Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
main.c Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
number.c Fix a bug in bc_sqrt for numbers between 0 and 1. 1997-05-22 15:21:47 +00:00
number.h Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
proto.h Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
scan.l Oh, my god... bc with readline support does not work at all: 1997-12-20 19:19:07 +00:00
storage.c Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
util.c Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00
version.h Cleanup for import of bc-1.04. Removing many files not needed for bc-1.04. 1997-04-29 00:28:49 +00:00

README.NetBSD

This is GNU bc 1.04.

The full distribution of GNU bc-1.04 may be found at any GNU software
archive.  The master copy is at ftp://prep.ai.mit.edu/pub/gnu/bc-1.04.tar.gz.

Not everything included in the full bc-1.04 distribution is included.
The files included here are only the needed files for building bc on
NetBSD.  Their location in the NetBSD tree are different than in the
original bc-1.04 source tree.