aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.1
Commit message (Expand)AuthorAgeFilesLines
* Remove an obsolete paragraph from BUGS in gawk.1.Arnold D. Robbins2014-04-171-6/+1
* Fix thousands separator problems and update doc.Arnold D. Robbins2014-03-101-1/+10
* Minor doc fixes.Arnold D. Robbins2014-01-301-2/+7
* 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
* Remove unneeded, undocumented -m option.Arnold D. Robbins2013-02-061-27/+0
* Merge branch 'gawk-4.0-stable'. fflush is now POSIX.Arnold D. Robbins2012-12-071-13/+1
|\
| * fflush() is now POSIX. Fix code and document.Arnold D. Robbins2012-12-071-16/+2
* | Change fflush() behavior to match BWK and document.Arnold D. Robbins2012-11-271-3/+1
* | More SYMTAB and FUNCTAB improvements.Arnold D. Robbins2012-10-031-0/+10
* | Document SYMTAB and FUNCTAB. Disable for --posix.Arnold D. Robbins2012-10-021-1/+55
* | Doc updates. Mostly about the API.Arnold D. Robbins2012-08-101-20/+9
* | Minor doc updates.Arnold D. Robbins2012-07-121-1/+1
* | Extend or(), and(), xor() to N arguments, N >= 2.Arnold D. Robbins2012-07-091-15/+9
* | First working version of new API mechanism (probably has memory leaks).Andrew J. Schorr2012-05-241-1/+1
* | Add -i option, append .awk if initial search fails, and allow -f repeats.Andrew J. Schorr2012-05-191-3/+23
* | Merge branch 'xgawk'Arnold D. Robbins2012-05-091-5/+24
|\ \
| * | New @load keyword to load shared libraries.Andrew J. Schorr2012-03-211-0/+10
| * | - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-5/+14
* | | Change RNDMODE to ROUNDMODE and update doc.john haque2012-04-111-1/+1
* | | Change --arbitrary-precision to --bignum. Doc updates.Arnold D. Robbins2012-04-111-1/+1
* | | Placate gcc -Wall, minor doc updates.john haque2012-04-081-1/+1
* | | MPFR related documentation updates and code cleanups.john haque2012-04-021-5/+6
* | | Documentation updates for arbitrary precision math support.john haque2012-03-311-0/+42
|/ /
* | Minor edits to John's changes.Arnold D. Robbins2012-02-061-3/+5
* | Read timeout documentation and bug fix.john haque2012-02-031-0/+12
* | Documentation updates.Arnold D. Robbins2011-12-281-2/+2
* | The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-58/+68
|/
* Minor doc fixes in man page.Arnold D. Robbins2011-11-141-8/+8
* Minor spelling and doc fixes.Arnold D. Robbins2011-09-241-2/+2
* Minor doc fixes.Arnold D. Robbins2011-06-031-1/+1
* Minor edits.Arnold D. Robbins2011-05-291-4/+11
* Minor doc updates on bug address.Arnold D. Robbins2011-05-271-2/+2
* Straighten out owners of MS Windows ports.Arnold D. Robbins2011-05-251-2/+4
* Documentation and compile fixes.Arnold D. Robbins2011-05-191-3/+3
* PROCINFO sorting only if not posix. Doc updates.Arnold D. Robbins2011-05-051-17/+15
* Documentation updates.Arnold D. Robbins2011-04-271-3/+4
* Update docs some more.Arnold D. Robbins2011-04-241-3/+7
* Patch from John, update man page.Arnold D. Robbins2011-04-241-0/+22
* More array sorting changes from John.Arnold D. Robbins2011-04-181-5/+18
* More documentation edits.Arnold D. Robbins2011-03-301-1/+1
* Revise array sorting for PROCINFO["sorted_in"].Arnold D. Robbins2011-03-291-6/+13
* Minor doc fixes.Arnold D. Robbins2011-02-131-3/+2
* Document isarray etc.Arnold D. Robbins2011-02-011-2/+20
* Add PROCINFO["strftime"] as default strftime() format.Arnold D. Robbins2010-12-161-0/+6
* Restore IPv4/IPv6. Remove raw sockets.Arnold D. Robbins2010-12-091-11/+0
* Lots of documentation changes.Arnold D. Robbins2010-12-011-0/+14
* Bring latest byte code gawk into git. Hurray!Arnold D. Robbins2010-11-181-300/+286