Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-22 | 6 | -3/+23 |
|\ | |||||
| * | Fix resource links found by Coverity. | Arnold D. Robbins | 2022-02-22 | 6 | -3/+23 |
| | | |||||
* | | Merge branch 'master' into feature/docit | Arnold D. Robbins | 2022-02-11 | 11 | -6/+78 |
|\ \ | |||||
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-11 | 11 | -6/+78 |
| |\| | |||||
| | * | Fix bug in exit status returned by close for a previously exited process. | Andrew J. Schorr | 2022-02-10 | 10 | -5/+72 |
| | | | |||||
| | * | Small formatting fix. | Arnold D. Robbins | 2022-02-10 | 2 | -1/+6 |
| | | | |||||
* | | | update to gawktexi.in for indirect call clarifications | Antonio Giovanni Colombo | 2022-02-10 | 2 | -5/+23 |
|/ / | |||||
* | | Fix test/nsindentifier.ok. | Arnold D. Robbins | 2022-02-10 | 2 | -0/+5 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-02-09 | 17 | -337/+640 |
|\| | |||||
| * | Add tests for indirect calls of builtins. | Arnold D. Robbins | 2022-02-09 | 7 | -0/+72 |
| | | |||||
| * | Documentation improvements. | Arnold D. Robbins | 2022-02-07 | 4 | -333/+394 |
| | | |||||
| * | Finish fixing indirect call of builtins. | Arnold D. Robbins | 2022-02-07 | 6 | -6/+153 |
| | | |||||
| * | Start fixing indirect calls of builtins. | Arnold D. Robbins | 2022-02-04 | 3 | -0/+23 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-01-19 | 25 | -33/+49 |
|\| | |||||
| * | Update support files with new copyright year. | Arnold D. Robbins | 2022-01-19 | 25 | -33/+49 |
| | | |||||
* | | Continuing to fix master. | Arnold D. Robbins | 2022-01-05 | 2 | -2/+39343 |
| | | |||||
* | | Final fixup after merge. | Arnold D. Robbins | 2022-01-05 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2022-01-05 | 16 | -39793/+735 |
|\| | |||||
| * | Small doc update. | Arnold D. Robbins | 2022-01-05 | 4 | -326/+331 |
| | | |||||
| * | Fix a namespace issue. | Arnold D. Robbins | 2022-01-05 | 12 | -446/+724 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-17 | 8 | -15/+29 |
|\| | |||||
| * | Make a number of variables and functions be static. | Arnold D. Robbins | 2021-12-17 | 8 | -15/+29 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-14 | 2 | -781/+470 |
|\| | |||||
| * | Serbian translation updated. | Arnold D. Robbins | 2021-12-14 | 2 | -781/+470 |
| | | |||||
* | | update to texinfo.tex | Antonio Giovanni Colombo | 2021-12-11 | 2 | -6/+12 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-10 | 10 | -626/+409 |
|\| | |||||
| * | Update texinfo.tex. | Arnold D. Robbins | 2021-12-10 | 4 | -12/+24 |
| | | |||||
| * | Update support files from GNULIB. | Arnold D. Robbins | 2021-12-10 | 6 | -614/+385 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-10 | 5 | -2/+47 |
|\| | |||||
| * | Reformat some comments in extension/rwarray.c. | Arnold D. Robbins | 2021-12-10 | 2 | -8/+16 |
| | | |||||
| * | In extension rwarray, write and read mpfr values as strings instead of using ↵ | Andrew J. Schorr | 2021-12-08 | 2 | -0/+30 |
| | | | | | | | | the new and experimental floating-point interchange format. | ||||
| * | Reorder statements in iolint to try to eliminate a race condition. | Andrew J. Schorr | 2021-12-07 | 3 | -2/+9 |
| | | |||||
* | | Correction of several typos in the Italian text of gawktexi.in | Antonio Giovanni Colombo | 2021-12-08 | 2 | -14/+18 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-05 | 2 | -4/+13 |
|\| | |||||
| * | Don't use return in a call to a void function. | Andrew J. Schorr | 2021-12-02 | 2 | -4/+13 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-12-01 | 12 | -72/+135 |
|\| | |||||
| * | Convert w32_maybe_set_errno to os_maybe_set_errno. | Arnold D. Robbins | 2021-12-01 | 12 | -43/+65 |
| | | |||||
| * | Don't use return in a call to a void function. | Arnold D. Robbins | 2021-12-01 | 2 | -3/+10 |
| | | |||||
| * | Flush output to redirections before closing to detect output errors. | Andrew J. Schorr | 2021-11-30 | 4 | -30/+64 |
| | | |||||
* | | update for the MinGW dll needed for Windows | Antonio Giovanni Colombo | 2021-11-26 | 2 | -3/+13 |
| | | |||||
* | | Merge branch 'master' into feature/docit | Arnold D. Robbins | 2021-11-25 | 4 | -64/+99 |
|\ \ | |||||
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-25 | 4 | -64/+99 |
| |\| | |||||
| | * | Small doc fixes. | Arnold D. Robbins | 2021-11-25 | 4 | -66/+88 |
| | | | |||||
| | * | Update the doc of PC installation. | Eli Zaretskii | 2021-11-24 | 2 | -0/+13 |
| | | | |||||
* | | | added description of AWKgo | Antonio Giovanni Colombo | 2021-11-25 | 2 | -1/+16 |
| | | | |||||
* | | | Merge branch 'master' into feature/docit | Arnold D. Robbins | 2021-11-22 | 4 | -44/+82 |
|\| | | |||||
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-22 | 4 | -44/+82 |
| |\| | |||||
| | * | Doc update. | Arnold D. Robbins | 2021-11-22 | 4 | -44/+82 |
| | | | |||||
* | | | Merge branch 'master' into feature/docit | Arnold D. Robbins | 2021-11-22 | 16 | -300/+377 |
|\| | | |||||
| * | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-22 | 16 | -300/+377 |
| |\| |