]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import GNU bc 1.04
authorandreas <andreas@FreeBSD.org>
Wed, 29 Apr 1998 21:53:01 +0000 (21:53 +0000)
committerandreas <andreas@FreeBSD.org>
Wed, 29 Apr 1998 21:53:01 +0000 (21:53 +0000)
commit0ec6169bea8adb8ddbf8f9ce363f6e1803f88621
tree1529c15b522fa7bd199b5491bc88817aefc9b779
Import GNU bc 1.04
PR: 4183
90 files changed:
contrib/bc/AUTHORS [new file with mode: 0644]
contrib/bc/COPYING [new file with mode: 0644]
contrib/bc/ChangeLog [new file with mode: 0644]
contrib/bc/Examples/ckbook.b [new file with mode: 0644]
contrib/bc/Examples/pi.b [new file with mode: 0644]
contrib/bc/Examples/primes.b [new file with mode: 0644]
contrib/bc/Examples/twins.b [new file with mode: 0644]
contrib/bc/INSTALL [new file with mode: 0644]
contrib/bc/Makefile.am [new file with mode: 0644]
contrib/bc/Makefile.in [new file with mode: 0644]
contrib/bc/NEWS [new file with mode: 0644]
contrib/bc/README [new file with mode: 0644]
contrib/bc/Test/BUG.bc [new file with mode: 0644]
contrib/bc/Test/TESTS.bc [new file with mode: 0644]
contrib/bc/Test/array.b [new file with mode: 0644]
contrib/bc/Test/arrayp.b [new file with mode: 0644]
contrib/bc/Test/aryprm.b [new file with mode: 0644]
contrib/bc/Test/atan.b [new file with mode: 0644]
contrib/bc/Test/checklib.b [new file with mode: 0644]
contrib/bc/Test/div.b [new file with mode: 0644]
contrib/bc/Test/exp.b [new file with mode: 0644]
contrib/bc/Test/fact.b [new file with mode: 0644]
contrib/bc/Test/jn.b [new file with mode: 0644]
contrib/bc/Test/ln.b [new file with mode: 0644]
contrib/bc/Test/mul.b [new file with mode: 0644]
contrib/bc/Test/raise.b [new file with mode: 0644]
contrib/bc/Test/signum [new file with mode: 0644]
contrib/bc/Test/sine.b [new file with mode: 0644]
contrib/bc/Test/sqrt.b [new file with mode: 0644]
contrib/bc/Test/sqrt1.b [new file with mode: 0644]
contrib/bc/Test/sqrt2.b [new file with mode: 0644]
contrib/bc/Test/testfn.b [new file with mode: 0644]
contrib/bc/Test/timetest [new file with mode: 0755]
contrib/bc/acconfig.h [new file with mode: 0644]
contrib/bc/aclocal.m4 [new file with mode: 0644]
contrib/bc/bc/Makefile.am [new file with mode: 0644]
contrib/bc/bc/Makefile.in [new file with mode: 0644]
contrib/bc/bc/bc.c [new file with mode: 0644]
contrib/bc/bc/bc.h [new file with mode: 0644]
contrib/bc/bc/bc.y [new file with mode: 0644]
contrib/bc/bc/execute.c [new file with mode: 0644]
contrib/bc/bc/fix-libmath_h [new file with mode: 0755]
contrib/bc/bc/global.c [new file with mode: 0644]
contrib/bc/bc/libmath.b [new file with mode: 0644]
contrib/bc/bc/libmath.h [new file with mode: 0644]
contrib/bc/bc/load.c [new file with mode: 0644]
contrib/bc/bc/main.c [new file with mode: 0644]
contrib/bc/bc/sbc.y [new file with mode: 0644]
contrib/bc/bc/scan.c [new file with mode: 0644]
contrib/bc/bc/scan.l [new file with mode: 0644]
contrib/bc/bc/storage.c [new file with mode: 0644]
contrib/bc/bc/util.c [new file with mode: 0644]
contrib/bc/config.h.in [new file with mode: 0644]
contrib/bc/configure [new file with mode: 0755]
contrib/bc/configure.in [new file with mode: 0644]
contrib/bc/dc/Makefile.am [new file with mode: 0644]
contrib/bc/dc/Makefile.in [new file with mode: 0644]
contrib/bc/dc/array.c [new file with mode: 0644]
contrib/bc/dc/dc-proto.h [new file with mode: 0644]
contrib/bc/dc/dc-regdef.h [new file with mode: 0644]
contrib/bc/dc/dc.c [new file with mode: 0644]
contrib/bc/dc/dc.h [new file with mode: 0644]
contrib/bc/dc/eval.c [new file with mode: 0644]
contrib/bc/dc/misc.c [new file with mode: 0644]
contrib/bc/dc/numeric.c [new file with mode: 0644]
contrib/bc/dc/stack.c [new file with mode: 0644]
contrib/bc/dc/string.c [new file with mode: 0644]
contrib/bc/doc/Makefile.am [new file with mode: 0644]
contrib/bc/doc/Makefile.in [new file with mode: 0644]
contrib/bc/doc/bc.1 [new file with mode: 0644]
contrib/bc/doc/dc.1 [new file with mode: 0644]
contrib/bc/doc/dc.texi [new file with mode: 0644]
contrib/bc/doc/texinfo.tex [new file with mode: 0644]
contrib/bc/h/bcdefs.h [new file with mode: 0644]
contrib/bc/h/const.h [new file with mode: 0644]
contrib/bc/h/getopt.h [new file with mode: 0644]
contrib/bc/h/global.h [new file with mode: 0644]
contrib/bc/h/number.h [new file with mode: 0644]
contrib/bc/h/proto.h [new file with mode: 0644]
contrib/bc/h/version.h [new file with mode: 0644]
contrib/bc/install-sh [new file with mode: 0755]
contrib/bc/lib/Makefile.am [new file with mode: 0644]
contrib/bc/lib/Makefile.in [new file with mode: 0644]
contrib/bc/lib/getopt.c [new file with mode: 0644]
contrib/bc/lib/getopt1.c [new file with mode: 0644]
contrib/bc/lib/number.c [new file with mode: 0644]
contrib/bc/lib/vfprintf.c [new file with mode: 0644]
contrib/bc/missing [new file with mode: 0755]
contrib/bc/mkinstalldirs [new file with mode: 0755]
contrib/bc/stamp-h.in [new file with mode: 0644]