diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-25 19:50:47 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-01-25 19:50:47 +0200 |
commit | bb6f0828d2b8079d45585b3898d32c3c01f123bc (patch) | |
tree | ed5f1295ea34be9915355195a9f6a0ea33b9acc1 /ChangeLog | |
parent | b8df3bc900016bd52173f196dbd29bdec4ffe2d3 (diff) | |
parent | 4c19bff0e44c358deb8efacf2cda0dbaf4a45823 (diff) | |
download | egawk-bb6f0828d2b8079d45585b3898d32c3c01f123bc.tar.gz egawk-bb6f0828d2b8079d45585b3898d32c3c01f123bc.tar.bz2 egawk-bb6f0828d2b8079d45585b3898d32c3c01f123bc.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2017-01-22 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * awk.h (numtype_choose): New backend macro used to implement + various macros whose calculations depend on how a number is + actually represented. This improves readability and should give + a small performance improvement when not using extended precision. + (get_number_ui, get_number_si, get_number_d, get_number_uj, iszero): + Rewrite using new numtype_choose macro. + 2017-01-04 Arnold Robbins <arnold@skeeve.com> Trade space for time for programs that toggle IGNORECASE a lot. |