diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-07-29 07:36:17 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-07-29 15:31:32 -0700 |
commit | ec2bdf886c2970b7b0977bd014cdb7987e7c2dae (patch) | |
tree | c41a1ab1c64c0d47d56af821f2abfd06ae07c41c /ChangeLog | |
parent | 7b0cc54a306486e2ca09b7863f7330f85bf6531c (diff) | |
download | txr-ec2bdf886c2970b7b0977bd014cdb7987e7c2dae.tar.gz txr-ec2bdf886c2970b7b0977bd014cdb7987e7c2dae.tar.bz2 txr-ec2bdf886c2970b7b0977bd014cdb7987e7c2dae.zip |
* arith.c (plus, minus, mul): Fix missing breaks
to switch statements, leading to strange error
messages when wrong types are passed in.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2014-07-29 Kaz Kylheku <kaz@kylheku.com> + * arith.c (plus, minus, mul): Fix missing breaks + to switch statements, leading to strange error + messages when wrong types are passed in. + +2014-07-29 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Register nconc as intrinsic. * lib.c (nconcv): New function. |