summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-05 23:55:06 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-03-05 23:55:06 -0800
commitdf3566afa1a0b329ffa22773e79f1c67281e44c4 (patch)
tree10d8bbd93a05f2f53cb6c87f6874ff83026f819e /ChangeLog
parent70f84f0b4d463049ee3be0e37c254d5a7cf931ac (diff)
downloadtxr-df3566afa1a0b329ffa22773e79f1c67281e44c4.tar.gz
txr-df3566afa1a0b329ffa22773e79f1c67281e44c4.tar.bz2
txr-df3566afa1a0b329ffa22773e79f1c67281e44c4.zip
* txr.c (txr_main): Don't push back arg into arg_list if arg is nil.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c78565f9..4d3b3db0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-03-05 Kaz Kylheku <kaz@kylheku.com>
+ * txr.c (txr_main): Don't push back arg into arg_list if arg is nil.
+
+2014-03-05 Kaz Kylheku <kaz@kylheku.com>
+
Fixing regression caused by the 2014-02-19 change ("Fixed long-running
issue ...").