aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| | * Update pc/Makefile.tst some more.Arnold D. Robbins2015-05-292-3/+6
| | |
| | * Update pc/Makefile.tst.Arnold D. Robbins2015-05-292-2/+8
| | |
| | * Improve negtime test.Arnold D. Robbins2015-05-294-3/+32
| | |
| | * Add two new helper programs.Arnold D. Robbins2015-05-273-0/+27
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-262-1/+6
| |\|
| | * Fix regex compile error messages.Arnold D. Robbins2015-05-262-1/+6
| | |
* | | Rebuild awkgram.c with latest bison.Arnold D. Robbins2015-05-211-3/+3
| | |
* | | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-05-2158-1896/+1915
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-214-8/+26
| |\|
| | * Improve error message if inadequate locale support.Arnold D. Robbins2015-05-213-2/+7
| | |
| | * Fix fts test to not include atime.Arnold D. Robbins2015-05-212-6/+19
| | |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2015-05-195-423/+359
| |\|