Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Typo fix in debug.c. | Arnold D. Robbins | 2015-06-25 | 1 | -0/+4 | |
| | | ||||||
* | | More work straightening out typeof, including tests. | Arnold D. Robbins | 2015-06-25 | 1 | -0/+15 | |
| | | ||||||
* | | Fix typeof to work correctly on subarrays. | Arnold D. Robbins | 2015-06-22 | 1 | -0/+5 | |
| | | ||||||
* | | Improve debugger support for typed regexps. | Arnold D. Robbins | 2015-06-22 | 1 | -0/+8 | |
| | | ||||||
* | | Make isarray also not scalarize untyped parameters. | Arnold D. Robbins | 2015-06-22 | 1 | -0/+6 | |
| | | ||||||
* | | Fix typeof to not change untyped param to scalar. | Arnold D. Robbins | 2015-06-21 | 1 | -0/+13 | |
| | | ||||||
* | | Update TODO after adding typed regexes and typeof. | Arnold D. Robbins | 2015-06-19 | 1 | -0/+1 | |
| | | ||||||
* | | Minor edit to warning in do_isarray. | Arnold D. Robbins | 2015-06-19 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-15 | 1 | -0/+13 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-06-15 | 1 | -0/+13 | |
| |\| | ||||||
| | * | More "attribute" cleanup. | Arnold D. Robbins | 2015-06-14 | 1 | -0/+5 | |
| | | | ||||||
| | * | Replace __attribute with __attribute__ in regex routines. | Arnold D. Robbins | 2015-06-14 | 1 | -0/+4 | |
| | | | ||||||
| | * | Sync regex routines wit GLIBC. | Arnold D. Robbins | 2015-06-14 | 1 | -0/+4 | |
| | | | ||||||
* | | | Finish "hard" --> "typed" transition. | Arnold D. Robbins | 2015-06-12 | 1 | -1/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-06-11 | 1 | -0/+21 | |
|\| | | ||||||
| * | | POSIX now allows \n for default field splitting. Fix code and doc. | Arnold D. Robbins | 2015-05-31 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-30 | 1 | -0/+10 | |
| |\| | ||||||
| | * | Improve handling and doc of compl(). | Arnold D. Robbins | 2015-05-30 | 1 | -0/+10 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-26 | 1 | -0/+5 | |
| |\| | ||||||
| | * | Fix regex compile error messages. | Arnold D. Robbins | 2015-05-26 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-21 | 1 | -0/+4 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-19 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Changes for 4.1.3 release. | Arnold D. Robbins | 2015-05-19 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-16 | 1 | -0/+11 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2015-05-15 | 1 | -0/+5 | |
| |\| | ||||||
| | * | Fix minor memory leak during creation of PROCINFO["identifiers"] array. | Andrew J. Schorr | 2015-05-15 | 1 | -0/+5 | |
| | | | ||||||
| * | | Add PROCINFO["argv"] array to contain the command-line arguments. | Andrew J. Schorr | 2015-05-15 | 1 | -0/+6 | |
| | | | ||||||
* | | | Change Node_hardregex to Node_typedregex. | Arnold D. Robbins | 2015-05-11 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-05 | 1 | -0/+8 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-05 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Get latest config.guess and config.sub. | Arnold D. Robbins | 2015-05-05 | 1 | -0/+4 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-05 | 1 | -0/+6 | |
| |\| | ||||||
| | * | Fix parsing brackets in regexps (again). | Arnold D. Robbins | 2015-05-05 | 1 | -0/+6 | |
| | | | ||||||
* | | | Make profiling work for hard regexes. | Arnold D. Robbins | 2015-05-05 | 1 | -0/+10 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-05-03 | 1 | -0/+22 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-05-01 | 1 | -0/+6 | |
| |\| | ||||||
| | * | Fix minor coredump. | Arnold D. Robbins | 2015-05-01 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-30 | 1 | -0/+12 | |
| |\| | ||||||
| | * | Fix brackets in regexps again. Let's hope this is really it. | Arnold D. Robbins | 2015-04-30 | 1 | -0/+5 | |
| | | | ||||||
| | * | Take --program-prefix into account for the installation symlinks. | Arnold D. Robbins | 2015-04-30 | 1 | -0/+7 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-29 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Make 4.1.2 release. | Arnold D. Robbins | 2015-04-29 | 1 | -0/+4 | |
| | | | ||||||
* | | | Add lint warning for isarray. | Arnold D. Robbins | 2015-04-28 | 1 | -0/+5 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/regex-type | Arnold D. Robbins | 2015-04-28 | 1 | -0/+84 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-28 | 1 | -0/+12 | |
| |\| | ||||||
| | * | Make call-by-value work again for $0. | Arnold D. Robbins | 2015-04-28 | 1 | -0/+7 | |
| | | | ||||||
| | * | Fix bracket handling. "This time for sure." | Arnold D. Robbins | 2015-04-28 | 1 | -0/+5 | |
| | | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2015-04-27 | 1 | -0/+5 | |
| |\| | ||||||
| | * | Fix to Jan 7 2015 regexp parsing fix. | Arnold D. Robbins | 2015-04-27 | 1 | -0/+5 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/wasted-byte | Arnold D. Robbins | 2015-04-27 | 1 | -0/+17 | |
| |\ \ |