diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-05 21:39:00 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-06-05 21:39:00 +0300 |
commit | 9c36f7bcdea295134a1800c68a9e90fd8ca821f2 (patch) | |
tree | 9f2fa2ebacd0914f23217c1bfbf7d94559c12895 | |
parent | fed9a3413cd653aae742452f9bfa83319802fb3c (diff) | |
download | egawk-9c36f7bcdea295134a1800c68a9e90fd8ca821f2.tar.gz egawk-9c36f7bcdea295134a1800c68a9e90fd8ca821f2.tar.bz2 egawk-9c36f7bcdea295134a1800c68a9e90fd8ca821f2.zip |
Fix a typo in the ChangeLog.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1776,7 +1776,7 @@ Tue Apr 20 12:01:01 2010 Arnold D. Robbins <arnold@skeeve.com> * dfa.h, dfa.c: Sync with GNU grep. The long-standing x{0} bug is now gone. Matching UTF-8 with "." is now much faster. * re.c (avoid_dfa): Remove call to dfabroken() which is now gone. - * builtin.c (do_mktime): Simply check of values passed in to be + * builtin.c (do_mktime): Simplify check of values passed in to be more readable and to avoid a weird compiler warning from GCC. Fri Apr 16 15:02:26 2010 Arnold D. Robbins <arnold@skeeve.com> |