aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in strftime when format argument is an unterminated field string.Andrew J. Schorr2017-01-269-5/+44
|
* Add some paranoid checks to make sure stptr was malloced before freeing it.Andrew J. Schorr2017-01-263-5/+13
|
* Minor tweak to block allocator to remove pointless BLOCK_INVALID header.Andrew J. Schorr2017-01-263-3/+7
|
* Minor rewrite of block allocator to improve clarity.Andrew J. Schorr2017-01-253-15/+39
|
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/gawkArnold D. Robbins2017-01-252-16/+36
|\
| * Minor performance optimization for numeric operations.Andrew J. Schorr2017-01-222-16/+36
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-254-570/+575
|\ \ | |/ |/|
| * Doc update - awk.info is gone.Arnold D. Robbins2017-01-254-559/+564
| |
* | 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
| |
* | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-199-52/+83
| |
* | Improve random number generator's period using a shuffle buffer.Arnold D. Robbins2017-01-194-3/+116
| |
* | Sync support with GNULIB, fix a dfa memory leak.Arnold D. Robbins2017-01-194-5/+12
| |
* | Improve robustness of Op_assign_concat optimization.Andrew J. Schorr2017-01-182-5/+13
| |
* | Sync dfa.Arnold D. Robbins2017-01-162-1/+6
| |
* | 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
| |
* | Sync dfa from gnulib, for the umpteenth time.Arnold D. Robbins2017-01-102-24/+18
| |
* | Sync dfa with GNULIB.Arnold D. Robbins2017-01-102-100/+88
| |
* | Update auxiliary build files from GNULIB.Arnold D. Robbins2017-01-0510-106/+70
| |
* | Sync dfa with GNULIB.Arnold D. Robbins2017-01-032-458/+439
| |
* | Improve documentation of API strnum feature.Andrew J. Schorr2017-01-024-137/+166
| |
* | CMake updates in 'cmake' directory.Arnold D. Robbins2016-12-272-1/+13
| |
* | Update CMake support after adding support directory.Arnold D. Robbins2016-12-275-6/+58
| |
* | Update for Mac OS X on PowerPC.Arnold D. Robbins2016-12-235-1/+32
| |
* | Update OpenVMS for support directoryJohn Malmberg2016-12-235-22/+42
| |
* | Update API table of values requested / returned.Arnold D. Robbins2016-12-234-224/+305
| |
* | 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/api-min-maxArnold D. Robbins2016-12-2231-199/+1559
| | |\ \
| | * | | Revise NEWS.Arnold D. Robbins2016-12-191-5/+7
| | | | |
| | * | | Merge branch 'master' into feature/api-min-maxArnold D. Robbins2016-12-191-528/+334
| | |\ \ \
| | * | | | Further api doc updates. Simplify lint checking for max args.Arnold D. Robbins2016-12-177-693/+790
| | | | | |
| | * | | | Further improvements to min/max args code and doc.Arnold D. Robbins2016-12-169-159/+177
| | | | | |
| | * | | | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-1424-252/+367
| | | | | |
| | * | | | Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-127-25/+38
| | | | | |
| | * | | | Merge branch 'master' into feature/api-min-maxArnold D. Robbins2016-12-112-26/+24
| | |\ \ \ \
| | * | | | | Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-0616-113/+108
| | | | | | |
| * | | | | | 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
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Finish adding support directory.Arnold D. Robbins2016-12-223-0/+712
| | | | | | |
| * | | | | | Add small regex fix. Add support directory.Arnold D. Robbins2016-12-2228-73/+160
| | | | | | |
| * | | | | | Sync dfa with GNULIB.Arnold D. Robbins2016-12-225-128/+689
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' into feature/andyArnold D. Robbins2016-12-191-528/+334
|\| | | | |
| * | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-12-191-528/+334
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |