diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2011-11-13 22:07:32 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2011-11-13 22:07:32 -0800 |
commit | a8be305b735b4d5c96cdcc4fbbfd5825a4b2194b (patch) | |
tree | f4b51ac42fb7b4bd9e658bcb086855837d40173c /ChangeLog | |
parent | 1232f5dbf8e68f9c3a7fe77360c0b950ecff3eac (diff) | |
download | txr-a8be305b735b4d5c96cdcc4fbbfd5825a4b2194b.tar.gz txr-a8be305b735b4d5c96cdcc4fbbfd5825a4b2194b.tar.bz2 txr-a8be305b735b4d5c96cdcc4fbbfd5825a4b2194b.zip |
* debug.c (debug): Eliminated duplicate code.
Implemented better way of printing character context.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2011-11-13 Kaz Kylheku <kaz@kylheku.com> + * debug.c (debug): Eliminated duplicate code. + Implemented better way of printing character context. + +2011-11-13 Kaz Kylheku <kaz@kylheku.com> + Adding a debugger. This is an experimental prototype. * Makefile (OBJS): New object file debug.o. |