Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-05-22 | 22 | -719/+766 | |
|\| | ||||||
| * | Add --lint=no-ext to disable "xxx is a gawk extension" warnings. | Arnold D. Robbins | 2019-05-22 | 17 | -654/+700 | |
| | | ||||||
| * | Sync support files with GNULIB. | Arnold D. Robbins | 2019-05-22 | 5 | -65/+66 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-05-13 | 2 | -5/+18 | |
|\| | ||||||
| * | Update Italian translation. | Arnold D. Robbins | 2019-05-13 | 2 | -5/+18 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-05-10 | 2 | -0/+20 | |
|\| | ||||||
| * | Update NEWS. | Arnold D. Robbins | 2019-05-10 | 2 | -0/+20 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-05-07 | 2 | -0/+7 | |
|\| | ||||||
| * | Finish handling sandbox tests. | Arnold D. Robbins | 2019-05-07 | 2 | -0/+7 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-05-06 | 15 | -582/+761 | |
|\| | ||||||
| * | Improve sandbox mode. | Arnold D. Robbins | 2019-05-06 | 15 | -576/+750 | |
| | | ||||||
| * | Typo fixes in manual. | Arnold D. Robbins | 2019-05-06 | 4 | -131/+136 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-05-05 | 6 | -69/+92 | |
|\| | ||||||
| * | Fix message for when extensions are not available. | Arnold D. Robbins | 2019-05-05 | 2 | -1/+6 | |
| | | ||||||
| * | Fix doc for --disable-extensions configuration option. | Arnold D. Robbins | 2019-05-05 | 4 | -68/+86 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-28 | 2 | -37/+95 | |
|\| | ||||||
| * | Update Italian translation. | Arnold D. Robbins | 2019-04-28 | 2 | -37/+95 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-28 | 4 | -3/+8 | |
|\| | ||||||
| * | Typo fix in the doc. | Arnold D. Robbins | 2019-04-28 | 4 | -3/+8 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-24 | 2 | -1/+6 | |
|\| | ||||||
| * | Fix a warning in msg.c. | Arnold D. Robbins | 2019-04-24 | 2 | -1/+6 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-23 | 7 | -40/+20 | |
|\| | ||||||
| * | Sync support files from GNULIB. | Arnold D. Robbins | 2019-04-23 | 3 | -36/+6 | |
| | | ||||||
| * | Update config.sub. | Arnold D. Robbins | 2019-04-23 | 4 | -4/+14 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-23 | 9 | -8/+35 | |
|\| | ||||||
| * | Add another numeric field assignment test. | Andrew J. Schorr | 2019-04-22 | 6 | -2/+28 | |
| | | ||||||
| * | Fix a typo in the manual. | Arnold D. Robbins | 2019-04-22 | 3 | -6/+7 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-21 | 6 | -650/+691 | |
|\| | ||||||
| * | Doc, add link to Mircea Neacsu's embeddable awk interpreter. | Arnold D. Robbins | 2019-04-21 | 4 | -37/+59 | |
| | | ||||||
| * | Speed field assignment back up. | Arnold D. Robbins | 2019-04-21 | 2 | -1/+8 | |
| | | ||||||
| * | Doc: Fix a typo. Add doc of command line if no -f or -e. | Arnold D. Robbins | 2019-04-21 | 4 | -643/+655 | |
| | | ||||||
* | | Merge branch 'gawk-5.0-stable' | Arnold D. Robbins | 2019-04-21 | 35 | -35/+179 | |
|\| | ||||||
| * | Fix bug with ^ in FS. | Arnold D. Robbins | 2019-04-21 | 9 | -4/+39 | |
| | | ||||||
| * | Doc fix: POSIX language on RS. | Arnold D. Robbins | 2019-04-21 | 6 | -582/+621 | |
| | | ||||||
| * | Doc on workaround for debugger -f limitation. | Arnold D. Robbins | 2019-04-21 | 4 | -189/+233 | |
| | | ||||||
| * | Fix core dump upon syntax error. | Arnold D. Robbins | 2019-04-18 | 13 | -18/+54 | |
| | | ||||||
| * | Update Italian manual. | Arnold D. Robbins | 2019-04-18 | 2 | -7/+10 | |
| | | ||||||
| * | Ensure that ChangeLog.1 gets into the distribution. | Arnold D. Robbins | 2019-04-18 | 16 | -5/+33 | |
| | | ||||||
| * | Fix permissions on top-level ChangeLog.1. | Arnold D. Robbins | 2019-04-18 | 1 | -0/+0 | |
| | | ||||||
| * | Add an easter egg in msg.c. | Arnold D. Robbins | 2019-04-18 | 5 | -1/+42 | |
| | | ||||||
* | | Doc fix: POSIX language on RS. | Arnold D. Robbins | 2019-04-21 | 6 | -582/+620 | |
| | | ||||||
* | | Doc on workaround for debugger -f limitation. | Arnold D. Robbins | 2019-04-21 | 4 | -189/+233 | |
|/ | ||||||
* | Merge branch 'gawk-5.0-stable' of ssh://git.sv.gnu.org/srv/git/gawk into ↵ | Arnold D. Robbins | 2019-04-14 | 2 | -0/+7 | |
|\ | | | | | | | gawk-5.0-stable | |||||
| * | Fix "make install" wrt Info files. | Eli Zaretskii | 2019-04-13 | 2 | -0/+7 | |
| | | ||||||
* | | Document IGNORECASE uses locale for single byte locales too. | Arnold D. Robbins | 2019-04-14 | 4 | -549/+549 | |
|/ | ||||||
* | Files revised after 'make distcheck'. | Arnold D. Robbins | 2019-04-12 | 36 | -22/+22 | |
| | ||||||
* | Add new ChangeLog files. | Arnold D. Robbins | 2019-04-12 | 13 | -0/+68 | |
| | ||||||
* | Bump version in configure.ac files and README. | Arnold D. Robbins | 2019-04-12 | 5 | -34/+31 | |
| | ||||||
* | Renamed old ChangeLog files, added new ones for 5.0 release. | Arnold D. Robbins | 2019-04-12 | 9 | -0/+36 | |
| | ||||||
* | Update gettext version in the doc. | Arnold D. Robbins | 2019-04-12 | 18 | -215/+219 | |
| |