diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-08-05 07:17:25 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-08-05 07:17:25 -0700 |
commit | d8508c2754622b7c3d7196aa9261f82ed29982b5 (patch) | |
tree | 7792cbe8f4444b4fdefa7945ea232c7e4642f214 /ChangeLog | |
parent | 0fe8e3d8a566dbd82dede5c392224d23245fb0f8 (diff) | |
download | txr-d8508c2754622b7c3d7196aa9261f82ed29982b5.tar.gz txr-d8508c2754622b7c3d7196aa9261f82ed29982b5.tar.bz2 txr-d8508c2754622b7c3d7196aa9261f82ed29982b5.zip |
* stream.c (width_check): Just use the public
put_char function; no need to manipulate column
or call put_indent.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2015-08-05 Kaz Kylheku <kaz@kylheku.com> + * stream.c (width_check): Just use the public + put_char function; no need to manipulate column + or call put_indent. + +2015-08-05 Kaz Kylheku <kaz@kylheku.com> + Better diagnostic in funcall family of functions. * lib.c (wrongargs): New static function. |