| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Improve array interface. | john haque | 2012-04-19 | 1 | -28/+41 |
* | | Polish array handling code. | john haque | 2012-04-18 | 1 | -51/+44 |
* | | Use unref when freeing a null array element. | john haque | 2012-04-17 | 1 | -6/+12 |
|/ |
|
* | Change MPFR variable RND_MODE to ROUND_MODE. | john haque | 2012-04-12 | 1 | -2/+2 |
* | Add arbitrary-precision arithmetic on integers. | john haque | 2012-03-19 | 1 | -46/+28 |
* | Finish MPFR changes and clean up code. | john haque | 2012-02-26 | 1 | -87/+54 |
* | Finish builtins for MPFR. | john haque | 2012-02-19 | 1 | -21/+50 |
* | New interpreter routine for MPFR. | john haque | 2012-02-16 | 1 | -7/+14 |
* | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -52/+53 |
* | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -6/+2 |
|\ |
|
| * | Misc fixes from John. | Arnold D. Robbins | 2011-12-06 | 1 | -6/+2 |
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-10-25 | 1 | -1/+1 |
|\| |
|
* | | Add GPL notice in symbol.c. | john haque | 2011-10-12 | 1 | -2/+7 |
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -2/+3 |
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -2/+5 |
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -890/+489 |
|/ |
|
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -1/+1 |
* | Fixes for uninitialized variables. | Arnold D. Robbins | 2011-05-09 | 1 | -2/+2 |
* | More array sorting fixes. | Arnold D. Robbins | 2011-05-08 | 1 | -55/+100 |
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 1 | -165/+111 |
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 1 | -70/+165 |
* | Improve saving of numeric value of index. | Arnold D. Robbins | 2011-04-29 | 1 | -12/+28 |
* | Bug fixes from John and Pat. | Arnold D. Robbins | 2011-04-29 | 1 | -41/+8 |
* | Code cleanups in array.c and side effects in other files. | Arnold D. Robbins | 2011-04-27 | 1 | -176/+113 |
* | Patch from John, update man page. | Arnold D. Robbins | 2011-04-24 | 1 | -6/+12 |
* | User function sorting added, documented, tested. | Arnold D. Robbins | 2011-04-22 | 1 | -58/+120 |
* | Add 32/64 bit consistency in hashing. | Arnold D. Robbins | 2011-04-22 | 1 | -1/+7 |
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 1 | -674/+451 |
* | More improvements to array sorting. | Arnold D. Robbins | 2011-04-07 | 1 | -23/+60 |
* | Fix array sorting, add test case. | Arnold D. Robbins | 2011-04-01 | 1 | -2/+2 |
* | Revise array sorting for PROCINFO["sorted_in"]. | Arnold D. Robbins | 2011-03-29 | 1 | -0/+545 |
* | Fixes for asort, asorti, split, patsplit. | Arnold D. Robbins | 2011-03-03 | 1 | -2/+2 |
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 |
* | Profile fix and test for it. | Arnold D. Robbins | 2011-02-13 | 1 | -1/+4 |
* | Equalize messages. New es.po file. | Arnold D. Robbins | 2011-02-08 | 1 | -1/+1 |
* | Fix ctype calls on Cygwin. | Arnold D. Robbins | 2011-02-01 | 1 | -2/+2 |
* | PC fixes, compiler warning cleanups, autoconf fix. | Arnold D. Robbins | 2011-01-04 | 1 | -1/+3 |
* | Cleanup the mainline PC code, and pc/ directory. | Arnold D. Robbins | 2010-12-18 | 1 | -2/+0 |
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -211/+328 |
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -6/+5 |
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -1/+1 |
* | Move to gawk-3.1.6. | Arnold D. Robbins | 2010-07-16 | 1 | -17/+26 |
* | Move to gawk 3.1.5. | Arnold D. Robbins | 2010-07-16 | 1 | -4/+4 |
* | Move to gawk-3.1.4. | Arnold D. Robbins | 2010-07-16 | 1 | -29/+51 |
* | Move to gawk-3.1.3. | Arnold D. Robbins | 2010-07-16 | 1 | -112/+233 |
* | Move to gawk-3.1.2. | Arnold D. Robbins | 2010-07-16 | 1 | -73/+282 |
* | Move to gawk-3.1.1. | Arnold D. Robbins | 2010-07-16 | 1 | -3/+5 |
* | Move to gawk-3.1.0. | Arnold D. Robbins | 2010-07-16 | 1 | -106/+289 |
* | Move to gawk-3.0.6. | Arnold D. Robbins | 2010-07-16 | 1 | -12/+92 |
* | Move to gawk-3.0.5. | Arnold D. Robbins | 2010-07-16 | 1 | -13/+78 |