Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Update infrastructure. | Arnold D. Robbins | 2012-08-17 | 1 | -415/+259 | |
| | | | ||||||
| * | | Add undocumented-for-now PROCINFO["identifiers"]. | Arnold D. Robbins | 2012-09-14 | 1 | -3/+3 | |
| | | | ||||||
| * | | Update infrastructure. | Arnold D. Robbins | 2012-08-17 | 1 | -425/+264 | |
| | | | ||||||
| * | | Make it a fatal error to load the same file with -f and -i (or @include). | Andrew J. Schorr | 2012-08-11 | 1 | -5/+14 | |
| | | | ||||||
| * | | Improve lint warning message about a previously loaded shared library. | Andrew J. Schorr | 2012-07-10 | 1 | -1/+5 | |
| | | | ||||||
| * | | Extend or(), and(), xor() to N arguments, N >= 2. | Arnold D. Robbins | 2012-07-09 | 1 | -3/+3 | |
| | | | ||||||
| * | | Fix lint checking for extension functions. | Arnold D. Robbins | 2012-06-25 | 1 | -8/+23 | |
| | | | ||||||
| * | | Remove extension() builtin. | Arnold D. Robbins | 2012-06-21 | 1 | -2/+1 | |
| | | | ||||||
| * | | Further API code and test code. | Arnold D. Robbins | 2012-06-21 | 1 | -2/+2 | |
| | | | ||||||
| * | | Restore stopme() debugging function. | Arnold D. Robbins | 2012-06-20 | 1 | -0/+11 | |
| | | | ||||||
| * | | Fix code duplication in gawkapi.c from msg.c. | Arnold D. Robbins | 2012-06-19 | 1 | -5/+5 | |
| | | | ||||||
| * | | 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 | -18/+21 | |
| | | | ||||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -308/+307 | |
| | | | ||||||
| * | | Merge remote branch 'origin/xgawk-build' | Arnold D. Robbins | 2012-05-09 | 1 | -839/+924 | |
| |\ \ | ||||||
| | * | | Fix minor bugs in configure.ac and awkgram.y. | Andrew J. Schorr | 2012-03-27 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Rebuild after merge from xgawk. | Arnold D. Robbins | 2012-03-26 | 1 | -3/+7 | |
| | | | | ||||||
| | * | | xgawk + derived files needed to build | Andrew J. Schorr | 2012-03-24 | 1 | -839/+920 | |
| | | | | ||||||
| * | | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -169/+169 | |
| | | | | ||||||
* | | | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Improve array interface. | john haque | 2012-04-19 | 1 | -0/+10 | |
|/ / / | ||||||
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -9/+27 | |
|\ \ \ | ||||||
| * \ \ | 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 | -200/+198 | |
| | | | ||||||
* | | | Edit doc. Bring awkgram.c and command.c up to date. | Arnold D. Robbins | 2012-04-08 | 1 | -165/+165 | |
| | | | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -163/+178 | |
| | | | ||||||
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 1 | -167/+167 | |
| | | | ||||||
* | | | Merge branch 'gawk_mpfr' of git.sv.gnu.org:/srv/git/gawk into gawk_mpfr | Arnold D. Robbins | 2012-03-01 | 1 | -206/+214 | |
|\ \ \ | ||||||
| * | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -206/+214 | |
| | | | | ||||||
* | | | | Make MPRF tests pass too. | Arnold D. Robbins | 2012-02-28 | 1 | -165/+165 | |
|/ / / | ||||||
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -6/+14 | |
| | | | ||||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -152/+156 | |
| | | | ||||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -429/+473 | |
|/ / | ||||||
* | | 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 | -218/+230 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-26 | 1 | -165/+165 | |
|\| | ||||||
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -140/+165 | |
| | | ||||||
* | | 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 | -1847/+1153 | |
|/ | ||||||
* | 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 | -151/+147 | |
| | ||||||
* | 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 | -362/+364 | |
| | ||||||
* | Documentation and compile fixes. | Arnold D. Robbins | 2011-05-19 | 1 | -1/+1 | |
| | ||||||
* | Update to bison 2.5. | Arnold D. Robbins | 2011-05-16 | 1 | -360/+401 | |
| |