Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix array sorting lint warning. | Arnold D. Robbins | 2011-02-26 | 2 | -1/+5 |
| | |||||
* | Sorted-in fix and repair vms/vmstest.com. | Arnold D. Robbins | 2011-02-26 | 3 | -6/+10 |
| | |||||
* | Fix for valgrind. | Arnold D. Robbins | 2011-02-23 | 2 | -0/+8 |
| | |||||
* | Update copyright year. | Arnold D. Robbins | 2011-02-22 | 2 | -2/+6 |
| | |||||
* | Fix test Makefiles across the board. | Arnold D. Robbins | 2011-02-21 | 7 | -8/+50 |
| | |||||
* | Fix spelling of function names in new functions. | Arnold D. Robbins | 2011-02-18 | 1 | -2/+2 |
| | |||||
* | PROCINFO["sorted_in"] value now matters. | Arnold D. Robbins | 2011-02-17 | 9 | -294/+846 |
| | |||||
* | Fix pc/ChangeLog vms/ChangeLog for lintwarn test. | Arnold D. Robbins | 2011-02-16 | 2 | -0/+8 |
| | |||||
* | Fix line numbers in lint warnings. | Arnold D. Robbins | 2011-02-16 | 18 | -446/+741 |
| | |||||
* | Sync PC Makefile.tst. | Arnold D. Robbins | 2011-02-16 | 2 | -3/+7 |
| | |||||
* | Turn on odd pages in gawk.texi. | Arnold D. Robbins | 2011-02-16 | 1 | -1/+1 |
| | |||||
* | More doc changes. About done! | Arnold D. Robbins | 2011-02-14 | 3 | -930/+550 |
| | |||||
* | Bug fixes in scanning, updating variables. | Arnold D. Robbins | 2011-02-14 | 5 | -147/+174 |
| | |||||
* | VMS fixes, including ripple effect into pc and test directories. | Arnold D. Robbins | 2011-02-14 | 12 | -27/+144 |
| | |||||
* | Update fr.po and pl.po. | Arnold D. Robbins | 2011-02-14 | 2 | -846/+748 |
| |