Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'master' into feature/readall | Arnold D. Robbins | 2022-01-19 | 25 | -33/+49 | |
|\| | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/readall | Arnold D. Robbins | 2022-01-05 | 16 | -775/+1054 | |
|\| | | ||||||
| * | | 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 'master' into feature/readall | Arnold D. Robbins | 2021-12-17 | 8 | -15/+29 | |
|\| | | ||||||
| * | | 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 'master' into feature/readall | Arnold D. Robbins | 2021-12-14 | 4 | -787/+482 | |
|\| | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | Fix comment in rwarray about rounding mode. | Andrew J. Schorr | 2021-12-10 | 2 | -1/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/readall | Arnold D. Robbins | 2021-12-10 | 12 | -634/+425 | |
|\| | | ||||||
| * | | 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 | |
| | | | ||||||
* | | | When rwarray reads and writes mpfr values, use mpfr_get_default_rounding_mode(). | Andrew J. Schorr | 2021-12-09 | 2 | -2/+9 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/readall | Arnold D. Robbins | 2021-12-09 | 2 | -14/+18 | |
|\| | | ||||||
| * | | Correction of several typos in the Italian text of gawktexi.in | Antonio Giovanni Colombo | 2021-12-08 | 2 | -14/+18 | |
| | | | ||||||
* | | | Fix rwarray extension to allocate mpz & mpfr values at proper scope. | Andrew J. Schorr | 2021-12-08 | 2 | -21/+41 | |
| | | | ||||||
* | | | Enhance rwarray extension to add writeall and readall functions for dumping ↵ | Andrew J. Schorr | 2021-12-08 | 16 | -149/+551 | |
| | | | | | | | | | | | | and reloading global state. | |||||
* | | | Patch API to allow extensions to convert undefined variables to arrays, and ↵ | Andrew J. Schorr | 2021-12-08 | 11 | -17/+123 | |
| | | | | | | | | | | | | add a test case. | |||||
* | | | Merge commit '09e98ee95fb453adc0f1783937477cd065611581' into feature/readall ↵ | Andrew J. Schorr | 2021-12-08 | 2 | -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. Schorr | 2021-12-08 | 2 | -0/+30 | |
| | | | | | | | | | | | | the new and experimental floating-point interchange format. | |||||
* | | | Merge commit 'e03c8822c48bedfe6cc7fbd5a9382d9630de6494' into feature/readall ↵ | Andrew J. Schorr | 2021-12-08 | 3 | -2/+9 | |
|\| | | |/ |/| | | | to fix iolint test race condition. | |||||
| * | Reorder statements in iolint to try to eliminate a race condition. | Andrew J. Schorr | 2021-12-07 | 3 | -2/+9 | |
| | | ||||||
* | | 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 | |
| |\| |