Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Documentation updates. | Arnold D. Robbins | 2012-08-24 | 1 | -1/+14 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-08-17 | 1 | -10/+55 | |
|\| | ||||||
| * | Fix doc on ranges and locales again. Add test. | Arnold D. Robbins | 2012-08-12 | 1 | -3/+1 | |
| | | ||||||
| * | Fix doc on RS = "a" case. | Arnold D. Robbins | 2012-08-05 | 1 | -3/+9 | |
| | | ||||||
| * | Document Eli Zaretskii's site. | Arnold D. Robbins | 2012-08-05 | 1 | -0/+4 | |
| | | ||||||
| * | Fix doc on ranges and locales. | Arnold D. Robbins | 2012-07-20 | 1 | -6/+20 | |
| | | ||||||
| * | Doc update and new test on getline with side effects. | Arnold D. Robbins | 2012-07-13 | 1 | -0/+28 | |
| | | ||||||
| * | Minor doc update w.r.t. mawk. | Arnold D. Robbins | 2012-06-29 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'extgawk' | Arnold D. Robbins | 2012-08-17 | 1 | -882/+717 | |
|\ \ | ||||||
| * | | Discuss derived files in the git repo in the doc. | Arnold D. Robbins | 2012-08-10 | 1 | -5/+222 | |
| | | | ||||||
| * | | Doc updates. Mostly about the API. | Arnold D. Robbins | 2012-08-10 | 1 | -920/+529 | |
| | | | ||||||
| * | | Update input_parser interface for RT. | Arnold D. Robbins | 2012-07-29 | 1 | -0/+1 | |
| | | | ||||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -8/+7 | |
| | | | ||||||
| * | | Add time extension providing gettimeofday and sleep. | Andrew J. Schorr | 2012-06-10 | 1 | -12/+12 | |
| | | | ||||||
| * | | First working version of new API mechanism (probably has memory leaks). | Andrew J. Schorr | 2012-05-24 | 1 | -17/+6 | |
| | | | ||||||
| * | | Add -i option, append .awk if initial search fails, and allow -f repeats. | Andrew J. Schorr | 2012-05-19 | 1 | -3/+24 | |
| | | | ||||||
* | | | Fix math bug in the doc. | Arnold D. Robbins | 2012-08-14 | 1 | -2/+17 | |
| | | | ||||||
* | | | Rework material on arithmetic. | Arnold D. Robbins | 2012-08-12 | 1 | -472/+546 | |
|/ / | ||||||
* | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -20/+94 | |
|\ \ | ||||||
| * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -12/+20 | |
| | | | ||||||
| * | | Some minor style edits in code and doc. | Arnold D. Robbins | 2012-03-26 | 1 | -5/+6 | |
| | | | ||||||
| * | | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 1 | -1/+39 | |
| | | | ||||||
| * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -8/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 1 | -0/+3 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Update doc on -b. | Arnold D. Robbins | 2012-04-27 | 1 | -0/+3 | |
| | | | ||||||
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -4/+17 | |
|\ \ \ | ||||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -4/+17 | |
| |\| | | | |/ | |/| | ||||||
| | * | Make getgroups error non-fatal. Minor doc update. | Arnold D. Robbins | 2012-02-28 | 1 | -0/+4 | |
| | | | ||||||
| | * | Minor fixes. | Arnold D. Robbins | 2012-02-15 | 1 | -4/+13 | |
| | | | ||||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -11/+11 | |
| | | | ||||||
* | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 1 | -16/+13 | |
| | | | ||||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -13/+28 | |
| | | | ||||||
* | | | Edit doc. Bring awkgram.c and command.c up to date. | Arnold D. Robbins | 2012-04-08 | 1 | -196/+320 | |
| | | | ||||||
* | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 1 | -24/+40 | |
| | | | ||||||
* | | | Documentation updates for arbitrary precision math support. | john haque | 2012-03-31 | 1 | -0/+766 | |
|/ / | ||||||
* | | Minor edits to John's changes. | Arnold D. Robbins | 2012-02-06 | 1 | -17/+17 | |
| | | ||||||
* | | Read timeout documentation and bug fix. | john haque | 2012-02-03 | 1 | -0/+112 | |
| | | ||||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -189/+255 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -592/+579 | |
|\| | ||||||
| * | Documentation updates of various sorts. | Arnold D. Robbins | 2011-12-06 | 1 | -7/+7 | |
| | | ||||||
| * | Minor doc fix. | Arnold D. Robbins | 2011-11-16 | 1 | -1/+1 | |
| | | ||||||
| * | More documentation changes. | Arnold D. Robbins | 2011-11-08 | 1 | -607/+560 | |
| | | ||||||
| * | Improve discussion of sorted for traversal. | Arnold D. Robbins | 2011-11-06 | 1 | -16/+50 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+2 | |
|\| | ||||||
| * | Update Pat Rankin's visible email address. | Arnold D. Robbins | 2011-10-21 | 1 | -1/+2 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -21/+8 | |
|/ | ||||||
* | Minor spelling and doc fixes. | Arnold D. Robbins | 2011-09-24 | 1 | -1/+80 | |
| | ||||||
* | Fix small mistake in doc for quicksort function. | Arnold D. Robbins | 2011-08-14 | 1 | -0/+1 | |
| | ||||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -5/+7 | |
| | ||||||
* | Misc documentation fixes. | Arnold D. Robbins | 2011-07-29 | 1 | -0/+1 | |
| |