NetBSD/gnu/usr.bin/bc
christos f2243822f3 PR/5793: Fix core dump caused by input strings more than 127 characters
in length when readline is used (rl_len was a *char*!!!). Undo disabling
of readline (this fix was like ``finger hurts, cut hand'') I guess PR/5793
is already closed...
1998-09-11 14:20:30 +00:00
..
Examples
COPYING
Makefile .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, 1998-04-09 00:32:31 +00:00
README.NetBSD
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/5793: Fix core dump caused by input strings more than 127 characters 1998-09-11 14:20:30 +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
getopt1.c
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
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 PR/5793: Fix core dump caused by input strings more than 127 characters 1998-09-11 14:20:30 +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.