summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-01-21 13:09:12 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-01-21 13:09:12 -0800
commit0cbd46033d0ef707a856c78e735dbf41a6fd7faa (patch)
tree2635d7cb036609c494fcb6d6c72dc96b899cdd37 /ChangeLog
parentd4d41b4ec3f983ad0fa42f8e85a2c68d207a9b28 (diff)
downloadtxr-0cbd46033d0ef707a856c78e735dbf41a6fd7faa.tar.gz
txr-0cbd46033d0ef707a856c78e735dbf41a6fd7faa.tar.bz2
txr-0cbd46033d0ef707a856c78e735dbf41a6fd7faa.zip
* debug.c (last_command): Do not initialize with lit();
this is not a constant expression in C. (debug): Handle the situation here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46385737..3d950fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-01-21 Kaz Kylheku <kaz@kylheku.com>
+ * debug.c (last_command): Do not initialize with lit();
+ this is not a constant expression in C.
+ (debug): Handle the situation here.
+
+2012-01-21 Kaz Kylheku <kaz@kylheku.com>
+
* debug.c (help): Filled in.
(debug): Some commands changed due to duplicates.