Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update doc on quiktrim awk. | Arnold D. Robbins | 2015-07-01 | 4 | -38/+49 | |
| | | ||||||
* | | Document that sometimes the debugger is invasive. | Arnold D. Robbins | 2015-06-30 | 4 | -171/+363 | |
| | | ||||||
* | | Typed regex fix, if in an array. | Arnold D. Robbins | 2015-06-29 | 8 | -5/+37 | |
| | | ||||||
* | | Debugger fix, eval for builtin extensions + test. | Arnold D. Robbins | 2015-06-29 | 9 | -6/+61 | |
| | | ||||||
* | | Add thanks to test/ChangeLog entry. | Arnold D. Robbins | 2015-06-28 | 1 | -0/+1 | |
| | | ||||||
* | | Additional memory fixes and test for typedregex. | Arnold D. Robbins | 2015-06-28 | 8 | -3/+38 | |
| | | ||||||
* | | Improve memory tracking on typed regex. | Arnold D. Robbins | 2015-06-28 | 5 | -2/+12 | |
| | | ||||||
* | | Improve values returned by typeof. Fix tests and doc. | Arnold D. Robbins | 2015-06-26 | 11 | -326/+424 | |
| | | ||||||
* | | Fix `make check' when building out of the source tree. | Arnold D. Robbins | 2015-06-26 | 4 | -10/+15 | |
| | | ||||||
* | | Remove support for old-style extensions. | Arnold D. Robbins | 2015-06-26 | 10 | -175/+26 | |
| | | ||||||
* | | Add new debugger test. | Arnold D. Robbins | 2015-06-26 | 9 | -10/+55 | |
| | | ||||||
* | | Typo fix in debug.c. | Arnold D. Robbins | 2015-06-25 | 2 | -1/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-25 | 3 | -2/+6 | |
|\| | ||||||
| * | Fix negtime test to run out-of-tree. | Arnold D. Robbins | 2015-06-25 | 3 | -2/+6 | |
| | | ||||||
* | | New test for debugger and typed regexps. | Arnold D. Robbins | 2015-06-25 | 6 | -2/+45 | |
| | | ||||||
* | | Make typeof3 and typeof4 tests actually work. | Arnold D. Robbins | 2015-06-25 | 4 | -3/+24 | |
| | | ||||||
* | | More work straightening out typeof, including tests. | Arnold D. Robbins | 2015-06-25 | 12 | -2/+81 | |
| | | ||||||
* | | Fix typeof to work correctly on subarrays. | Arnold D. Robbins | 2015-06-22 | 2 | -1/+9 | |
| | | ||||||
* | | Improve debugger support for typed regexps. | Arnold D. Robbins | 2015-06-22 | 4 | -0/+20 | |
| | | ||||||
* | | Make isarray also not scalarize untyped parameters. | Arnold D. Robbins | 2015-06-22 | 4 | -10/+9 | |
| | | ||||||
* | | Fix typeof to not change untyped param to scalar. | Arnold D. Robbins | 2015-06-21 | 13 | -9/+79 | |
| | | ||||||
* | | Update TODO after adding typed regexes and typeof. | Arnold D. Robbins | 2015-06-19 | 2 | -16/+6 | |
| | | ||||||
* | | Cleanup files and fix up tests for typed regexes and typeof. | Arnold D. Robbins | 2015-06-19 | 14 | -34/+94 | |
| | | ||||||
* | | Minor edit to warning in do_isarray. | Arnold D. Robbins | 2015-06-19 | 2 | -1/+5 | |
| | | ||||||
* | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-19 | 16 | -1404/+1518 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-19 | 6 | -1303/+1294 | |
| |\| | ||||||
| | * | Update extract.awk. | Arnold D. Robbins | 2015-06-19 | 2 | -12/+14 | |
| | | | ||||||
| | * | Minor doc fix. | Arnold D. Robbins | 2015-06-19 | 4 | -1291/+1280 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-06-17 | 6 | -88/+117 | |
| |\| | ||||||
| | * | Document inplace shortcomings (no ACL preservation and no signal handling). | Andrew J. Schorr | 2015-06-17 | 6 | -87/+116 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-06-17 | 11 | -100/+194 | |
| |\| | ||||||
| | * | For the inplace extension, add inplace variable to control whether it's active. | Andrew J. Schorr | 2015-06-17 | 11 | -99/+193 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-15 | 12 | -313/+368 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-15 | 8 | -44/+104 | |
| |\| | ||||||
| | * | Configuration/Build fix for Gentoo/FreeBSD. | Arnold D. Robbins | 2015-06-15 | 3 | -2/+45 | |
| | | | ||||||
| | * | More "attribute" cleanup. | Arnold D. Robbins | 2015-06-14 | 2 | -5/+7 | |
| | | | ||||||
| | * | Replace __attribute with __attribute__ in regex routines. | Arnold D. Robbins | 2015-06-14 | 3 | -4/+8 | |
| | | | ||||||
| | * | Sync regex routines wit GLIBC. | Arnold D. Robbins | 2015-06-14 | 4 | -33/+44 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-13 | 4 | -269/+264 | |
| |\| | ||||||
| | * | Remove an unneeded exercise from the doc. | Arnold D. Robbins | 2015-06-13 | 4 | -267/+262 | |
| | | | ||||||
* | | | Finish "hard" --> "typed" transition. | Arnold D. Robbins | 2015-06-12 | 3 | -23/+26 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-12 | 3 | -0/+27 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-12 | 3 | -0/+27 | |
| |\| | ||||||
| | * | Add another Chet Ramey pithy saying to the doc. | Arnold D. Robbins | 2015-06-12 | 3 | -0/+27 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-11 | 19 | -699/+716 | |
|\| | | ||||||
| * | | POSIX now allows \n for default field splitting. Fix code and doc. | Arnold D. Robbins | 2015-05-31 | 8 | -683/+595 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-30 | 15 | -316/+416 | |
| |\| | ||||||
| | * | Improve handling and doc of compl(). | Arnold D. Robbins | 2015-05-30 | 6 | -307/+342 | |
| | | | ||||||
| | * | Update pc/Makefile.tst some more. | Arnold D. Robbins | 2015-05-29 | 2 | -3/+6 | |
| | | | ||||||
| | * | Update pc/Makefile.tst. | Arnold D. Robbins | 2015-05-29 | 2 | -2/+8 | |
| | | |