aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Enhance FIELDWIDTHS syntax to support a skip prefix, and unify logic with ↵Andrew J. Schorr2017-03-215-3/+40
| | | | | | | | | | | | | | | | API field parsing.
| * | | Merge branch 'master' into feature/api-parserArnold D. Robbins2017-03-204-20/+15
| |\| |
| * | | Add new test readdir_test to check whether API get_record field_width ↵Andrew J. Schorr2017-03-063-2/+21
| | | | | | | | | | | | | | | | parsing is working.
* | | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-03-204-20/+15
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-03-194-20/+15
| |\ \ \ | | |/ / | |/| / | | |/
| | * Patch argarray test to work regardless of how configure is invoked.Andrew J. Schorr2017-03-194-20/+15
| | |
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-237-2/+28
|\| |
| * | Add optional 2nd argument to mktime to request UTC instead of local time.Andrew J. Schorr2017-02-227-2/+28
| | |
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-02-177-2/+41
|\| |
| * | Fix typeof on null fields.Arnold D. Robbins2017-02-177-2/+41
| | |
* | | Merge branch 'master' into feature/stringfixArnold D. Robbins2017-01-277-2/+34
|\| |
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2017-01-277-2/+34
| |\|
| | * Fix assignment from gensub to $0.Arnold D. Robbins2017-01-277-2/+34
| | |
* | | Fix bug in strftime when format argument is an unterminated field string.Andrew J. Schorr2017-01-267-2/+28
|/ /
* | Improve random number generator's period using a shuffle buffer.Arnold D. Robbins2017-01-192-1/+5
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2017-01-156-2/+30
|\|
| * Fix bug in string concatenation optimization.Andrew J. Schorr2017-01-156-2/+30
| |
* | Merge branch 'master' into feature/andyArnold D. Robbins2016-12-221-0/+1
|\ \
| * | Add small regex fix. Add support directory.Arnold D. Robbins2016-12-221-0/+1
| | |
* | | Add strnum support to API. Update rwarray extension and test.Andrew J. Schorr2016-12-052-0/+12
| | |
* | | Add doc on API changes for typed regexes. Improve test.Arnold D. Robbins2016-11-302-1/+11
| | |
* | | Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-292-1/+7
|/ /
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-213-0/+6
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-11-213-0/+6
| |\|
| | * Add valgrind.awk to EXTRA_DIST in test/Makefile.am.Arnold D. Robbins2016-11-213-0/+6
| | |
* | | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-1816-15/+125
|\| |
| * | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-11-074-22/+53
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-11-042-1/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-112-1/+5
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-09-207-2/+65
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-251-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-184-2/+57
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-143-11/+16
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-0310-55/+67
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-023-10/+19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-0111-14/+115
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-238-4/+73
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-206-16/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-195-10/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵Andrew J. Schorr2016-07-0810-4/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API.
| * | | | | | | | | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵Andrew J. Schorr2016-07-065-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual numeric strings.
| * | | | | | | | | | | | | | | It is OK to use a strnum as a string array subscript, since we now respect ↵Andrew J. Schorr2016-07-046-2/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the string value.
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-074-22/+53
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-11-074-22/+53
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | Improve valgrind scan.Arnold D. Robbins2016-11-074-22/+53
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-11-042-1/+5
|\| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Remove #! from test/arrayind1.awk.Arnold D. Robbins2016-11-042-1/+5
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-112-1/+5
|\| | | | | | | | | | | | |
| * | | | | | | | | | | | | Use original input text of numbers when pretty printing.Arnold D. Robbins2016-10-112-1/+5
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-207-2/+65
|\| | | | | | | | | | | |