diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-21 22:21:21 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-07-21 22:21:21 +0300 |
commit | 680bf3fd4f7821aef7b588a4312c2a6a75ae2587 (patch) | |
tree | 66d8649327fdbda3d04d13c59d1bba5fdbb7e6ec /doc/gawk.texi | |
parent | 7fa5aa419df96da264b225946dbe78efc675a5cd (diff) | |
download | egawk-680bf3fd4f7821aef7b588a4312c2a6a75ae2587.tar.gz egawk-680bf3fd4f7821aef7b588a4312c2a6a75ae2587.tar.bz2 egawk-680bf3fd4f7821aef7b588a4312c2a6a75ae2587.zip |
Doc updates before release.
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r-- | doc/gawk.texi | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi index 94ff298f..46cf5f55 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -59,9 +59,9 @@ @c applies to and all the info about who's publishing this edition @c These apply across the board. -@set UPDATE-MONTH June, 2019 -@set VERSION 5.0 -@set PATCHLEVEL 1 +@set UPDATE-MONTH July, 2019 +@set VERSION 5.1 +@set PATCHLEVEL 0 @set GAWKINETTITLE TCP/IP Internetworking with @command{gawk} @ifset FOR_PRINT @@ -893,14 +893,16 @@ particular records in a file and perform operations upon them. * Readline Support:: Readline support. * Limitations:: Limitations and future plans. * Debugging Summary:: Debugging summary. -* Global Namespace:: The global namespace in standard @command{awk}. +* Global Namespace:: The global namespace in standard + @command{awk}. * Qualified Names:: How to qualify names with a namespace. * Default Namespace:: The default namespace. * Changing The Namespace:: How to change the namespace. * Naming Rules:: Namespace and Component Naming Rules. * Internal Name Management:: How names are stored internally. * Namespace Example:: An example of code using a namespace. -* Namespace And Features:: Namespaces and other @command{gawk} features. +* Namespace And Features:: Namespaces and other @command{gawk} + features. * Namespace Summary:: Summarizing namespaces. * Computer Arithmetic:: A quick intro to computer math. * Math Definitions:: Defining terms used. @@ -31876,7 +31878,8 @@ please report them (@xref{Bugs}). @end quotation @menu -* Global Namespace:: The global namespace in standard @command{awk}. +* Global Namespace:: The global namespace in standard + @command{awk}. * Qualified Names:: How to qualify names with a namespace. * Default Namespace:: The default namespace. * Changing The Namespace:: How to change the namespace. @@ -39636,6 +39639,10 @@ The @code{PROCINFO["platform"]} array element, which allows you to write code that takes the operating system / platform into account. @end itemize +Version 5.1 was created to release @command{gawk} with a correct +major version number for the API. This was overlooked for version 5.0, +unfortunately. + @c XXX ADD MORE STUFF HERE @end ifclear |