diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-01-14 07:22:41 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-01-14 07:22:41 -0800 |
commit | 4a2d84b3dcfed6226b95c4cc32dd3d58bc848868 (patch) | |
tree | 9dc2963031faf918fe550f6ce485d8807306edc0 /ChangeLog | |
parent | 39e8945ea0d268ddad1706423e62240fa56f767d (diff) | |
download | txr-4a2d84b3dcfed6226b95c4cc32dd3d58bc848868.tar.gz txr-4a2d84b3dcfed6226b95c4cc32dd3d58bc848868.tar.bz2 txr-4a2d84b3dcfed6226b95c4cc32dd3d58bc848868.zip |
* txr.1: Wrote missing documentation for throw, throwf and error.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2014-01-14 Kaz Kylheku <kaz@kylheku.com> + * txr.1: Wrote missing documentation for throw, throwf and error. + +2014-01-14 Kaz Kylheku <kaz@kylheku.com> + * stream.c (stdio_seek): After a successful seek, discard the character that may have been put back with unget_char. |