aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
Commit message (Expand)AuthorAgeFilesLines
* Fix description of ROUNDMODE "A": it uses MPFR_RNDA to round away from zero.Andrew J. Schorr2017-11-211-1/+1
* Do not deprecate isarray in this release.Andrew J. Schorr2017-10-171-1/+0
* Update man page. Small updates to refcard and manual.Arnold D. Robbins2017-10-011-66/+125
* Update version and copyright year in docs.Arnold D. Robbins2017-08-131-4/+4
* Rename intdiv to intdiv0, require it to be configured in.Arnold D. Robbins2017-04-161-0/+2
* Fix FPAT problems.Arnold D. Robbins2017-04-121-3/+5
* Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API".Andrew J. Schorr2017-03-221-1/+3
* Start to document new FIELDWIDTHS and API input parser capabilities.Andrew J. Schorr2017-03-221-3/+8
* Minor typo fix in doc.Arnold D. Robbins2017-02-231-2/+2
* Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-221-2/+6
* Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-251-0/+5
|\
| * Disallow negative arguments to bitwise functions. Document same.Arnold D. Robbins2016-10-251-0/+5
* | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-0/+1
|/
* Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-1/+0
* Typo fix in the man page.Arnold D. Robbins2016-06-301-2/+2
* Document typeof in manpage and reference card.Arnold D. Robbins2016-06-151-2/+17
* Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-03-111-1/+2
|\
| * Improve return value of system.Arnold D. Robbins2016-03-081-1/+2
* | Turn optimization on by default. New -s option to disable it.Arnold D. Robbins2016-02-051-5/+19
* | Man page fixes.Arnold D. Robbins2016-01-141-7/+26
* | Document PROCINFO["NONFATAL"] in man page and in texinfo list.Arnold D. Robbins2015-12-201-1/+9
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-12-181-79/+64
|\|
| * Update doc on PROCINFO.Arnold D. Robbins2015-12-181-57/+64
* | More doc updates.Arnold D. Robbins2015-11-151-3/+3
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-10-261-1/+1
|\|
| * Minor improvement in man page.Arnold D. Robbins2015-10-261-1/+1
* | POSIX now allows \n for default field splitting. Fix code and doc.Arnold D. Robbins2015-05-311-9/+1
* | Rename "div()" to "intdiv()".Arnold D. Robbins2015-04-031-8/+8
* | General cleanups prepatory to merging.Arnold D. Robbins2015-03-241-3/+3
* | Document new user-visible features in gawk.1 and gawktexi.in.Andrew J. Schorr2015-01-041-0/+45
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-281-1/+2
|\|
| * Doc fixes.Arnold D. Robbins2014-10-281-1/+2
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-10-151-1/+1
|\|
| * Sanitize handling of AWKPATH / AWKLIBPATH.Arnold D. Robbins2014-10-151-1/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-051-1/+6
|\|
| * Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-051-1/+6
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-09-041-2/+4
|\|
| * Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-041-2/+4
* | Add div() function for integer division & remainder.Arnold D. Robbins2014-07-101-1/+18
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-04-171-6/+1
|\|
| * Remove an obsolete paragraph from BUGS in gawk.1.Arnold D. Robbins2014-04-171-6/+1
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-03-101-1/+10
|\|
| * Fix thousands separator problems and update doc.Arnold D. Robbins2014-03-101-1/+10
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2014-01-301-2/+7
|\|
| * Minor doc fixes.Arnold D. Robbins2014-01-301-2/+7
* | Changes to ENVIRON reflect into the environment.Arnold D. Robbins2013-08-191-2/+8
|/
* Make /regex/ a 2nd arg to index() a fatal error.Arnold D. Robbins2013-05-091-1/+3
* Just about done with doc cleanup.Arnold D. Robbins2013-04-241-151/+166
* Add PROCINFO entries for API major and minor versions.Arnold D. Robbins2013-04-231-0/+8
* More doc updates.Arnold D. Robbins2013-04-231-74/+113