aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-2111-90/+409
|\
| * Typo fix in pc/gawkmisc.pc.Arnold D. Robbins2017-01-212-1/+5
| |
| * Support LC_* environment variables in the MinGW build.Eli Zaretskii2017-01-214-32/+96
| |
| * Fix the MinGW build and sync its tests with mainline,Eli Zaretskii2017-01-219-59/+310
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-199-52/+83
|\|
| * Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-199-52/+83
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-194-3/+116
|\|
| * Improve random number generator's period using a shuffle buffer.Arnold D. Robbins2017-01-194-3/+116
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-194-5/+12
|\|
| * Sync support with GNULIB, fix a dfa memory leak.Arnold D. Robbins2017-01-194-5/+12
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-182-5/+13
|\|
| * Improve robustness of Op_assign_concat optimization.Andrew J. Schorr2017-01-182-5/+13
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-162-1/+6
|\|
| * Sync dfa.Arnold D. Robbins2017-01-162-1/+6
| |
* | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-158-4/+41
|\|
| * Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-01-158-4/+41
| |\
| | * Fix bug in string concatenation optimization.Andrew J. Schorr2017-01-158-4/+41
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-102-24/+18
|\| |
| * | Sync dfa from gnulib, for the umpteenth time.Arnold D. Robbins2017-01-102-24/+18
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-102-100/+88
|\| |
| * | Sync dfa with GNULIB.Arnold D. Robbins2017-01-102-100/+88
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-0510-106/+70
|\| |
| * | Update auxiliary build files from GNULIB.Arnold D. Robbins2017-01-0510-106/+70
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2017-01-036-595/+605
|\| |
| * | Sync dfa with GNULIB.Arnold D. Robbins2017-01-032-458/+439
| | |
| * | Improve documentation of API strnum feature.Andrew J. Schorr2017-01-024-137/+166
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-272-1/+13
|\| |
| * | CMake updates in 'cmake' directory.Arnold D. Robbins2016-12-272-1/+13
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-275-6/+58
|\| |
| * | Update CMake support after adding support directory.Arnold D. Robbins2016-12-275-6/+58
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-2310-23/+74
|\| |
| * | Update for Mac OS X on PowerPC.Arnold D. Robbins2016-12-235-1/+32
| | |
| * | Update OpenVMS for support directoryJohn Malmberg2016-12-235-22/+42
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-234-224/+305
|\| |
| * | Update API table of values requested / returned.Arnold D. Robbins2016-12-234-224/+305
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-2217-658/+1218
|\| |
| * | Doc cleanups after merge. Totally break binary compat in the API.Arnold D. Robbins2016-12-229-223/+267
| | |
| * | Finish merging by updating generated docs.Arnold D. Robbins2016-12-222-185/+254
| | |
| * | Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-2225-911/+1183
| |\ \
| | * \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-2225-911/+1182
| | |\ \
| | * \ \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-2231-199/+1559
| | |\ \ \
| | * \ \ \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-191-528/+334
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-112-26/+24
| | |\ \ \ \ \
| * | \ \ \ \ \ Merge branch 'master' into feature/andyArnold D. Robbins2016-12-2231-199/+1559
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'master' into feature/andyArnold D. Robbins2016-12-191-528/+334
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'master' into feature/andyArnold D. Robbins2016-12-112-26/+24
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Add strnum support to API. Update rwarray extension and test.Andrew J. Schorr2016-12-059-80/+278
| | | | | | | |
| * | | | | | | Improve API regex support.Andrew J. Schorr2016-12-045-3/+30
| | | | | | | |
| * | | | | | | Minor fixes to fixtype and do_typeof.Andrew J. Schorr2016-12-043-7/+21
| | | | | | | |
| * | | | | | | Add flatten_array_typed to the API.Andrew J. Schorr2016-12-045-24/+78
| | |_|_|/ / / | |/| | | | |