Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improve return value of system. | Arnold D. Robbins | 2016-03-08 | 1 | -1/+2 | |
| | | ||||||
* | | Turn optimization on by default. New -s option to disable it. | Arnold D. Robbins | 2016-02-05 | 1 | -5/+19 | |
| | | ||||||
* | | Man page fixes. | Arnold D. Robbins | 2016-01-14 | 1 | -7/+26 | |
| | | ||||||
* | | Document PROCINFO["NONFATAL"] in man page and in texinfo list. | Arnold D. Robbins | 2015-12-20 | 1 | -1/+9 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-12-18 | 1 | -79/+64 | |
|\| | ||||||
| * | Update doc on PROCINFO. | Arnold D. Robbins | 2015-12-18 | 1 | -57/+64 | |
| | | ||||||
* | | More doc updates. | Arnold D. Robbins | 2015-11-15 | 1 | -3/+3 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-10-26 | 1 | -1/+1 | |
|\| | ||||||
| * | Minor improvement in man page. | Arnold D. Robbins | 2015-10-26 | 1 | -1/+1 | |
| | | ||||||
* | | POSIX now allows \n for default field splitting. Fix code and doc. | Arnold D. Robbins | 2015-05-31 | 1 | -9/+1 | |
| | | ||||||
* | | Rename "div()" to "intdiv()". | Arnold D. Robbins | 2015-04-03 | 1 | -8/+8 | |
| | | ||||||
* | | General cleanups prepatory to merging. | Arnold D. Robbins | 2015-03-24 | 1 | -3/+3 | |
| | | ||||||
* | | Document new user-visible features in gawk.1 and gawktexi.in. | Andrew J. Schorr | 2015-01-04 | 1 | -0/+45 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-28 | 1 | -1/+2 | |
|\| | ||||||
| * | Doc fixes. | Arnold D. Robbins | 2014-10-28 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-10-15 | 1 | -1/+1 | |
|\| | ||||||
| * | Sanitize handling of AWKPATH / AWKLIBPATH. | Arnold D. Robbins | 2014-10-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-05 | 1 | -1/+6 | |
|\| | ||||||
| * | Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc. | Arnold D. Robbins | 2014-09-05 | 1 | -1/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-09-04 | 1 | -2/+4 | |
|\| | ||||||
| * | Make indirect calls work on built-in and extension functions. | Arnold D. Robbins | 2014-09-04 | 1 | -2/+4 | |
| | | ||||||
* | | Add div() function for integer division & remainder. | Arnold D. Robbins | 2014-07-10 | 1 | -1/+18 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-04-17 | 1 | -6/+1 | |
|\| | ||||||
| * | Remove an obsolete paragraph from BUGS in gawk.1. | Arnold D. Robbins | 2014-04-17 | 1 | -6/+1 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-03-10 | 1 | -1/+10 | |
|\| | ||||||
| * | Fix thousands separator problems and update doc. | Arnold D. Robbins | 2014-03-10 | 1 | -1/+10 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2014-01-30 | 1 | -2/+7 | |
|\| | ||||||
| * | Minor doc fixes. | Arnold D. Robbins | 2014-01-30 | 1 | -2/+7 | |
| | | ||||||
* | | Changes to ENVIRON reflect into the environment. | Arnold D. Robbins | 2013-08-19 | 1 | -2/+8 | |
|/ | ||||||
* | Make /regex/ a 2nd arg to index() a fatal error. | Arnold D. Robbins | 2013-05-09 | 1 | -1/+3 | |
| | ||||||
* | Just about done with doc cleanup. | Arnold D. Robbins | 2013-04-24 | 1 | -151/+166 | |
| | ||||||
* | Add PROCINFO entries for API major and minor versions. | Arnold D. Robbins | 2013-04-23 | 1 | -0/+8 | |
| | ||||||
* | More doc updates. | Arnold D. Robbins | 2013-04-23 | 1 | -74/+113 | |
| | ||||||
* | Remove unneeded, undocumented -m option. | Arnold D. Robbins | 2013-02-06 | 1 | -27/+0 | |
| | ||||||
* | Merge branch 'gawk-4.0-stable'. fflush is now POSIX. | Arnold D. Robbins | 2012-12-07 | 1 | -13/+1 | |
|\ | ||||||
| * | fflush() is now POSIX. Fix code and document. | Arnold D. Robbins | 2012-12-07 | 1 | -16/+2 | |
| | | ||||||
* | | Change fflush() behavior to match BWK and document. | Arnold D. Robbins | 2012-11-27 | 1 | -3/+1 | |
| | | ||||||
* | | More SYMTAB and FUNCTAB improvements. | Arnold D. Robbins | 2012-10-03 | 1 | -0/+10 | |
| | | ||||||
* | | Document SYMTAB and FUNCTAB. Disable for --posix. | Arnold D. Robbins | 2012-10-02 | 1 | -1/+55 | |
| | | ||||||
* | | Doc updates. Mostly about the API. | Arnold D. Robbins | 2012-08-10 | 1 | -20/+9 | |
| | | ||||||
* | | Minor doc updates. | Arnold D. Robbins | 2012-07-12 | 1 | -1/+1 | |
| | | ||||||
* | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -15/+9 | |
| | | ||||||
* | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -1/+1 | |
| | | ||||||
* | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 1 | -3/+23 | |
| | | ||||||
* | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -5/+24 | |
|\ \ | ||||||
| * | | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 1 | -0/+10 | |
| | | | ||||||
| * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -5/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH. | |||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -1/+1 | |
| | | |