diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-24 21:40:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-24 21:40:54 -0800 |
commit | a61708f6ca5df1dd17a6bad6a72003b08474ed6e (patch) | |
tree | 7f1727ca1f950b3ce0d0b7acdc9d430b698e8f62 /ChangeLog | |
parent | 15c42fa37fced6cb65b09dce07d59fc729748018 (diff) | |
download | txr-a61708f6ca5df1dd17a6bad6a72003b08474ed6e.tar.gz txr-a61708f6ca5df1dd17a6bad6a72003b08474ed6e.tar.bz2 txr-a61708f6ca5df1dd17a6bad6a72003b08474ed6e.zip |
* debug.c (debug): Fix 2013-12-02 regression, which leaves the
debugger not printing the current line of data.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-02-24 Kaz Kylheku <kaz@kylheku.com> + * debug.c (debug): Fix 2013-12-02 regression, which leaves the + debugger not printing the current line of data. + +2014-02-24 Kaz Kylheku <kaz@kylheku.com> + * eval.c (eval_init): Intern symlink_wrap, link_wrap, readlink_wrap. * stream.c (symlink_wrap, link_wrap, readlink_wrap): New functions. |