diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.info | 88 | ||||
-rw-r--r-- | doc/gawk.texi | 4 |
3 files changed, 55 insertions, 42 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 75b39158..5d28ede1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-08-05 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (PC Binary Installation): Document Eli Zaretskii's + site. + 2012-07-20 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi (Ranges and Locales): Clarified ranges and diff --git a/doc/gawk.info b/doc/gawk.info index c485e4cb..d8e27f4a 100644 --- a/doc/gawk.info +++ b/doc/gawk.info @@ -20845,6 +20845,10 @@ not overwrite it!_ Instead enter the following commands at your prompt The binary distribution may contain a separate file containing additional or more detailed installation instructions. + As of April, 2012, up to date `gawk' binaries for MS Windows are +available from Eli Zaretskii's ports project +(http://sourceforge.net/projects/ezwinports/files/). + File: gawk.info, Node: PC Compiling, Next: PC Testing, Prev: PC Binary Installation, Up: PC Installation @@ -27841,47 +27845,47 @@ Node: Configuration Philosophy827828 Node: Non-Unix Installation830170 Node: PC Installation830628 Node: PC Binary Installation831927 -Node: PC Compiling833775 -Node: PC Testing836719 -Node: PC Using837895 -Node: Cygwin842080 -Node: MSYS843080 -Node: VMS Installation843594 -Node: VMS Compilation844197 -Ref: VMS Compilation-Footnote-1845204 -Node: VMS Installation Details845262 -Node: VMS Running846897 -Node: VMS Old Gawk848504 -Node: Bugs848978 -Node: Other Versions852830 -Node: Notes858111 -Node: Compatibility Mode858803 -Node: Additions859586 -Node: Accessing The Source860398 -Node: Adding Code861823 -Node: New Ports867790 -Node: Dynamic Extensions871903 -Node: Internals873279 -Node: Plugin License882382 -Node: Sample Library883016 -Node: Internal File Description883702 -Node: Internal File Ops887417 -Ref: Internal File Ops-Footnote-1892198 -Node: Using Internal File Ops892338 -Node: Future Extensions894715 -Node: Basic Concepts897219 -Node: Basic High Level897976 -Ref: Basic High Level-Footnote-1902011 -Node: Basic Data Typing902196 -Node: Floating Point Issues906721 -Node: String Conversion Precision907804 -Ref: String Conversion Precision-Footnote-1909504 -Node: Unexpected Results909613 -Node: POSIX Floating Point Problems911439 -Ref: POSIX Floating Point Problems-Footnote-1915144 -Node: Glossary915182 -Node: Copying940158 -Node: GNU Free Documentation License977715 -Node: Index1002852 +Node: PC Compiling833942 +Node: PC Testing836886 +Node: PC Using838062 +Node: Cygwin842247 +Node: MSYS843247 +Node: VMS Installation843761 +Node: VMS Compilation844364 +Ref: VMS Compilation-Footnote-1845371 +Node: VMS Installation Details845429 +Node: VMS Running847064 +Node: VMS Old Gawk848671 +Node: Bugs849145 +Node: Other Versions852997 +Node: Notes858278 +Node: Compatibility Mode858970 +Node: Additions859753 +Node: Accessing The Source860565 +Node: Adding Code861990 +Node: New Ports867957 +Node: Dynamic Extensions872070 +Node: Internals873446 +Node: Plugin License882549 +Node: Sample Library883183 +Node: Internal File Description883869 +Node: Internal File Ops887584 +Ref: Internal File Ops-Footnote-1892365 +Node: Using Internal File Ops892505 +Node: Future Extensions894882 +Node: Basic Concepts897386 +Node: Basic High Level898143 +Ref: Basic High Level-Footnote-1902178 +Node: Basic Data Typing902363 +Node: Floating Point Issues906888 +Node: String Conversion Precision907971 +Ref: String Conversion Precision-Footnote-1909671 +Node: Unexpected Results909780 +Node: POSIX Floating Point Problems911606 +Ref: POSIX Floating Point Problems-Footnote-1915311 +Node: Glossary915349 +Node: Copying940325 +Node: GNU Free Documentation License977882 +Node: Index1003019 End Tag Table diff --git a/doc/gawk.texi b/doc/gawk.texi index bf30d012..91ef044c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -27913,6 +27913,10 @@ install-info --info-dir=x:/usr/info x:/usr/info/gawkinet.info The binary distribution may contain a separate file containing additional or more detailed installation instructions. +As of April, 2012, up to date @command{gawk} binaries for MS Windows +are available from @uref{http://sourceforge.net/projects/ezwinports/files/, +Eli Zaretskii's ports project}. + @node PC Compiling @appendixsubsubsec Compiling @command{gawk} for PC Operating Systems |