diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-03-29 23:35:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-03-29 23:35:13 -0700 |
commit | 0a252c30582c4134c7c1d8d7cacab7cf00f3c2c3 (patch) | |
tree | 8e9b316fa86ddddb28bdfe5dfcdc49c6950a0f39 /ChangeLog | |
parent | 5f26f2f8baaf377e414660df4e71afce9c4f4f48 (diff) | |
download | txr-0a252c30582c4134c7c1d8d7cacab7cf00f3c2c3.tar.gz txr-0a252c30582c4134c7c1d8d7cacab7cf00f3c2c3.tar.bz2 txr-0a252c30582c4134c7c1d8d7cacab7cf00f3c2c3.zip |
* arith.c (numeq): Fix misplaced parenthesis.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2012-03-29 Kaz Kylheku <kaz@kylheku.com> + * arith.c (numeq): Fix misplaced parenthesis. + +2012-03-29 Kaz Kylheku <kaz@kylheku.com> + * lib.c (min2, max2): Semantics tweak. If the numbers are equal, favor the left one. |