diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-25 22:12:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-08-25 22:12:44 +0300 |
commit | 4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9 (patch) | |
tree | 3d675601123fd9ac5005938ce03686b322c08733 /doc/ChangeLog | |
parent | 1e71aa87500ae9264cb7c2045dd7b0a93b759de0 (diff) | |
parent | 00682d87a1a1c0535c0fa5adb27867578dc76d49 (diff) | |
download | egawk-4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9.tar.gz egawk-4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9.tar.bz2 egawk-4ca5bb8fb2fb588f1224c22d5f9d0f98d9f90fb9.zip |
Merge branch 'master' into feature/cmake
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index e6d9bf05..efa2b561 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,11 @@ 2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + * gawktexi.in (POSIX String Comparison): Update for new + spec where == and != use strcmp, rest use strcoll. Thanks to + Chet Ramey for pointing me at the new rules. + +2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + * 4.1.4: Release tar ball made. 2016-08-24 Arnold D. Robbins <arnold@skeeve.com> |