aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/cmakeArnold D. Robbins2015-07-182-12/+42
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-07-182-12/+42
| |\
| | * Sync dfa.c with GNU grep.Arnold D. Robbins2015-07-182-12/+42
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-07-085-55/+57
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-07-083-53/+46
| |\|
| | * Sync dfa with GNU grep.Arnold D. Robbins2015-07-083-53/+46
| | |
| * | Accept VSI as new producer for VMSJohn Malmberg2015-07-022-2/+11
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-07-014-38/+49
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-07-014-38/+49
| |\|
| | * Update doc on quiktrim awk.Arnold D. Robbins2015-07-014-38/+49
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-06-3017-180/+459
|\| |
| * | Document that sometimes the debugger is invasive.Arnold D. Robbins2015-06-304-171/+363
| | |
| * | Typed regex fix, if in an array.Arnold D. Robbins2015-06-298-5/+37
| | |
| * | Debugger fix, eval for builtin extensions + test.Arnold D. Robbins2015-06-299-6/+61
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-06-2830-524/+569
|\| |
| * | Add thanks to test/ChangeLog entry.Arnold D. Robbins2015-06-281-0/+1
| | |
| * | Additional memory fixes and test for typedregex.Arnold D. Robbins2015-06-288-3/+38
| | |
| * | Improve memory tracking on typed regex.Arnold D. Robbins2015-06-285-2/+12
| | |
| * | Improve values returned by typeof. Fix tests and doc.Arnold D. Robbins2015-06-2611-326/+424
| | |
| * | Fix `make check' when building out of the source tree.Arnold D. Robbins2015-06-264-10/+15
| | |
| * | Remove support for old-style extensions.Arnold D. Robbins2015-06-2610-175/+26
| | |
| * | Add new debugger test.Arnold D. Robbins2015-06-269-10/+55
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-06-2522-16/+264
|\| |
| * | Typo fix in debug.c.Arnold D. Robbins2015-06-252-1/+5
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-06-253-2/+6
| |\|
| | * Fix negtime test to run out-of-tree.Arnold D. Robbins2015-06-253-2/+6
| | |
| * | New test for debugger and typed regexps.Arnold D. Robbins2015-06-256-2/+45
| | |
| * | Make typeof3 and typeof4 tests actually work.Arnold D. Robbins2015-06-254-3/+24
| | |
| * | More work straightening out typeof, including tests.Arnold D. Robbins2015-06-2512-2/+81
| | |
| * | Fix typeof to work correctly on subarrays.Arnold D. Robbins2015-06-222-1/+9
| | |
| * | Improve debugger support for typed regexps.Arnold D. Robbins2015-06-224-0/+20
| | |
| * | Make isarray also not scalarize untyped parameters.Arnold D. Robbins2015-06-224-10/+9
| | |
| * | Fix typeof to not change untyped param to scalar.Arnold D. Robbins2015-06-2113-9/+79
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-06-192-16/+6
|\| |
| * | Update TODO after adding typed regexes and typeof.Arnold D. Robbins2015-06-192-16/+6
| | |
* | | Merge branch 'master' into feature/cmakeArnold D. Robbins2015-06-1936-2876/+4267
|\| |
| * | Cleanup files and fix up tests for typed regexes and typeof.Arnold D. Robbins2015-06-1914-34/+94
| | |
| * | Minor edit to warning in do_isarray.Arnold D. Robbins2015-06-192-1/+5
| | |
| * | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-06-1916-1404/+1518
| |\ \
| | * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-06-196-1303/+1294
| | |\|
| | | * Update extract.awk.Arnold D. Robbins2015-06-192-12/+14
| | | |
| | | * Minor doc fix.Arnold D. Robbins2015-06-194-1291/+1280
| | | |
| | * | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-06-176-88/+117
| | |\|
| | | * Document inplace shortcomings (no ACL preservation and no signal handling).Andrew J. Schorr2015-06-176-87/+116
| | | |
| | * | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2015-06-1711-100/+194
| | |\|
| | | * For the inplace extension, add inplace variable to control whether it's active.Andrew J. Schorr2015-06-1711-99/+193
| | | |
| * | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-06-1512-313/+368
| |\| |
| * | | Finish "hard" --> "typed" transition.Arnold D. Robbins2015-06-123-23/+26
| | | |
| * | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-06-123-0/+27
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-06-1119-699/+716
| |\ \ \ \