diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-24 10:07:42 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-08-24 10:07:42 +0300 |
commit | ebb3d8ff179f99fd2abf088743b1076fb8eaa20b (patch) | |
tree | ad3f43b90188c52a9e9e4fac452e0f4c3d92f523 /README_d | |
parent | d8f8817921b8ff1fb41f79f6ecf12cce42441e9f (diff) | |
parent | c417632f68977ff7f714b0a4315b7fb271046959 (diff) | |
download | egawk-ebb3d8ff179f99fd2abf088743b1076fb8eaa20b.tar.gz egawk-ebb3d8ff179f99fd2abf088743b1076fb8eaa20b.tar.bz2 egawk-ebb3d8ff179f99fd2abf088743b1076fb8eaa20b.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'README_d')
-rw-r--r-- | README_d/ChangeLog | 5 | ||||
-rw-r--r-- | README_d/README.pc | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/README_d/ChangeLog b/README_d/ChangeLog index 43da7cdd..23931950 100644 --- a/README_d/ChangeLog +++ b/README_d/ChangeLog @@ -1,3 +1,8 @@ +2017-08-24 Arnold D. Robbins <arnold@skeeve.com> + + * README.pc: Updated to point to Juan Guerrero for DJGPP. + Thanks to Scott Deifik for the report. + 2017-08-23 Arnold D. Robbins <arnold@skeeve.com> * README.alpine: New file. diff --git a/README_d/README.pc b/README_d/README.pc index 63ba473e..444df306 100644 --- a/README_d/README.pc +++ b/README_d/README.pc @@ -10,8 +10,8 @@ DOS, and Windows32 with rsxnt), and Jan-Jaap van der Heijden and Mumit Khan to compile and run gawk under Windows. For Cygwin, building and installation is the same as under Unix: - tar -xvpzf gawk-4.1.x.tar.gz - cd gawk-4.1.x + tar -xvpzf gawk-4.2.x.tar.gz + cd gawk-4.2.x ./configure && make The `configure' step takes a long time, but works otherwise. @@ -95,8 +95,10 @@ additional help on changes for Windows32. If you have any problems with the DOS or OS/2 versions of Gawk, please send bug reports (along with the version and compiler used) to - Scott Deifik, scottd.mail@sbcglobal.net (DOS versions) + Juan Manuel Guerrero, juan.guerrero@gmx.de (DJGPP) + or + andreas.buening@nexgo.de (OS/2 version) Support for Windows32 started in gawk-3.0.3. |