summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-11-21 07:31:10 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-11-21 07:31:10 -0800
commitc36bd9667e8905aeef9c01660c2adb74782ce3ce (patch)
treeb4e586ace00001720fcc1f1fa86ffcf21a3adaff /ChangeLog
parent8b237b2dcd460efb9f15494595bc0b429a76a438 (diff)
downloadtxr-c36bd9667e8905aeef9c01660c2adb74782ce3ce.tar.gz
txr-c36bd9667e8905aeef9c01660c2adb74782ce3ce.tar.bz2
txr-c36bd9667e8905aeef9c01660c2adb74782ce3ce.zip
* lib.c (partition_star_func): Bugfix: doing rplaca(env, seq)
too early, before the loop which adjusts its value. Restructuring this slightly to avoid duplicated code, by moving the !first check later.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69d7c98d..932dc26c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-11-21 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (partition_star_func): Bugfix: doing rplaca(env, seq)
+ too early, before the loop which adjusts its value.
+ Restructuring this slightly to avoid duplicated code, by moving the
+ !first check later.
+
+2014-11-21 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (partition_by_func): Rename one local variable for clarity.
Remove unessential variable last, and move the next variable
into loop scope.