Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync dfa.c and regex.h with their upstreams. | Arnold D. Robbins | 2011-05-08 | 3 | -3/+18 |
| | |||||
* | Finish edits from full read through. | Arnold D. Robbins | 2011-05-06 | 4 | -111/+159 |
| | |||||
* | PROCINFO sorting only if not posix. Doc updates. | Arnold D. Robbins | 2011-05-05 | 6 | -144/+154 |
| | |||||
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 14 | -2226/+2508 |
| | |||||
* | Bug fixes and new test, see nastyparm. | Arnold D. Robbins | 2011-05-04 | 8 | -3/+103 |
| | |||||
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 14 | -114/+269 |
| | |||||
* | Minor addition to FUTURES. | Arnold D. Robbins | 2011-05-04 | 1 | -0/+2 |
| | |||||
* | Updated .gmo files. | Arnold D. Robbins | 2011-05-02 | 15 | -2994/+3459 |
| | |||||
* | Further sync of dfa.c. | Arnold D. Robbins | 2011-05-02 | 2 | -10/+13 |
| | |||||
* | Compile fixes for Cygwin. | Arnold D. Robbins | 2011-05-02 | 3 | -2/+10 |
| | |||||
* | Update pc/Makefile.tst. | Arnold D. Robbins | 2011-05-02 | 2 | -2/+16 |
| | |||||
* | Remove old po files from the dist, explain in a README. | Arnold D. Robbins | 2011-05-01 | 3 | -17/+24 |
| | |||||
* | Compile fix for VMS. | Arnold D. Robbins | 2011-05-01 | 2 | -0/+10 |
| | |||||
* | Remove need for awkprintf.h. | Arnold D. Robbins | 2011-04-29 | 2 | -2/+6 |
| | |||||
* | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2011-04-29 | 2 | -4/+8 |
| | |||||
* | Bug fix in io.c, minor doc update. | Arnold D. Robbins | 2011-04-29 | 3 | -1/+10 |
| | |||||
* | Remove VAXCRTL and GFMT_WORKAROUND. Yay! | Arnold D. Robbins | 2011-04-29 | 3 | -105/+9 |
| | |||||
* | Improve saving of numeric value of index. | Arnold D. Robbins | 2011-04-29 | 3 | -13/+35 |
| | |||||
* | Bug fixes from John and Pat. | Arnold D. Robbins | 2011-04-29 | 7 | -1076/+1037 |
| | |||||
* | Code cleanups in array.c and side effects in other files. | Arnold D. Robbins | 2011-04-27 | 8 | -187/+152 |
| | |||||
* | Documentation updates. | Arnold D. Robbins | 2011-04-27 | 5 | -82/+22 |
| | |||||
* | Move most stuff in NEWS to NEWS.0. | Arnold D. Robbins | 2011-04-24 | 5 | -2539/+2552 |
| | |||||
* | Update docs some more. | Arnold D. Robbins | 2011-04-24 | 3 | -283/+299 |
| | |||||
* | Patch from John, update man page. | Arnold D. Robbins | 2011-04-24 | 3 | -6/+41 |
| | |||||
* | Update pc/Makefile.tst. | Arnold D. Robbins | 2011-04-24 | 2 | -3/+25 |
| | |||||
* | User function sorting added, documented, tested. | Arnold D. Robbins | 2011-04-22 | 12 | -315/+904 |
| | |||||
* | Add 32/64 bit consistency in hashing. | Arnold D. Robbins | 2011-04-22 | 4 | -2/+18 |
| | |||||
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 15 | -1200/+1335 |
| | |||||
* | Add new test files. | Arnold D. Robbins | 2011-04-18 | 2 | -0/+37 |
| | |||||
* | Fix typos. | Arnold D. Robbins | 2011-04-18 | 1 | -1/+1 |
| | |||||
* | Add new test from John Haque. | Arnold D. Robbins | 2011-04-15 | 4 | -2/+21 |
| | |||||
* | Bug fixes, see ChangeLog. | Arnold D. Robbins | 2011-04-13 | 4 | -21/+24 |
| | |||||
* | New Danish .po file. | Arnold D. Robbins | 2011-04-13 | 1 | -339/+266 |
| | |||||
* | Removed Nextfile Function from doc. | Arnold D. Robbins | 2011-04-07 | 3 | -678/+428 |
| | |||||
* | More improvements to array sorting. | Arnold D. Robbins | 2011-04-07 | 5 | -33/+204 |
| | |||||
* | Minor edits to auxilary files. | Arnold D. Robbins | 2011-04-03 | 3 | -6/+15 |
| | |||||
* | Fix array sorting, add test case. | Arnold D. Robbins | 2011-04-01 | 8 | -2/+53 |
| | |||||
* | Change ISATTY macro to os_isatty function. | Arnold D. Robbins | 2011-04-01 | 10 | -18/+47 |
| | |||||
* | Lots of documentation updates. | Arnold D. Robbins | 2011-03-31 | 7 | -652/+732 |
| | |||||
* | More documentation edits. | Arnold D. Robbins | 2011-03-30 | 7 | -385/+424 |
| | |||||
* | Add tests for next and exit to test suite. | Arnold D. Robbins | 2011-03-30 | 7 | -2/+145 |
| | |||||
* | Fix next and exit from functions. | Arnold D. Robbins | 2011-03-29 | 6 | -148/+182 |
| | |||||
* | Revise array sorting for PROCINFO["sorted_in"]. | Arnold D. Robbins | 2011-03-29 | 8 | -643/+1114 |
| | |||||
* | Apply first set of edits to gawk.texi. | Arnold D. Robbins | 2011-03-25 | 7 | -1305/+1448 |
| | |||||
* | Some cleanups after code review of main.c. | Arnold D. Robbins | 2011-03-25 | 11 | -123/+133 |
| | |||||
* | Add finnish translation, update version. | Arnold D. Robbins | 2011-03-18 | 48 | -4390/+7224 |
| | |||||
* | Fixes for asort, asorti, split, patsplit. | Arnold D. Robbins | 2011-03-03 | 3 | -4/+18 |
| | |||||
* | VMS updates. | Arnold D. Robbins | 2011-03-03 | 5 | -72/+204 |
| | |||||
* | Sync PC Makefile.tst. | Arnold D. Robbins | 2011-02-27 | 2 | -3/+8 |
| | |||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 43 | -50/+54 |
| |