aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/readallArnold D. Robbins2021-12-144-787/+482
|\
| * Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-142-781/+470
| |\
| | * Serbian translation updated.Arnold D. Robbins2021-12-142-781/+470
| | |
| * | update to texinfo.texAntonio Giovanni Colombo2021-12-112-6/+12
| | |
* | | Fix comment in rwarray about rounding mode.Andrew J. Schorr2021-12-102-1/+6
| | |
* | | Merge branch 'master' into feature/readallArnold D. Robbins2021-12-1012-634/+425
|\| |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-1010-626/+409
| |\|
| | * Update texinfo.tex.Arnold D. Robbins2021-12-104-12/+24
| | |
| | * Update support files from GNULIB.Arnold D. Robbins2021-12-106-614/+385
| | |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-105-2/+47
| |\|
| | * Reformat some comments in extension/rwarray.c.Arnold D. Robbins2021-12-102-8/+16
| | |
* | | When rwarray reads and writes mpfr values, use mpfr_get_default_rounding_mode().Andrew J. Schorr2021-12-092-2/+9
| | |
* | | Merge branch 'master' into feature/readallArnold D. Robbins2021-12-092-14/+18
|\| |
| * | Correction of several typos in the Italian text of gawktexi.inAntonio Giovanni Colombo2021-12-082-14/+18
| | |
* | | Fix rwarray extension to allocate mpz & mpfr values at proper scope.Andrew J. Schorr2021-12-082-21/+41
| | |
* | | Enhance rwarray extension to add writeall and readall functions for dumping ↵Andrew J. Schorr2021-12-0816-149/+551
| | | | | | | | | | | | and reloading global state.
* | | Patch API to allow extensions to convert undefined variables to arrays, and ↵Andrew J. Schorr2021-12-0811-17/+123
| | | | | | | | | | | | add a test case.
* | | Merge commit '09e98ee95fb453adc0f1783937477cd065611581' into feature/readall ↵Andrew J. Schorr2021-12-082-0/+30
|\ \ \ | | |/ | |/| | | | to get rwarray to work with mpfr values.
| * | In extension rwarray, write and read mpfr values as strings instead of using ↵Andrew J. Schorr2021-12-082-0/+30
| | | | | | | | | | | | the new and experimental floating-point interchange format.
* | | Merge commit 'e03c8822c48bedfe6cc7fbd5a9382d9630de6494' into feature/readall ↵Andrew J. Schorr2021-12-083-2/+9
|\| | | |/ |/| | | to fix iolint test race condition.
| * Reorder statements in iolint to try to eliminate a race condition.Andrew J. Schorr2021-12-073-2/+9
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-052-4/+13
|\|
| * Don't use return in a call to a void function.Andrew J. Schorr2021-12-022-4/+13
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-0112-72/+135
|\|
| * Convert w32_maybe_set_errno to os_maybe_set_errno.Arnold D. Robbins2021-12-0112-43/+65
| |
| * Don't use return in a call to a void function.Arnold D. Robbins2021-12-012-3/+10
| |
| * Flush output to redirections before closing to detect output errors.Andrew J. Schorr2021-11-304-30/+64
| |
* | update for the MinGW dll needed for WindowsAntonio Giovanni Colombo2021-11-262-3/+13
| |
* | Merge branch 'master' into feature/docitArnold D. Robbins2021-11-254-64/+99
|\ \
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-254-64/+99
| |\|
| | * Small doc fixes.Arnold D. Robbins2021-11-254-66/+88
| | |
| | * Update the doc of PC installation.Eli Zaretskii2021-11-242-0/+13
| | |
* | | added description of AWKgoAntonio Giovanni Colombo2021-11-252-1/+16
| | |
* | | Merge branch 'master' into feature/docitArnold D. Robbins2021-11-224-44/+82
|\| |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-224-44/+82
| |\|
| | * Doc update.Arnold D. Robbins2021-11-224-44/+82
| | |
* | | Merge branch 'master' into feature/docitArnold D. Robbins2021-11-2216-300/+377
|\| |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-2216-300/+377
| |\|
| | * Fix subtle typeof case.Arnold D. Robbins2021-11-2112-6/+72
| | |
| | * Small doc update.Arnold D. Robbins2021-11-214-292/+303
| | |
* | | Corrected a typoAntonio Giovanni Colombo2021-11-182-1/+5
|/ /
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-189-67/+213
|\|
| * Restore removed test in test/iolint.awk.Arnold D. Robbins2021-11-183-8/+22
| |
| * Add GMP and MPFR support to rwarray extension.Arnold D. Robbins2021-11-187-52/+181
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-154-454/+459
|\|
| * Small typo fix in the documentation.Arnold D. Robbins2021-11-154-451/+456
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-143-10/+14
|\|
| * Disable racy test in test/iolint.awk.Arnold D. Robbins2021-11-143-10/+14
| |
* | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-11-097-1798/+1809
|\|
| * Improve tests to keep running if there's a strange failure.Arnold D. Robbins2021-11-087-1795/+1806
| |