diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-21 11:52:03 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-06-21 11:52:03 +0300 |
commit | 1ed524af04eac4e709f43cda8a564734d733ae12 (patch) | |
tree | 580aa76fcbde9b7f22eb96e966fd411bc551c20b | |
parent | 794b65d03c7274845badba291160f261fa2abf9e (diff) | |
download | egawk-1ed524af04eac4e709f43cda8a564734d733ae12.tar.gz egawk-1ed524af04eac4e709f43cda8a564734d733ae12.tar.bz2 egawk-1ed524af04eac4e709f43cda8a564734d733ae12.zip |
Small doc fixes.
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README.git | 3 |
3 files changed, 4 insertions, 2 deletions
@@ -5,6 +5,7 @@ possible issues with accessing uninitialized memory. Thanks to valgrind, as pointed out by Nadezhda Vyukova <qniva@yandex.ru>. + * NEWS, README.git: Fix some typos. 2019-06-19 Arnold D. Robbins <arnold@skeeve.com> @@ -22,7 +22,7 @@ Changes from 5.0.0 to 5.0.1 6. Infrastructure upgrades: Bison 3.4. -N. A number of bugs, some of them quite significant, have been fixed. +7. A number of bugs, some of them quite significant, have been fixed. See the ChangeLog for details. Changes from 4.2.1 to 5.0.0 @@ -1,10 +1,11 @@ +Thu Jun 20 11:01:04 IDT 2019 Wed Aug 23 08:07:18 IDT 2017 ============================ If you are reading this, you have retrieved the gawk code base via Git from savannah.gnu.org. This is good; gawk no longer uses CVS. -On GNU and Unix systems, please execute use the following to build +On GNU and Unix systems, please use the following to build gawk after doing `git clone' or `git pull': make distclean # if not a new clone |