aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-284-4/+9
| |\
| | * Fix test suite after inplace.awk license additon.Arnold D. Robbins2017-07-284-4/+9
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-284-324/+351
|\| |
| * | Doc - improve example for untyped variables.Arnold D. Robbins2017-07-284-324/+351
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-284-0/+96
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-284-0/+96
| |\|
| | * Apply GPL to inplace.awk.Arnold D. Robbins2017-07-284-0/+96
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-215-554/+568
|\| |
| * | Spellcheck the manual and update as needed.Arnold D. Robbins2017-07-215-554/+568
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-173-621/+648
|\| |
| * | Partially undo previous grammar change.Arnold D. Robbins2017-07-173-621/+648
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-173-651/+635
|\| |
| * | Small cleanups in the grammar.Arnold D. Robbins2017-07-173-651/+635
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-152-3/+21
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-152-3/+21
| |\|
| | * Revert 92ec6835548d36 - don't use DFA if need_start is true.Arnold D. Robbins2017-07-152-3/+21
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-118-28/+63
|\| |
| * | Some cleanup about checking letters and identifiers.Arnold D. Robbins2017-07-118-28/+63
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-076-11/+24
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-07-076-11/+24
| |\|
| | * Fix GCC 7.1 warnings (incrementing/decrementing booleans).Arnold D. Robbins2017-07-078-13/+26
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-073-38/+61
|\| |
| * | Misc edits in io.c and gawkapi.h.Arnold D. Robbins2017-07-073-38/+61
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-031-4/+1
|\| |
| * | Update TODO w.r.t. FIELDWIDTHS.Arnold D. Robbins2017-07-031-4/+1
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-033-2/+6
|\| |
| * | Typo fixes in comments.Arnold D. Robbins2017-07-033-2/+6
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-07-022-1681/+2172
|\| |
| * | Update texinfo.tex.Arnold D. Robbins2017-07-022-1681/+2172
| | |
* | | Fix intdiv extension to build on Cygwin.Arnold D. Robbins2017-06-273-5/+13
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-2710-394/+67
|\| |
| * | Disable mbprintf5 test on Cygwin.Arnold D. Robbins2017-06-273-8/+20
| | |
| * | Bring helpers/testdfa.c up to date.Arnold D. Robbins2017-06-272-366/+12
| | |
| * | Remove xmalloc from gawkmisc.c, and improve dfa xalloc by using calloc ↵Andrew J. Schorr2017-06-257-28/+43
| | | | | | | | | | | | instead of malloc+memset.
* | | Minor edit in configure.ac.Arnold D. Robbins2017-06-262-1/+5
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-2347-585/+695
|\| |
| * | Fix parenthesization in the pretty printer for real (we hope!).Arnold D. Robbins2017-06-2313-346/+385
| | |
| * | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkAndrew J. Schorr2017-06-227-21/+24
| |\ \
| | * | Update regex routines from GLIBC.Arnold D. Robbins2017-06-227-21/+24
| | | |
| * | | In rwarray extensions, use malloc where calloc not needed.Andrew J. Schorr2017-06-223-2/+10
| |/ /
| * | In readfile extension, no need to zero out the buffer before overwriting it.Andrew J. Schorr2017-06-222-8/+12
| | |
| * | Replace malloc+memset with calloc, mostly by using the new ezalloc macro.Andrew J. Schorr2017-06-2226-71/+71
| | |
| * | Add ezalloc macro in gawk and API to allocate zero-filled memory.Andrew J. Schorr2017-06-217-143/+199
| | |
* | | Merge branch 'master' into feature/api-mpfrArnold D. Robbins2017-06-1816-25/+96
|\| |
| * | Minor updates to gettext.h.Arnold D. Robbins2017-06-182-3/+9
| | |
| * | Update support/intprops.h from GNULIB.Arnold D. Robbins2017-06-182-1/+9
| | |
| * | Update config.* infrastructure files.Arnold D. Robbins2017-06-186-18/+37
| | |
| * | Fix multibyte char printf problem, add test.Arnold D. Robbins2017-06-188-3/+41
| | |
* | | Merge branch 'master' into feature/api-mpfrAndrew J. Schorr2017-06-183-63/+67
|\| |
| * | Fix typo in doc/gawkworkflow.texi.Andrew J. Schorr2017-06-183-63/+67
| | |