Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 |
|\ | |||||
| * | Make 4.1.4 release tar ball. | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-23 | 1 | -0/+14 |
|\| | |||||
| * | Doc updates, add 'spell' target for make. | Arnold D. Robbins | 2016-08-23 | 1 | -0/+5 |
| | | |||||
| * | Update dfa, including API changes. | Arnold D. Robbins | 2016-08-23 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-18 | 1 | -0/+4 |
|\| | |||||
| * | Sync dfa.c with grep. | Arnold D. Robbins | 2016-08-18 | 1 | -0/+4 |
| | | |||||
* | | Fix int_array.c:is_integer to remove check superseded by improved logic ↵ | Andrew J. Schorr | 2016-08-15 | 1 | -0/+6 |
| | | | | | | | | merged from stable branch. | ||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-14 | 1 | -0/+6 |
|\| | |||||
| * | Speedup regexp compilation if not using dfa. | Arnold D. Robbins | 2016-08-14 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-12 | 1 | -0/+20 |
|\| | |||||
| * | Minor text and formatting edits in int_array.c. | Arnold D. Robbins | 2016-08-12 | 1 | -0/+4 |
| | | |||||
| * | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2016-08-12 | 1 | -0/+4 |
| | | |||||
| * | If a strnum integer has a non-standard string representation, do not accept ↵ | Andrew J. Schorr | 2016-08-09 | 1 | -0/+12 |
| | | | | | | | | it as an integer array subscript. | ||||
* | | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -0/+22 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-01 | 1 | -0/+33 |
|\| | |||||
| * | Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵ | Andrew J. Schorr | 2016-08-01 | 1 | -4/+21 |
| |\ | | | | | | | | | | gawk-4.1-stable | ||||
| | * | Mark DJGPP port as unsupported. | Arnold D. Robbins | 2016-08-01 | 1 | -0/+4 |
| | | | |||||
| | * | Merge branch 'gawk-4.1-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵ | Arnold D. Robbins | 2016-08-01 | 1 | -0/+11 |
| | |\ | | | | | | | | | | | | | gawk-4.1-stable | ||||
| | * | | Improve ignoring case in single byte locales. | Arnold D. Robbins | 2016-08-01 | 1 | -0/+6 |
| | | | | |||||
| | * | | Use dfa even in multibyte locales. | Arnold D. Robbins | 2016-07-24 | 1 | -0/+7 |
| | | | | |||||
| * | | | Minor MPFR fix to avoid potential hysteresis effects resulting in ↵ | Andrew J. Schorr | 2016-08-01 | 1 | -0/+5 |
| | |/ | |/| | | | | | | | higher-than-needed precision. | ||||
| * | | Fix MPFR bug where precision was reduced to that of the function argument. | Andrew J. Schorr | 2016-08-01 | 1 | -0/+11 |
| |/ | |||||
* | | Make return status of close on a pipe like system. | Arnold D. Robbins | 2016-07-23 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-23 | 1 | -0/+5 |
|\| | |||||
| * | Fix do_print for use with strnums. | Arnold D. Robbins | 2016-07-23 | 1 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-19 | 1 | -0/+10 |
|\| | |||||
| * | Simplify set_LINT function. | Arnold D. Robbins | 2016-07-19 | 1 | -0/+4 |
| | | |||||
| * | Small code cleanup in awkgram.y:shadow_funcs. | Arnold D. Robbins | 2016-07-18 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-18 | 1 | -0/+20 |
|\| | |||||
| * | Update config.sub. | Arnold D. Robbins | 2016-07-18 | 1 | -0/+4 |
| | | |||||
| * | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2016-07-18 | 1 | -1/+5 |
| | | |||||
| * | Reenable translation during arg parsing. | Arnold D. Robbins | 2016-07-18 | 1 | -0/+12 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-17 | 1 | -0/+5 |
|\| | |||||
| * | Fix set_LINT for LINT="invalid" to reset lintfunc. | Arnold D. Robbins | 2016-07-17 | 1 | -0/+5 |
| | | |||||
* | | Minor coding style fix in builtin.c. | Arnold D. Robbins | 2016-07-08 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-08 | 1 | -0/+4 |
|\| | |||||
| * | Update dfa.c from GNU grep. | Arnold D. Robbins | 2016-07-08 | 1 | -0/+4 |
| | | |||||
* | | Revert warning message until I'm certain that that flag combo is invalid. | Andrew J. Schorr | 2016-07-03 | 1 | -0/+6 |
| | | |||||
* | | Fix bug where STRING flag was disabled during record reconstruction, and add ↵ | Andrew J. Schorr | 2016-07-03 | 1 | -0/+5 |
| | | | | | | | | test case. | ||||
* | | Merge branch 'master' into feature/fixtype | Arnold D. Robbins | 2016-07-01 | 1 | -1/+3 |
|\ \ | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-01 | 1 | -1/+3 |
| |\| | |||||
| | * | Allow -d- to print to stdout. | Arnold D. Robbins | 2016-07-01 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch 'master' into feature/fixtype | Arnold D. Robbins | 2016-07-01 | 1 | -0/+5 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-01 | 1 | -0/+5 |
| |\| | |||||
| | * | Add FUNCTAB and SYMTAB to variables dumped with -d. | Arnold D. Robbins | 2016-07-01 | 1 | -0/+5 |
| | | | |||||
* | | | Merge branch 'master' into feature/fixtype | Arnold D. Robbins | 2016-07-01 | 1 | -0/+13 |
|\| | | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-07-01 | 1 | -0/+13 |
| |\| | |||||
| | * | Minor fixes in gawkapi.c. | Arnold D. Robbins | 2016-07-01 | 1 | -0/+5 |
| | | | |||||
| | * | Minor fixes for stftmt uses. | Arnold D. Robbins | 2016-07-01 | 1 | -0/+8 |
| | | |