Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -0/+1 |
| | | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH. | ||||
* | Added timeout for reading from input. | john haque | 2012-01-01 | 1 | -1/+7 |
| | |||||
* | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -5/+0 |
|\ | |||||
| * | Remove ancient STREQ, STREQN macros. | Arnold D. Robbins | 2011-12-31 | 1 | -5/+0 |
| | | |||||
* | | The grand merge: dgawk and pgawk folded into gawk. | Arnold D. Robbins | 2011-12-26 | 1 | -25/+31 |
| | | |||||
* | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2011-12-08 | 1 | -4/+4 |
|\| | |||||
| * | MBS support tweaks for DJGPP and z/OS. | Arnold D. Robbins | 2011-12-06 | 1 | -4/+4 |
| | | |||||
* | | Optimize tail-recursive calls. | john haque | 2011-10-12 | 1 | -2/+2 |
| | | |||||
* | | Add a test file, cleanup code and update doc. | john haque | 2011-10-12 | 1 | -10/+12 |
| | | |||||
* | | Speed/memory performance improvements. | john haque | 2011-10-12 | 1 | -187/+339 |
|/ | |||||
* | 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 |
| |