Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -117/+116 |
| | |||||
* | Merge remote branch 'origin/xgawk-build' | Arnold D. Robbins | 2012-05-09 | 1 | -0/+1 |
|\ | |||||
| * | Fix minor bugs in configure.ac and awkgram.y. | Andrew J. Schorr | 2012-03-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -4/+65 |
|\ \ | |||||
| * | | Fix minor bugs in configure.ac and awkgram.y. | Andrew J. Schorr | 2012-03-27 | 1 | -1/+1 |
| |/ | |||||
| * | Some minor style edits in code and doc. | Arnold D. Robbins | 2012-03-26 | 1 | -3/+7 |
| | | |||||
| * | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 1 | -4/+62 |
| | | |||||
* | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -10/+28 |
|\ \ | |||||
| * \ | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -9/+27 |
| |\| | | | |/ | |/| | |||||
| | * | Fix warnings from gcc -Wall, GCC 4.6.2. | Arnold D. Robbins | 2012-02-15 | 1 | -9/+27 |
| | | | |||||
* | | | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -4/+4 |
| | | | |||||
* | | | Placate gcc -Wall, minor doc updates. | john haque | 2012-04-08 | 1 | -2/+0 |
| | | | |||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -31/+46 |
| | | | |||||
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 1 | -2/+2 |
| | | | |||||
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -19/+27 |
| | | | |||||
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -6/+14 |
| | | | |||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -20/+24 |
| | | | |||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -77/+121 |
|/ / | |||||
* | | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -5/+3 |
|\| | |||||
| * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -3/+3 |
| | | |||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -31/+43 |
| | | |||||
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -6/+31 |
| | | |||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -7/+4 |
| | | |||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -920/+219 |
|/ | |||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -4/+4 |
| | |||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -5/+6 |
| | |||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -8/+4 |
| | |||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -70/+83 |
| | |||||
* | Disallow gawk builtin/keyword as variable assignment. | Arnold D. Robbins | 2011-05-31 | 1 | -4/+5 |
| | |||||
* | Allow newline after comma in range expressions. | Arnold D. Robbins | 2011-05-23 | 1 | -8/+8 |
| | |||||
* | Documentation and compile fixes. | Arnold D. Robbins | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 1 | -3/+4 |
| | |||||
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 1 | -5/+5 |
| | |||||
* | Fix next and exit from functions. | Arnold D. Robbins | 2011-03-29 | 1 | -5/+9 |
| | |||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Fix line numbers in lint warnings. | Arnold D. Robbins | 2011-02-16 | 1 | -125/+202 |
| | |||||
* | Bug fixes in scanning, updating variables. | Arnold D. Robbins | 2011-02-14 | 1 | -1/+7 |
| | |||||
* | PC fixes for portability and dependencies. | Arnold D. Robbins | 2011-02-13 | 1 | -1/+1 |
| | |||||
* | Minor message fix. | Arnold D. Robbins | 2011-02-13 | 1 | -1/+1 |
| | |||||
* | Regex bug fix and token bug fix. See ChangeLog. | Arnold D. Robbins | 2011-02-07 | 1 | -1/+8 |
| | |||||
* | Update NEWS. Minor fix. | Arnold D. Robbins | 2011-02-02 | 1 | -1/+0 |
| | |||||
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -1/+1 |
| | |||||
* | Fix switch debugging. | Arnold D. Robbins | 2011-02-01 | 1 | -267/+239 |
| | |||||
* | Add isarray built-in function. | Arnold D. Robbins | 2011-01-30 | 1 | -3/+12 |
| | |||||
* | Bug fixes and cleanup. | Arnold D. Robbins | 2011-01-27 | 1 | -63/+66 |
| | |||||
* | Try to kill some warnings. | Arnold D. Robbins | 2011-01-17 | 1 | -1/+5 |
| | |||||
* | Some fixes for z/OS and also Autoconf. | Arnold D. Robbins | 2010-12-25 | 1 | -2/+3 |
| |