aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Accept VSI as new producer for VMSJohn Malmberg2015-07-022-2/+11
|
* 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
| |
* | 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
| |
* | 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
| |
* | 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
| |
* | Update TODO after adding typed regexes and typeof.Arnold D. Robbins2015-06-192-16/+6
| |
* | 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
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-06-158-44/+104
| |\|
| | * Configuration/Build fix for Gentoo/FreeBSD.Arnold D. Robbins2015-06-153-2/+45
| | |
| | * More "attribute" cleanup.Arnold D. Robbins2015-06-142-5/+7
| | |
| | * Replace __attribute with __attribute__ in regex routines.Arnold D. Robbins2015-06-143-4/+8
| | |
| | * Sync regex routines wit GLIBC.Arnold D. Robbins2015-06-144-33/+44
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-06-134-269/+264
| |\|
| | * Remove an unneeded exercise from the doc.Arnold D. Robbins2015-06-134-267/+262
| | |
* | | 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 'gawk-4.1-stable'Arnold D. Robbins2015-06-123-0/+27
| |\|
| | * Add another Chet Ramey pithy saying to the doc.Arnold D. Robbins2015-06-123-0/+27
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-06-1119-699/+716
|\| |
| * | POSIX now allows \n for default field splitting. Fix code and doc.Arnold D. Robbins2015-05-318-683/+595
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-3015-316/+416
| |\|
| | * Improve handling and doc of compl().Arnold D. Robbins2015-05-306-307/+342
| | |