BUGS | 23 CHANGES | 232 +++++++ COPYING | 12 LIBRARY | 275 +++++++-- Makefile | 834 ++++++++++++++-------------- README.WINDOWS | 37 - addop.c | 30 - alloc.h | 54 - assocfunc.c | 24 blkcpy.c | 10 blkcpy.h | 42 - block.c | 20 block.h | 40 - cal/README | 6 cal/alg_config.cal | 16 cal/mfactor.cal | 8 cal/randmprime.cal | 12 cal/regress.cal | 39 + cal/sumtimes.cal | 52 - cal/test3300.cal | 8 cal/test4000.cal | 24 cal/test4100.cal | 62 +- calc.c | 92 +-- calc.h | 250 ++++---- calc.man | 8 cmath.h | 114 +-- codegen.c | 201 +++--- comfunc.c | 14 commath.c | 8 config.c | 66 +- config.h | 35 - const.c | 12 cscript/4dsphere.calc | 4 cscript/Makefile | 14 cscript/README | 88 -- cscript/README.src | 128 ++++ cscript/fproduct.calc | 4 cscript/mersenne.calc | 63 +- cscript/piforever.calc | 63 +- cscript/plus.calc | 65 +- cscript/powerterm.calc | 4 cscript/simple.calc | 57 - cscript/square.calc | 121 ++-- custom.h | 16 custom/HOW_TO_ADD | 18 custom/Makefile | 396 ++++++++++--- custom/c_argv.c | 16 custom/c_devnull.c | 18 custom/c_help.c | 18 custom/c_pmodm127.c | 28 custom/c_pzasusb8.c | 14 custom/c_sysinfo.c | 60 +- custom/custtbl.c | 27 debian/changelog | 20 debian/control | 2 debian/rules | 4 debian/watch | 2 decl.h | 97 +++ file.c | 82 +- file.h | 18 func.c | 658 +++++++++++++--------- func.h | 68 +- hash.c | 14 hash.h | 32 - have_stdvs.c | 65 +- have_varvs.c | 72 ++ help.c | 15 help/Makefile | 38 - help/builtin.end | 6 help/config | 16 help/cp | 63 -- help/help | 36 - help/pound | 127 ++++ help/runtime | 30 - help/statement | 109 +++ help/systime | 63 ++ help/todo | 43 + help/unexpected | 77 ++ help/usage | 370 ------------ help/usertime | 61 ++ hist.c | 278 ++++----- hist.h | 14 input.c | 82 +- jump.h | 14 label.c | 14 label.h | 20 lib_calc.c | 76 +- lib_calc.h | 81 ++ lib_util.h | 16 listfunc.c | 20 longbits.c | 8 matfunc.c | 24 math_error.c | 45 - math_error.h | 49 - md5.c | 8 obj.c | 36 - opcodes.c | 309 +++++----- opcodes.h | 14 prime.c | 12 prime.h | 20 qfunc.c | 16 qio.c | 10 qmath.c | 57 + qmath.h | 312 +++++----- qmod.c | 14 qtrans.c | 16 quickhash.c | 58 - sample.README | 80 ++ sample/Makefile | 669 ---------------------- sample/README_SAMPLE | 82 -- sample/many_random.c | 173 ----- sample/test_random.c | 118 ---- sample_many.c | 173 +++++ sample_rand.c | 118 ++++ seed.c | 8 shs.c | 44 - shs1.c | 40 - size.c | 26 str.c | 1443 +++++++++++++++++++++++++++++++++++++++++++++++++ str.h | 82 ++ string.c | 1443 ------------------------------------------------- string.h | 82 -- symbol.c | 42 - symbol.h | 54 - token.c | 137 +++- token.h | 26 value.c | 10 value.h | 354 ++++++------ version.c | 56 - win32/args.h | 4 win32/have_malloc.h | 14 win32/have_strdup.h | 6 win32dll.h | 50 - zfunc.c | 14 zio.c | 20 zmath.c | 81 ++ zmath.h | 273 ++++----- zmod.c | 24 zmul.c | 20 zprime.c | 24 zrand.c | 36 - zrand.h | 26 zrandom.c | 190 +++--- zrandom.h | 34 - 144 files changed, 7189 insertions(+), 6580 deletions(-)