summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-03-10 22:36:45 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-03-10 22:36:45 +0200
commit0102531b85a7cb85320c0b499c52d44f6822d1f0 (patch)
treeb4705b39d2939a5d9fbeffb068139a0681a0f06d
parent379f62687358dfda19694dea92389e092372fc2c (diff)
downloadgawk-0102531b85a7cb85320c0b499c52d44f6822d1f0.tar.gz
Update ChangeLog for previous commit. Oops.
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d889f9ef..0797b374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,14 @@
* regex_internal.c (built_wcs_upper_buffer, build_upper_buffer):
Fixes from GNULIB for mixed case matching on Mac OS X.
+ Unrelated:
+
+ * builtin.c (format_tree): Smarten handling of %' flag. Always
+ pass it in for floating point formats. Then only add the
+ thousands_sep if there is one. Also, allow for thousands_sep
+ to be a string, not just one character. Thanks to Michal Jaegermann
+ for the report.
+
2014-03-08 Andrew J. Schorr <aschorr@telemetry-investments.com>
* gawkapi.c (api_impl): Add memory allocation function pointers.