diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 15:50:28 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-21 15:50:28 -0700 |
commit | a084df5e0f237ae0e331f2fe43f850853eec5fb6 (patch) | |
tree | 3dde1e4b192e7b7929fb4490f179775c31e4c64b /ChangeLog | |
parent | 0ab41f3caba2bb60a876a400dbd206e73c844b29 (diff) | |
download | txr-a084df5e0f237ae0e331f2fe43f850853eec5fb6.tar.gz txr-a084df5e0f237ae0e331f2fe43f850853eec5fb6.tar.bz2 txr-a084df5e0f237ae0e331f2fe43f850853eec5fb6.zip |
* arith.c (plus, minus, mul): Removing unnecessary type checks,
which are already implied by the switch case.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-03-21 Kaz Kylheku <kaz@kylheku.com> + * arith.c (plus, minus, mul): Removing unnecessary type checks, + which are already implied by the switch case. + +2012-03-21 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Doc stubs for new functions floatp, integerp, float-str, int-flo and flo-int. |