diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-11-21 07:31:10 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-11-21 07:31:10 -0800 |
commit | c36bd9667e8905aeef9c01660c2adb74782ce3ce (patch) | |
tree | b4e586ace00001720fcc1f1fa86ffcf21a3adaff /ChangeLog | |
parent | 8b237b2dcd460efb9f15494595bc0b429a76a438 (diff) | |
download | txr-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |