aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-2225-881/+1121
|\
| * 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/fix-commentsArnold 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/fix-commentsArnold D. Robbins2016-12-191-528/+334
|\| | |
| * | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-12-191-528/+334
| |\ \ \ | | |_|/ | |/| |
| | * | Update ca.po.Arnold D. Robbins2016-12-191-528/+334
| | | |
* | | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-12-112-26/+24
|\| | |
| * | | Update dfa.Arnold D. Robbins2016-12-112-26/+24
| | |/ | |/|
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-11-302-0/+10
|\| |
| * | Sync dfa with GNULIB.Arnold D. Robbins2016-11-302-0/+10
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-11-294-7/+52
|\| |
| * | Add dfacopysyntax function and use it.Arnold D. Robbins2016-11-294-7/+52
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-11-294-8/+9
|\| |
| * | Use RE_ICASE instead of DFA_CASE_FOLD in dfa.c and re.c.Arnold D. Robbins2016-11-294-8/+9
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-11-282-8/+2
|\| |
| * | Sync dfa with gnulib.Arnold D. Robbins2016-11-282-8/+2
| | |
* | | Merge branch 'master' into feature/fix-commentsArnold D. Robbins2016-11-283-309/+253
|\| |
| * | Sync dfa to GNULIB.Arnold D. Robbins2016-11-282-289/+228
| | |
| * | Compile fixes for HP-UX.Arnold D. Robbins2016-11-282-19/+26
| | |
* | | Start on improving switch/case comments for profiling.Arnold D. Robbins2016-11-283-918/+966
|/ /
* | Merge branch 'master' into feature/cmakeArnold D. Robbins2016-11-242-1/+5
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-11-242-1/+5
| |\|
| | * Fix gawk exe directory for cld verbJohn Malmberg2016-11-242-1/+5
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2016-11-2228-1763/+2318
|\| |
| * | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-213-0/+6
| |\ \
| * | | Revise doc for strongly typed regexp constants.Arnold D. Robbins2016-11-216-781/+935
| | | |
| * | | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-212-2/+6
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-1839-735/+1432
| |\ \ \ \
| * | | | | Actually remove tre_reg define.Arnold D. Robbins2016-11-151-1/+0
| | | | | |
| * | | | | Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-158-361/+390
| | | | | |
| * | | | | First steps reworking code away from node type.Arnold D. Robbins2016-11-1510-74/+100
| | | | | |
| * | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-104-210/+222
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-085-324/+331
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-074-22/+53
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-075-3/+40
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-045-313/+324
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-043-2/+8
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-012-0/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-317-5/+38
| |\ \ \ \ \ \ \ \ \ \ \ \