Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -5/+0 |
| | |||||
* | MBS support tweaks for DJGPP and z/OS. | Arnold D. Robbins | 2011-12-06 | 1 | -4/+4 |
| | |||||
* | Make gawk_mb_cur_max compile time constant if no mbs support. | Arnold D. Robbins | 2011-10-04 | 1 | -1/+1 |
| | |||||
* | Make no mbs support work everywhere. Sheesh. | Arnold D. Robbins | 2011-09-21 | 1 | -7/+5 |
| | |||||
* | Fix bug with FPAT. | Arnold D. Robbins | 2011-08-10 | 1 | -0/+1 |
| | |||||
* | BEGINFILE/ENDFILE code redone. | Arnold D. Robbins | 2011-08-10 | 1 | -7/+18 |
| | |||||
* | Fix for ptys for coprocesses. | Arnold D. Robbins | 2011-08-09 | 1 | -0/+4 |
| | |||||
* | Fix gsub and getline pass by reference. Add tests. | Arnold D. Robbins | 2011-07-26 | 1 | -5/+5 |
| | |||||
* | Fix gsub losing white space when working on fields. | Arnold D. Robbins | 2011-07-15 | 1 | -3/+12 |
| | |||||
* | First set of minor fixes on 4.0 Stable. | Arnold D. Robbins | 2011-07-15 | 1 | -1/+1 |
| | |||||
* | Minor cygwin edit. | Arnold D. Robbins | 2011-05-09 | 1 | -3/+0 |
| | |||||
* | More array sorting fixes. | Arnold D. Robbins | 2011-05-08 | 1 | -1/+0 |
| | |||||
* | Revamp array sorting. | Arnold D. Robbins | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | Fix problem with subarray of deleted array. | Arnold D. Robbins | 2011-05-04 | 1 | -6/+7 |
| | |||||
* | Compile fixes for Cygwin. | Arnold D. Robbins | 2011-05-02 | 1 | -0/+3 |
| | |||||
* | Improve saving of numeric value of index. | Arnold D. Robbins | 2011-04-29 | 1 | -0/+1 |
| | |||||
* | Code cleanups in array.c and side effects in other files. | Arnold D. Robbins | 2011-04-27 | 1 | -7/+0 |
| | |||||
* | User function sorting added, documented, tested. | Arnold D. Robbins | 2011-04-22 | 1 | -0/+3 |
| | |||||
* | More array sorting changes from John. | Arnold D. Robbins | 2011-04-18 | 1 | -6/+4 |
| | |||||
* | Change ISATTY macro to os_isatty function. | Arnold D. Robbins | 2011-04-01 | 1 | -5/+1 |
| | |||||
* | Fix next and exit from functions. | Arnold D. Robbins | 2011-03-29 | 1 | -0/+4 |
| | |||||
* | Revise array sorting for PROCINFO["sorted_in"]. | Arnold D. Robbins | 2011-03-29 | 1 | -1/+6 |
| | |||||
* | Some cleanups after code review of main.c. | Arnold D. Robbins | 2011-03-25 | 1 | -0/+9 |
| | |||||
* | Update copyrights. | Arnold D. Robbins | 2011-02-27 | 1 | -1/+1 |
| | |||||
* | Fix line numbers in lint warnings. | Arnold D. Robbins | 2011-02-16 | 1 | -0/+1 |
| | |||||
* | Bug fixes in scanning, updating variables. | Arnold D. Robbins | 2011-02-14 | 1 | -0/+6 |
| | |||||
* | PC fixes for portability and dependencies. | Arnold D. Robbins | 2011-02-13 | 1 | -1/+6 |
| | |||||
* | More OS/2 changes. | Arnold D. Robbins | 2011-02-10 | 1 | -12/+2 |
| | |||||
* | Fix switch debugging. | Arnold D. Robbins | 2011-02-01 | 1 | -11/+12 |
| | |||||
* | Add isarray built-in function. | Arnold D. Robbins | 2011-01-30 | 1 | -1/+3 |
| | |||||
* | Sync dfa to grep, import hard-locale.[ch]. | Arnold D. Robbins | 2011-01-30 | 1 | -2/+1 |
| | |||||
* | Add controlled array sorting in for loop. Needs documenting. | Arnold D. Robbins | 2011-01-27 | 1 | -0/+2 |
| | |||||
* | Make single byte caching more elegant. | Arnold D. Robbins | 2011-01-19 | 1 | -2/+2 |
| | |||||
* | Simplify code for do_tolower, do_toupper. | Arnold D. Robbins | 2011-01-19 | 1 | -0/+1 |
| | |||||
* | Relocate include of fcntl.h. | Arnold D. Robbins | 2011-01-10 | 1 | -6/+7 |
| | |||||
* | PC fiexes from Eli. | Arnold D. Robbins | 2011-01-08 | 1 | -4/+6 |
| | |||||
* | strncasembscmp fix. Doc updates. | Arnold D. Robbins | 2010-12-31 | 1 | -1/+2 |
| | |||||
* | Minor bug fixes, lots more doc, make dist. | Arnold D. Robbins | 2010-12-28 | 1 | -1/+1 |
| | |||||
* | Work on char* vs const char *. | Arnold D. Robbins | 2010-12-19 | 1 | -3/+3 |
| | |||||
* | Cleanup the mainline PC code, and pc/ directory. | Arnold D. Robbins | 2010-12-18 | 1 | -2/+2 |
| | |||||
* | Add PROCINFO["strftime"] as default strftime() format. | Arnold D. Robbins | 2010-12-16 | 1 | -0/+1 |
| | |||||
* | More doc and code fixes. See ChangeLogs. | Arnold D. Robbins | 2010-12-05 | 1 | -1/+0 |
| | |||||
* | Speed up single byte cases. See ChangeLog. | Arnold D. Robbins | 2010-12-04 | 1 | -0/+4 |
| | |||||
* | Fixes for cygwin, make new dist file for me. | Arnold D. Robbins | 2010-12-01 | 1 | -4/+4 |
| | |||||
* | Fix memory leaks - patch from John. | Arnold D. Robbins | 2010-11-26 | 1 | -4/+4 |
| | |||||
* | Fixes from John Haque. | Arnold D. Robbins | 2010-11-22 | 1 | -6/+6 |
| | |||||
* | Bring latest byte code gawk into git. Hurray! | Arnold D. Robbins | 2010-11-18 | 1 | -660/+779 |
| | |||||
* | Bring in development gawk changes. | Arnold D. Robbins | 2010-11-12 | 1 | -15/+27 |
| | |||||
* | Move to 3.1.8. | Arnold D. Robbins | 2010-07-16 | 1 | -42/+7 |
| | |||||
* | Move to gawk-3.1.7. | Arnold D. Robbins | 2010-07-16 | 1 | -7/+40 |
| |