summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13cbb125..f1c2484d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2011-12-22 Kaz Kylheku <kaz@kylheku.com>
+ Bug #35026
+
+ * stream.c (format_num): New argument: sign character.
+ Rewrote to handle precision, width, zero padding and
+ leading sign similarly to printf.
+ (vformat): New syntax accepted: a space or + before
+ the width specifies that a positive sign is to be
+ explicitly written as a space or + character.
+ Pass one more argument to vormat_num calls.
+ Bugfix: go back to vf_init state after processing ~~.
+
+2011-12-22 Kaz Kylheku <kaz@kylheku.com>
+
Bug #35136 and cleanup.
* arith.c (plus, minus, mul, gt, ge, lt, le, exptmod, gcd): Remove