diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-01-21 10:58:50 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-01-21 10:58:50 -0800 |
commit | d4d41b4ec3f983ad0fa42f8e85a2c68d207a9b28 (patch) | |
tree | d4c22f7c06cdb64772ffe58b7e0bccb0ae3c4822 /ChangeLog | |
parent | 66ab83b942d8f0f6a4c27f171b361e08680f5a34 (diff) | |
download | txr-d4d41b4ec3f983ad0fa42f8e85a2c68d207a9b28.tar.gz txr-d4d41b4ec3f983ad0fa42f8e85a2c68d207a9b28.tar.bz2 txr-d4d41b4ec3f983ad0fa42f8e85a2c68d207a9b28.zip |
* debug.c (help): Filled in.
(debug): Some commands changed due to duplicates.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2012-01-21 Kaz Kylheku <kaz@kylheku.com> + * debug.c (help): Filled in. + (debug): Some commands changed due to duplicates. + +2012-01-21 Kaz Kylheku <kaz@kylheku.com> + * match.c (v_fun): Removing all debugging instrumentation. (match_files): Moving debug_check out of directive case so it covers all forms handled by loop. All this makes the n |