aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-227-175/+185
|\
| * Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-227-175/+185
| |\
| | * Fix description of ROUNDMODE "A": it uses MPFR_RNDA to round away from zero.Andrew J. Schorr2017-11-217-175/+185
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-192-0/+25
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-192-0/+25
| |\|
| | * Support building the DJGPP port with Readline.Juan Manuel Guerrero2017-11-192-0/+25
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-174-103/+216
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-174-103/+216
| |\|
| | * Update doc with list of API changes from V1 to V2.Arnold D. Robbins2017-11-174-103/+216
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-1517-15/+157
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-1517-15/+157
| |\|
| | * Small fix in ChangeLog. Update README.mpfr.Arnold D. Robbins2017-11-153-3/+21
| | |
| | * Fix field corruption when $0 is reassigned with open $n references.Andrew J. Schorr2017-11-1412-9/+91
| | |
| | * Support building with MPFR in the DJGPP port.Juan Manuel Guerrero2017-11-144-0/+36
| | |
| | * Exclude DJGPP from the sigpipe1 test.Juan Manuel Guerrero2017-11-122-4/+10
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-102-0/+5
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-102-0/+5
| |\|
| | * Fix badargs test after code change.Arnold D. Robbins2017-11-102-0/+5
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-096-380/+390
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-096-380/+390
| |\|
| | * Don't post bugs to comp.lang.awk added to --help output.Arnold D. Robbins2017-11-092-1/+7
| | |
| | * Very small doc improvement.Arnold D. Robbins2017-11-094-379/+383
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-086-160/+186
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-086-160/+186
| |\|
| | * Fix gawkapi.h for C++. Update doc.Arnold D. Robbins2017-11-086-160/+186
| | |
| | * Fix permissions on missing_d/ChangeLog.Arnold D. Robbins2017-11-081-0/+0
| | |
| | * Remove varargs.h support from missing_d/snprintf.cJohn Malmberg2017-11-082-16/+4
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-082-16/+4
|\| |
| * | Fix permissions on missing_d/ChangeLog.Arnold D. Robbins2017-11-081-0/+0
| | |
| * | Remove varargs.h support from missing_d/snprintf.cJohn Malmberg2017-11-072-16/+4
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-11-033-2/+16
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-033-2/+16
| |\|
| | * Fix "make install" of the DJGPP build.Juan Manuel Guerrero2017-11-032-2/+11
| | |
| | * Minor sync change in pc/Makefile.tst.Scott Deifik2017-11-032-1/+6
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-10-282-2/+9
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-10-282-2/+9
| |\|
| | * Small improvements in extension/rwarray.c.Arnold D. Robbins2017-10-282-2/+9
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-10-242-1/+12
|\| |
| * | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-10-242-1/+12
| |\|
| | * Update NEWS.Arnold D. Robbins2017-10-242-0/+11
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-10-2216-231/+131
|\| |
| * | Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-2110-137/+274
| |\|
| * | Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-1957-3368/+3405
| |\ \
| * \ \ Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-1714-399/+420
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-142-7/+8
| |\ \ \ \
| * | | | | Simply lint checking for functions defined/called.Arnold D. Robbins2017-10-143-30/+30
| | | | | |
| * | | | | Remove gawkbool.h; rely on their being a stdbool.h.Arnold D. Robbins2017-10-138-61/+18
| | | | | |
| * | | | | Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-127-4/+40
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/dev-5.0Arnold D. Robbins2017-10-104-287/+304
| |\ \ \ \ \ \
| * | | | | | | Remove the --with-whiny-user-strftime configuration option.Arnold D. Robbins2017-10-1011-107/+67
| | | | | | | |