diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-12-12 17:42:58 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-12-12 17:42:58 -0800 |
commit | 81f71cdbf8446246837665cc6f13e3da95a7db58 (patch) | |
tree | 3a0078cd114335bf413511089e2db17309878f70 /ChangeLog | |
parent | 1c31934c8294fec086bcfcd43479a3a399234ff7 (diff) | |
download | txr-81f71cdbf8446246837665cc6f13e3da95a7db58.tar.gz txr-81f71cdbf8446246837665cc6f13e3da95a7db58.tar.bz2 txr-81f71cdbf8446246837665cc6f13e3da95a7db58.zip |
* arith.c (expt): New function.
* eval.c (eval_init): Registering new intrinsic functions,
reduce-left, reduce-right and expt.
* lib.c (minusv): Return one instead of num(1).
(exptv, reduce_right): New functions.
* lib.h (expt, exptv, reduce_right): Declared.
* txr.1: Blank sections for new functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2011-12-12 Kaz Kylheku <kaz@kylheku.com> + * arith.c (expt): New function. + + * eval.c (eval_init): Registering new intrinsic functions, + reduce-left, reduce-right and expt. + + * lib.c (minusv): Return one instead of num(1). + (exptv, reduce_right): New functions. + + * lib.h (expt, exptv, reduce_right): Declared. + + * txr.1: Blank sections for new functions. + +2011-12-12 Kaz Kylheku <kaz@kylheku.com> + * mpi-patches/fix-mult-bug: One more flaw discovered in s_mp_mul_d and added to patch. This one caused malloc corruption and crashes, because the incorrect arithmetic causes the function |