Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update to Gettext 0.19.8.1. | Arnold D. Robbins | 2018-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Upgrade to Automake 1.16.1. | Arnold D. Robbins | 2018-09-16 | 1 | -1/+1 | |
| | | ||||||
| * | Upgrade to Bison 3.1. | Arnold D. Robbins | 2018-09-16 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-08-24 | 1 | -0/+4 | |
|\| | ||||||
| * | Update NEWS. | Arnold D. Robbins | 2018-08-24 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-05-14 | 1 | -4/+4 | |
|\| | ||||||
| * | NEWS edits. | Arnold D. Robbins | 2018-05-14 | 1 | -4/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-05-13 | 1 | -0/+4 | |
|\| | ||||||
| * | Major improvements to test infrastructure. | Arnold D. Robbins | 2018-05-13 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-03-22 | 1 | -0/+5 | |
|\| | ||||||
| * | Add support for %a and %A in printf. | Arnold D. Robbins | 2018-03-22 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-01-25 | 1 | -1/+6 | |
|\| | ||||||
| * | Doc updates. | Arnold D. Robbins | 2018-01-25 | 1 | -1/+6 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-01-15 | 1 | -1/+1 | |
|\| | ||||||
| * | Documentation updates. | Arnold D. Robbins | 2018-01-15 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2018-01-10 | 1 | -2/+13 | |
|\| | ||||||
| * | Update copyright year in main.c. Small doc updates. Update NEWS. | Arnold D. Robbins | 2018-01-03 | 1 | -2/+13 | |
| | | ||||||
* | | Merge branch 'gawk-4.2-stable' | Arnold D. Robbins | 2017-10-24 | 1 | -1/+8 | |
|\| | ||||||
| * | Update NEWS. | Arnold D. Robbins | 2017-10-24 | 1 | -0/+7 | |
| | | ||||||
* | | Merge branch 'master' into feature/dev-5.0 | Arnold D. Robbins | 2017-10-17 | 1 | -2/+1 | |
|\| | ||||||
| * | Do not deprecate isarray in this release. | Andrew J. Schorr | 2017-10-17 | 1 | -2/+1 | |
| | | ||||||
* | | Remove gawkbool.h; rely on their being a stdbool.h. | Arnold D. Robbins | 2017-10-13 | 1 | -0/+2 | |
| | | ||||||
* | | Remove the --with-whiny-user-strftime configuration option. | Arnold D. Robbins | 2017-10-10 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'master' into feature/dev-5.0 | Arnold D. Robbins | 2017-10-08 | 1 | -33/+35 | |
|\| | ||||||
| * | More improvements in NEWS. | Arnold D. Robbins | 2017-10-08 | 1 | -33/+35 | |
| | | ||||||
* | | Merge branch 'master' into feature/dev-5.0 | Arnold D. Robbins | 2017-10-08 | 1 | -35/+19 | |
|\| | ||||||
| * | Rationalize NEWS w.r.t. the API. | Arnold D. Robbins | 2017-10-08 | 1 | -35/+19 | |
| | | ||||||
* | | Merge branch 'master' into feature/dev-5.0 | Arnold D. Robbins | 2017-10-04 | 1 | -0/+6 | |
|\| | ||||||
| * | Update NEWS with info about OS/2 port. | Arnold D. Robbins | 2017-10-04 | 1 | -0/+6 | |
| | | ||||||
* | | Remove code allowing non-English letters in identifiers. | Arnold D. Robbins | 2017-10-02 | 1 | -0/+6 | |
|/ | ||||||
* | Document the existence of the Italian translation of the manual. | Arnold D. Robbins | 2017-08-17 | 1 | -0/+3 | |
| | ||||||
* | Doc updates, getting ready for release. | Arnold D. Robbins | 2017-08-16 | 1 | -3/+3 | |
| | ||||||
* | Fix gawk_major_version in gawkapi.h; make NEWS correct (no intdiv). | Arnold D. Robbins | 2017-08-13 | 1 | -30/+28 | |
| | ||||||
* | Initial additions to update DJGPP port. | Arnold D. Robbins | 2017-08-09 | 1 | -0/+2 | |
| | ||||||
* | Fix parenthesization in the pretty printer for real (we hope!). | Arnold D. Robbins | 2017-06-23 | 1 | -3/+7 | |
| | ||||||
* | Document PROCINFO["argv"]. | Arnold D. Robbins | 2017-05-30 | 1 | -0/+3 | |
| | ||||||
* | Update NEWS with info about FIELDWIDTHS. | Arnold D. Robbins | 2017-05-23 | 1 | -1/+5 | |
| | ||||||
* | Update NEWS and doc/gawk.1 to document new PROCINFO["FS"] value "API". | Andrew J. Schorr | 2017-03-22 | 1 | -1/+1 | |
| | ||||||
* | Start to document new FIELDWIDTHS and API input parser capabilities. | Andrew J. Schorr | 2017-03-22 | 1 | -0/+7 | |
| | ||||||
* | Add optional 2nd argument to mktime to request UTC instead of local time. | Andrew J. Schorr | 2017-02-22 | 1 | -0/+4 | |
| | ||||||
* | Speed up programs that toggle IGNORECASE a lot. | Arnold D. Robbins | 2017-01-19 | 1 | -0/+2 | |
| | ||||||
* | Revise NEWS. | Arnold D. Robbins | 2016-12-19 | 1 | -5/+7 | |
| | ||||||
* | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -0/+6 | |
| | ||||||
* | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-25 | 1 | -0/+3 | |
|\ | ||||||
| * | Disallow negative arguments to bitwise functions. Document same. | Arnold D. Robbins | 2016-10-25 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-12 | 1 | -0/+3 | |
|\| | ||||||
| * | Optimization in storing numeric string values for profiling. Update NEWS. | Arnold D. Robbins | 2016-10-12 | 1 | -0/+3 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-29 | 1 | -0/+3 | |
|\| | ||||||
| * | Use fwrite_unlocked if it exists. Nice speedup in output. | Arnold D. Robbins | 2016-08-29 | 1 | -0/+3 | |
| | | ||||||
* | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 1 | -6/+11 | |
|/ |