aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge branch 'master' into feature/readallArnold D. Robbins2022-01-1925-33/+49
|\| |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-01-1925-33/+49
| |\|
| | * Update support files with new copyright year.Arnold D. Robbins2022-01-1925-33/+49
| | |
* | | Merge branch 'master' into feature/readallArnold D. Robbins2022-01-0516-775/+1054
|\| |
| * | Continuing to fix master.Arnold D. Robbins2022-01-052-2/+39343
| | |
| * | Final fixup after merge.Arnold D. Robbins2022-01-052-4/+4
| | |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2022-01-0516-39793/+735
| |\|
| | * Small doc update.Arnold D. Robbins2022-01-054-326/+331
| | |
| | * Fix a namespace issue.Arnold D. Robbins2022-01-0512-446/+724
| | |
* | | Merge branch 'master' into feature/readallArnold D. Robbins2021-12-178-15/+29
|\| |
| * | Merge branch 'gawk-5.1-stable'Arnold D. Robbins2021-12-178-15/+29
| |\|
| | * Make a number of variables and functions be static.Arnold D. Robbins2021-12-178-15/+29
| | |
* | | 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
| |\|