Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\| | |||||
| | * | Fix subtle typeof case. | Arnold D. Robbins | 2021-11-21 | 12 | -6/+72 |
| | | | |||||
| | * | Small doc update. | Arnold D. Robbins | 2021-11-21 | 4 | -292/+303 |
| | | | |||||
* | | | Corrected a typo | Antonio Giovanni Colombo | 2021-11-18 | 2 | -1/+5 |
|/ / | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-18 | 9 | -67/+213 |
|\| | |||||
| * | Restore removed test in test/iolint.awk. | Arnold D. Robbins | 2021-11-18 | 3 | -8/+22 |
| | | |||||
| * | Add GMP and MPFR support to rwarray extension. | Arnold D. Robbins | 2021-11-18 | 7 | -52/+181 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-15 | 4 | -454/+459 |
|\| | |||||
| * | Small typo fix in the documentation. | Arnold D. Robbins | 2021-11-15 | 4 | -451/+456 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-14 | 3 | -10/+14 |
|\| | |||||
| * | Disable racy test in test/iolint.awk. | Arnold D. Robbins | 2021-11-14 | 3 | -10/+14 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-09 | 7 | -1798/+1809 |
|\| | |||||
| * | Improve tests to keep running if there's a strange failure. | Arnold D. Robbins | 2021-11-08 | 7 | -1795/+1806 |
| | | |||||
* | | Merge branch 'feature/docit' | Arnold D. Robbins | 2021-11-07 | 2 | -8/+11 |
|\ \ | |||||
| * | | modified references for the infor verion | Antonio Giovanni Colombo | 2021-11-05 | 2 | -8/+11 |
| | | | |||||
* | | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-07 | 9 | -642/+17 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Remove some unused files. | Arnold D. Robbins | 2021-11-07 | 9 | -642/+17 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-04 | 12 | -960/+997 |
|\| | |||||
| * | Move to Texinfo 6.8. | Arnold D. Robbins | 2021-11-04 | 3 | -945/+969 |
| | | |||||
| * | Update to Automake 1.16.5. | Arnold D. Robbins | 2021-11-04 | 10 | -13/+26 |
| | | |||||
* | | Fix up pc/Makefile.tst. | Arnold D. Robbins | 2021-11-03 | 1 | -5/+0 |
| | | |||||
* | | Merge branch 'gawk-5.1-stable' | Arnold D. Robbins | 2021-11-03 | 7 | -300/+307 |
|\| | |||||
| * | Minor doc markup changes. | Arnold D. Robbins | 2021-11-03 | 4 | -296/+298 |
| | | |||||
| * | Fix ARFLAGS in configure.ac. | Arnold D. Robbins | 2021-11-03 | 3 | -2/+7 |
| | |