summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-08-05 07:17:25 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-08-05 07:17:25 -0700
commitd8508c2754622b7c3d7196aa9261f82ed29982b5 (patch)
tree7792cbe8f4444b4fdefa7945ea232c7e4642f214 /ChangeLog
parent0fe8e3d8a566dbd82dede5c392224d23245fb0f8 (diff)
downloadtxr-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eb529b7d..aa7075e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.