aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-2811-107/+160
|\
| * New helper script: update-aux.sh.Arnold D. Robbins2017-12-282-0/+26
| |
| * Get rid of GLIBC/compile warnings on Fedora in extension directory.Arnold D. Robbins2017-12-286-79/+103
| |
| * Update texinfo.tex.Arnold D. Robbins2017-12-282-27/+24
| |
| * Small fix in extension/gawkfts.c.Arnold D. Robbins2017-12-262-1/+7
| |
* | New test, numstr1.Arnold D. Robbins2017-12-286-2/+30
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-248-10/+40
|\|
| * Bump version.Arnold D. Robbins2017-12-243-14/+14
| |
| * Add include of stdlib.h to getopt.c.Arnold D. Robbins2017-12-242-0/+6
| |
| * Make -L option's argument optional.Arnold D. Robbins2017-12-242-1/+7
| |
| * Fix some compiler warnings on Redhat 6.Arnold D. Robbins2017-12-242-6/+15
| |
| * Fix intdiv.c to compile for MPFR 2.4.1.Arnold D. Robbins2017-12-242-0/+9
| |
* | Change version towards next release.Arnold D. Robbins2017-12-232-11/+11
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-233-14/+14
|\|
| * Bump version to start release cycle.Arnold D. Robbins2017-12-233-14/+14
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-2226-203/+471
|\|
| * Update build infrastructure files.Arnold D. Robbins2017-12-2212-69/+214
| |
| * Add --enable-versioned-extension-dir configure option.Arnold D. Robbins2017-12-2210-63/+139
| |
| * Restore '__' in regex.h parameter names.Arnold D. Robbins2017-12-202-31/+38
| |
| * Small sync from gnulib into regex.Arnold D. Robbins2017-12-204-6/+19
| |
| * Use bug reporting address in extension/ext_custom.h.Arnold D. Robbins2017-12-192-2/+4
| |
| * Improvements to configure.ac and extension/configure.ac.Arnold D. Robbins2017-12-196-34/+57
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-177-593/+1130
|\|
| * Update doc with lots of formatting improvements.Arnold D. Robbins2017-12-177-593/+1130
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-147-455/+493
|\|
| * More improvements in doc related to dark corners.Arnold D. Robbins2017-12-144-455/+471
| |
| * Add a note to TODO in doc to write a section on recursion.Arnold D. Robbins2017-12-143-0/+16
| |
| * Don't optimize !_"...".Arnold D. Robbins2017-12-103-2/+8
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-072-0/+4236
|\|
| * Add Italian translation of the man page.Arnold D. Robbins2017-12-072-0/+4236
| |
* | Update Italian translation of the gawk doc.Arnold D. Robbins2017-12-052-20/+65
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-052-0/+8
|\|
| * Define __USE_GNU in support/regex.h.Arnold D. Robbins2017-12-052-0/+8
| |
* | Remove includes of gawkbool.h from support files. Ooops.Arnold D. Robbins2017-12-013-7/+2
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-12-014-9/+11
|\|
| * Small updates in support routines.Arnold D. Robbins2017-12-014-9/+11
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-268-218/+145
|\|
| * Sync support with GLIBC and GNULIB.Arnold D. Robbins2017-11-266-216/+136
| |
| * Fix potential field corruption when $0 is set from the debugger.Andrew J. Schorr2017-11-252-2/+9
| |
* | Merge branch 'gawk-4.2-stable'Arnold D. Robbins2017-11-243-21/+26
|\|
| * Fix wrong option in gawkworkflow.texi.Arnold D. Robbins2017-11-243-21/+26
| |
* | 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 '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 '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 '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
| |