Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove an obsolete paragraph from BUGS in gawk.1. | Arnold D. Robbins | 2014-04-17 | 1 | -6/+1 |
| | |||||
* | Fix thousands separator problems and update doc. | Arnold D. Robbins | 2014-03-10 | 1 | -1/+10 |
| | |||||
* | Minor doc fixes. | Arnold D. Robbins | 2014-01-30 | 1 | -2/+7 |
| | |||||
* | 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 |
| | | | |||||
* | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 1 | -5/+6 |
| | | | |||||
* | | | Documentation updates for arbitrary precision math support. | john haque | 2012-03-31 | 1 | -0/+42 |
|/ / | |||||
* | | Minor edits to John's changes. | Arnold D. Robbins | 2012-02-06 | 1 | -3/+5 |
| | | |||||
* | | Read timeout documentation and bug fix. | john haque | 2012-02-03 | 1 | -0/+12 |
| | | |||||
* | | Documentation updates. | Arnold D. Robbins | 2011-12-28 | 1 | -2/+2 |
| | | |||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -58/+68 |
|/ | |||||
* | Minor doc fixes in man page. | Arnold D. Robbins | 2011-11-14 | 1 | -8/+8 |
| | |||||
* | Minor spelling and doc fixes. | Arnold D. Robbins | 2011-09-24 | 1 | -2/+2 |
| | |||||
* | Minor doc fixes. | Arnold D. Robbins | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | Minor edits. | Arnold D. Robbins | 2011-05-29 | 1 | -4/+11 |
| | |||||
* | Minor doc updates on bug address. | Arnold D. Robbins | 2011-05-27 | 1 | -2/+2 |
| | |||||
* | Straighten out owners of MS Windows ports. | Arnold D. Robbins | 2011-05-25 | 1 | -2/+4 |
| | |||||
* | Documentation and compile fixes. | Arnold D. Robbins | 2011-05-19 | 1 | -3/+3 |
| | |||||
* | PROCINFO sorting only if not posix. Doc updates. | Arnold D. Robbins | 2011-05-05 | 1 | -17/+15 |
| | |||||
* | Documentation updates. | Arnold D. Robbins | 2011-04-27 | 1 | -3/+4 |
| | |||||
* | Update docs some more. | Arnold D. Robbins | 2011-04-24 | 1 | -3/+7 |
| | |||||
* | Patch from John, update man page. | Arnold D. Robbins | 2011-04-24 | 1 | -0/+22 |
| | |||||
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 1 | -5/+18 |
| | |||||
* | More documentation edits. | Arnold D. Robbins | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Revise array sorting for PROCINFO["sorted_in"]. | Arnold D. Robbins | 2011-03-29 | 1 | -6/+13 |
| | |||||
* | Minor doc fixes. | Arnold D. Robbins | 2011-02-13 | 1 | -3/+2 |
| | |||||
* | Document isarray etc. | Arnold D. Robbins | 2011-02-01 | 1 | -2/+20 |
| | |||||
* | Add PROCINFO["strftime"] as default strftime() format. | Arnold D. Robbins | 2010-12-16 | 1 | -0/+6 |
| | |||||
* | Restore IPv4/IPv6. Remove raw sockets. | Arnold D. Robbins | 2010-12-09 | 1 | -11/+0 |
| | |||||
* | Lots of documentation changes. | Arnold D. Robbins | 2010-12-01 | 1 | -0/+14 |
| | |||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -300/+286 |
| |