aboutsummaryrefslogtreecommitdiff
path: root/FIXES
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2021-04-02 18:17:20 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-02 18:17:20 +0000
commit1bccc47773ce0421d33814d71f28b9da859f2668 (patch)
treea2c4655ada2f9fca785ba57990d414fb9a023b3d /FIXES
parent58129627d34059ddb7b774da7e7af70d55499b33 (diff)
parent122058a1ed910b78d52f04cbc51c55b873926f49 (diff)
downloadone-true-awk-1bccc47773ce0421d33814d71f28b9da859f2668.tar.gz
Upgrade one-true-awk to c0f4e97e4561ff42544e92512bbaf3d7d1f6a671 am: 122058a1edandroid-s-beta-4android-s-beta-3android-s-beta-4
Original change: https://android-review.googlesource.com/c/platform/external/one-true-awk/+/1662260 Change-Id: I5dc01c61df235736772fbae89504fec0e1026a7f
Diffstat (limited to 'FIXES')
-rw-r--r--FIXES4
1 files changed, 4 insertions, 0 deletions
diff --git a/FIXES b/FIXES
index 82c8f8f..516458e 100644
--- a/FIXES
+++ b/FIXES
@@ -25,6 +25,10 @@ THIS SOFTWARE.
This file lists all bug fixes, changes, etc., made since the AWK book
was sent to the printers in August, 1987.
+February 15, 2021:
+ Small fix so that awk will compile again with g++. Thanks to
+ Arnold Robbins.
+
January 06, 2021:
Fix a decision bug with trailing stuff in lib.c:is_valid_number
after recent changes. Thanks to Ozan Yigit.