diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-10 22:36:45 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-03-10 22:36:45 +0200 |
commit | 0102531b85a7cb85320c0b499c52d44f6822d1f0 (patch) | |
tree | b4705b39d2939a5d9fbeffb068139a0681a0f06d | |
parent | 379f62687358dfda19694dea92389e092372fc2c (diff) | |
download | egawk-0102531b85a7cb85320c0b499c52d44f6822d1f0.tar.gz egawk-0102531b85a7cb85320c0b499c52d44f6822d1f0.tar.bz2 egawk-0102531b85a7cb85320c0b499c52d44f6822d1f0.zip |
Update ChangeLog for previous commit. Oops.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |