aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
Commit message (Collapse)AuthorAgeFilesLines
* Formatting fixes to the man page.Arnold D. Robbins2022-03-101-4/+2
|
* Reduce manual page's size.Arnold D. Robbins2022-03-031-2024/+202
|
* Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-07-071-1/+8
|\
| * asort/asorti documentation update and new lint warning.Arnold D. Robbins2021-07-071-2/+9
| |
* | Documentation fixes.Arnold D. Robbins2021-05-301-2/+2
| |
* | Renamed bool() to mkbool().Arnold D. Robbins2021-05-021-2/+2
| |
* | Make booleans just special numbers.Arnold D. Robbins2021-04-281-3/+3
| |
* | Update man page for bool.Arnold D. Robbins2021-04-061-3/+13
|/
* Minor edits to man page and reference card.Arnold D. Robbins2020-09-011-2/+1
|
* Add instruction trace option.Arnold D. Robbins2020-07-021-1/+12
|
* Fixes in gawk.1.Arnold D. Robbins2020-06-251-9/+0
|
* Man page fixes.Arnold D. Robbins2020-06-081-33/+19
|
* Spellcheck the docs and update.Arnold D. Robbins2020-04-101-1/+1
|
* Doc updates.Arnold D. Robbins2020-03-301-5/+8
|
* Documentation updates and fixes.Arnold D. Robbins2019-07-231-2/+2
|
* Doc updates before release.Arnold D. Robbins2019-07-211-3/+3
|
* Add --lint=no-ext to disable "xxx is a gawk extension" warnings.Arnold D. Robbins2019-05-221-1/+6
|
* Small doc updates.Arnold D. Robbins2019-02-251-7/+4
|
* More minor man page edits.Arnold D. Robbins2019-02-041-3/+3
|
* Doc updates, add spell check for man page.Arnold D. Robbins2019-02-031-75/+109
|
* Doc updates.Arnold D. Robbins2019-02-011-3/+6
|
* Update doc versions and copyright years.Arnold D. Robbins2019-01-281-4/+4
|
* Squashed merge of feature/namespaces. Add code and doc.Arnold D. Robbins2019-01-111-4/+46
|
* Disable writing to arbitrary elements of SYMTAB.Arnold D. Robbins2018-11-291-2/+3
|
* Merge branch 'gawk-4.2-stable'Arnold D. Robbins2018-11-261-3/+7
|\
| * Doc update on split().Arnold D. Robbins2018-11-261-3/+7
| |
* | Add PROCINFO["platform"] to code and doc.Arnold D. Robbins2018-11-251-0/+22
|/
* Avoid hyphenation in bug email address in the man page.Arnold D. Robbins2018-07-311-1/+1
|
* Fix some macro usages in gawk.1.Arnold D. Robbins2018-05-281-5/+5
|
* Small fix in the man page.Arnold D. Robbins2018-04-081-2/+3
|
* Update doc that tail recursion is no longer optimized.Arnold D. Robbins2018-03-261-3/+2
|
* Add support for %a and %A in printf.Arnold D. Robbins2018-03-221-2/+10
|
* Updates to gawk.1.Arnold D. Robbins2018-02-151-6/+6
|
* 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
|\