diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-04 06:25:50 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2014-02-04 06:25:50 +0200 |
commit | 2a80681e33f26908d19cebf043b28c951f2b82ef (patch) | |
tree | 28e351692eff6ae9f07b1c5238a4b2030c0497f3 /test | |
parent | 297ddda23ef3be22274481316ac708a389cfd23c (diff) | |
parent | c9d672c5a1b2b6f1094ac0f3cc9d51c3ad02ea5c (diff) | |
download | egawk-2a80681e33f26908d19cebf043b28c951f2b82ef.tar.gz egawk-2a80681e33f26908d19cebf043b28c951f2b82ef.tar.bz2 egawk-2a80681e33f26908d19cebf043b28c951f2b82ef.zip |
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'test')
-rw-r--r-- | test/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index c21a3675..65409956 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -29,7 +29,7 @@ * Makefile.am (strftime): Remove comment about the race condition, since this should be fixed. And gawk now calls date inside the script. - * strftime.awk: Based on an idea from Pat Ranking, fix the race + * strftime.awk: Based on an idea from Pat Rankin, fix the race condition by looping repeatedly over strftime/date/strftime until the before and after strftime results match. That should fix the race condition where the seconds field might increment between |