Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawk | Juergen Kahrs | 2012-03-25 | 3 | -1/+53 | |
| |\| | | ||||||
| | * | | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 3 | -1/+53 | |
| | | | | ||||||
| * | | | Merge branch 'xgawk' of ssh://git.sv.gnu.org/srv/git/gawk into xgawk | Juergen Kahrs | 2012-03-20 | 3 | -13/+53 | |
| |\| | | ||||||
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 3 | -13/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 remote-tracking branch 'origin/master' into xgawk | Juergen Kahrs | 2012-03-20 | 5 | -2845/+2725 | |
| |\| | | ||||||
| * | | | How to merge master patches into feature branch. Ignored some more generated ↵ | Juergen Kahrs | 2011-10-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | files. | |||||
* | | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 3 | -476/+486 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Update doc on -b. | Arnold D. Robbins | 2012-04-27 | 3 | -444/+454 | |
| | | | | ||||||
* | | | | Merge branch 'gawk-4.0-stable' (latest infrastructure). | Arnold D. Robbins | 2012-04-27 | 3 | -79/+150 | |
|\| | | | ||||||
| * | | | Upgrade infrastructure to autoconf 2.69, automake 1.12. | Arnold D. Robbins | 2012-04-27 | 3 | -40/+78 | |
| | | | | ||||||
| * | | | Finish updating to automake 1.11.4. tcc now works! | Arnold D. Robbins | 2012-04-09 | 2 | -41/+74 | |
| | | | | ||||||
| * | | | Move to automake 1.11.4. | Arnold D. Robbins | 2012-04-08 | 1 | -29/+80 | |
| | | | | ||||||
* | | | | Rebuild after merge from gawk_mpfr. | Arnold D. Robbins | 2012-04-27 | 1 | -29/+80 | |
| | | | | ||||||
* | | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 6 | -800/+1370 | |
|\ \ \ \ | ||||||
| * | | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 2 | -4/+9 | |
| |\| | | | ||||||
| | * | | | Move _Noreturn handlng into a separate macro. | Arnold D. Robbins | 2012-03-30 | 1 | -4/+5 | |
| | | | | | ||||||
| | * | | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 | |
| | | | | | ||||||
| * | | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 5 | -753/+1319 | |
| |\| | | | ||||||
| | * | | | Make getgroups error non-fatal. Minor doc update. | Arnold D. Robbins | 2012-02-28 | 2 | -360/+368 | |
| | | | | | ||||||
| | * | | | Minor fixes. | Arnold D. Robbins | 2012-02-15 | 2 | -433/+444 | |
| | | | | | ||||||
| | * | | | General prep for release. (Copyrights, etc.) | Arnold D. Robbins | 2012-02-10 | 3 | -313/+860 | |
| | | | | | ||||||
| * | | | | Prep before syncing from gawk-4.0-stable. | Arnold D. Robbins | 2012-03-22 | 1 | -415/+517 | |
| | |_|/ | |/| | | ||||||
* | | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 4 | -13/+18 | |
| | | | | ||||||
* | | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 5 | -637/+652 | |
| | | | | ||||||
* | | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 3 | -618/+650 | |
| | | | | ||||||
* | | | | Edit doc. Bring awkgram.c and command.c up to date. | Arnold D. Robbins | 2012-04-08 | 3 | -1021/+1184 | |
| | | | | ||||||
* | | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 3 | -491/+521 | |
| | | | | ||||||
* | | | | Documentation updates for arbitrary precision math support. | john haque | 2012-03-31 | 4 | -683/+2269 | |
| | | | | ||||||
* | | | | Make MPRF tests pass too. | Arnold D. Robbins | 2012-02-28 | 1 | -415/+517 | |
| | | | | ||||||
* | | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -5/+7 | |
|/ / / | ||||||
* | | | Minor edits to John's changes. | Arnold D. Robbins | 2012-02-06 | 3 | -21/+28 | |
| | | | ||||||
* | | | Read timeout documentation and bug fix. | john haque | 2012-02-03 | 3 | -0/+127 | |
| | | | ||||||
* | | | Documentation updates. | Arnold D. Robbins | 2011-12-28 | 3 | -10/+14 | |
| | | | ||||||
* | | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 5 | -1089/+1254 | |
| | | | ||||||
* | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 4 | -2188/+1765 | |
|\| | | |/ |/| | ||||||
| * | Update doc/gawk.info too. | Arnold D. Robbins | 2011-12-06 | 1 | -225/+225 | |
| | | ||||||
| * | Documentation updates of various sorts. | Arnold D. Robbins | 2011-12-06 | 3 | -270/+274 | |
| | | ||||||
| * | Minor doc fix. | Arnold D. Robbins | 2011-11-16 | 2 | -342/+342 | |
| | | ||||||
| * | Minor doc fixes in man page. | Arnold D. Robbins | 2011-11-14 | 2 | -8/+12 | |
| | | ||||||
| * | More documentation changes. | Arnold D. Robbins | 2011-11-08 | 3 | -1637/+1549 | |
| | | ||||||
| * | Improve discussion of sorted for traversal. | Arnold D. Robbins | 2011-11-06 | 3 | -253/+319 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 3 | -3/+413 | |
|\| | ||||||
| * | Remove use of AC_C_PROTOTYPE. | Arnold D. Robbins | 2011-10-21 | 1 | -1/+0 | |
| | | ||||||
| * | Update Pat Rankin's visible email address. | Arnold D. Robbins | 2011-10-21 | 2 | -32/+33 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 3 | -674/+653 | |
|/ | ||||||
* | Minor spelling and doc fixes. | Arnold D. Robbins | 2011-09-24 | 4 | -256/+342 | |
| | ||||||
* | 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 | 2 | -251/+257 | |
| | ||||||
* | Misc documentation fixes. | Arnold D. Robbins | 2011-07-29 | 1 | -0/+1 | |
| | ||||||
* | Revert sub/gsub behavior to that of gawk 3.x. | Arnold D. Robbins | 2011-07-28 | 3 | -215/+302 | |
| |