Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-12-09 | 1 | -16/+16 | |
|\ \ | ||||||
| * | | Make bitflag checking consistent everywhere. | Arnold D. Robbins | 2012-12-09 | 1 | -5/+5 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-12-09 | 1 | -11/+11 | |
| |\| | ||||||
| | * | Change BINMODE to use symbolic values. | Arnold D. Robbins | 2012-12-09 | 1 | -11/+11 | |
| | | | ||||||
| | * | Apply realloc optimization to wide string values. | Arnold D. Robbins | 2012-12-01 | 1 | -2/+14 | |
| | | | ||||||
| | * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-30 | 1 | -1/+0 | |
|\| | | ||||||
| * | | Further awk.h cleanup. | Arnold D. Robbins | 2012-11-30 | 1 | -1/+0 | |
| | | | ||||||
* | | | Finish porting to current code base. | Arnold D. Robbins | 2012-11-26 | 1 | -0/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into array-iface | Arnold D. Robbins | 2012-11-25 | 1 | -35/+47 | |
|\| | | ||||||
| * | | Clean up of awk.h. | Arnold D. Robbins | 2012-11-22 | 1 | -2/+0 | |
| | | | ||||||
| * | | Array bug fixes. | Arnold D. Robbins | 2012-11-10 | 1 | -0/+2 | |
| | | | ||||||
| * | | First cut at SYMTAB and FUNCTAB. | Arnold D. Robbins | 2012-09-25 | 1 | -1/+0 | |
| | | | ||||||
| * | | Remove translation of errno strings from API. | Arnold D. Robbins | 2012-07-25 | 1 | -4/+2 | |
| | | | ||||||
| * | | Changes to LINT reflect to extn API. Add API tests. | Arnold D. Robbins | 2012-06-06 | 1 | -0/+3 | |
| | | | ||||||
| * | | Move to use of bool type, true, false, everywhere. | Arnold D. Robbins | 2012-05-11 | 1 | -27/+27 | |
| | | | ||||||
| * | | Merge branch 'xgawk' | Arnold D. Robbins | 2012-05-09 | 1 | -5/+17 | |
| |\ \ | ||||||
| | * | | Fix memory management bug in unset_ERRNO. | Andrew J. Schorr | 2012-04-09 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Update ERRNO API. | Andrew J. Schorr | 2012-04-01 | 1 | -5/+17 | |
| | | | | ||||||
* | | | | Improve array interface. | john haque | 2012-04-19 | 1 | -0/+1 | |
|/ / / | ||||||
* | | | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -39/+19 | |
| | | | ||||||
* | | | Bug fixes and tests for MPFR. | john haque | 2012-03-07 | 1 | -3/+4 | |
| | | | ||||||
* | | | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -44/+70 | |
| | | | ||||||
* | | | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -33/+36 | |
| | | | ||||||
* | | | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -17/+48 | |
| | | | ||||||
* | | | Add infrastructure for MPFR/GMP support. | john haque | 2012-02-14 | 1 | -25/+40 | |
|/ / | ||||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -1238/+57 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -1/+7 | |
|\| | ||||||
| * | Misc fixes from John. | Arnold D. Robbins | 2011-12-06 | 1 | -1/+7 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 | |
|\| | ||||||
| * | Remove some compile time warnings. | Arnold D. Robbins | 2011-10-10 | 1 | -1/+1 | |
| | | ||||||
* | | Fix warning messages after merge with gawk_performance. | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 | |
| | | ||||||
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -16/+55 | |
| | | ||||||
* | | Optimization for compound assignment, increment and decrement operators. | john haque | 2011-10-12 | 1 | -32/+46 | |
| | | ||||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -12/+7 | |
| | | ||||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -175/+239 | |
|/ | ||||||
* | Minor spelling and doc fixes. | Arnold D. Robbins | 2011-09-24 | 1 | -1/+1 | |
| | ||||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -2/+2 | |
| | ||||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -121/+257 | |
| | ||||||
* | Additional getline fix. | Arnold D. Robbins | 2011-07-26 | 1 | -1/+2 | |
| | ||||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -29/+23 | |
| | ||||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -3/+33 | |
| | ||||||
* | More array sorting fixes. | Arnold D. Robbins | 2011-05-08 | 1 | -17/+10 | |
| | ||||||
* | PROCINFO sorting only if not posix. Doc updates. | Arnold D. Robbins | 2011-05-05 | 1 | -5/+10 | |
| | ||||||
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 1 | -1/+8 | |
| | ||||||
* | Bug fixes and new test, see nastyparm. | Arnold D. Robbins | 2011-05-04 | 1 | -0/+9 | |
| | ||||||
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 1 | -0/+2 | |
| | ||||||
* | Code cleanups in array.c and side effects in other files. | Arnold D. Robbins | 2011-04-27 | 1 | -1/+1 | |
| | ||||||
* | User function sorting added, documented, tested. | Arnold D. Robbins | 2011-04-22 | 1 | -1/+1 | |
| | ||||||
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 1 | -30/+12 | |
| |