summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a9419fc..1ed7ff51 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+ * stream.c (vormat): Bugfix: when width specified as *
+ meets a negative argument, the width should be treated
+ as positive and the field left aligned. Instead, the
+ width is treated as zero.
+
+2015-08-04 Kaz Kylheku <kaz@kylheku.com>
+
* stream.c (string_out_put_string): Do not return nil when
buffer calculations overflow, but throw exception.