Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix typeof on null fields. | Arnold D. Robbins | 2017-02-17 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/stringfix | Arnold D. Robbins | 2017-01-27 | 1 | -0/+5 | |
|\| | | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2017-01-27 | 1 | -0/+5 | |
| |\| | ||||||
| | * | Fix assignment from gensub to $0. | Arnold D. Robbins | 2017-01-27 | 1 | -0/+5 | |
| | | | ||||||
* | | | Fix bug in strftime when format argument is an unterminated field string. | Andrew J. Schorr | 2017-01-26 | 1 | -0/+5 | |
|/ / | ||||||
* | | Improve random number generator's period using a shuffle buffer. | Arnold D. Robbins | 2017-01-19 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-01-15 | 1 | -0/+6 | |
|\| | ||||||
| * | Fix bug in string concatenation optimization. | Andrew J. Schorr | 2017-01-15 | 1 | -0/+6 | |
| | | ||||||
* | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 1 | -0/+4 | |
| | | ||||||
* | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 1 | -0/+5 | |
| | | ||||||
* | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+5 | |
| | | ||||||
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-21 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-21 | 1 | -0/+4 | |
| |\| | ||||||
| | * | Add valgrind.awk to EXTRA_DIST in test/Makefile.am. | Arnold D. Robbins | 2016-11-21 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 1 | -0/+20 | |
|\| | | ||||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-07 | 1 | -0/+8 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-04 | 1 | -0/+5 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-11 | 1 | -0/+4 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-20 | 1 | -0/+5 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-18 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-14 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 1 | -0/+11 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-02 | 1 | -0/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-01 | 1 | -1/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-23 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-20 | 1 | -0/+9 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-19 | 1 | -0/+7 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵ | Andrew J. Schorr | 2016-07-08 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API. | |||||
| * | | | | | | | | | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual numeric strings. | |||||
| * | | | | | | | | | | | | | | | It is OK to use a strnum as a string array subscript, since we now respect ↵ | Andrew J. Schorr | 2016-07-04 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the string value. | |||||
* | | | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-11-07 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-07 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Improve valgrind scan. | Arnold D. Robbins | 2016-11-07 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-11-04 | 1 | -0/+5 | |
|\| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Remove #! from test/arrayind1.awk. | Arnold D. Robbins | 2016-11-04 | 1 | -0/+5 | |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-11 | 1 | -0/+4 | |
|\| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Use original input text of numbers when pretty printing. | Arnold D. Robbins | 2016-10-11 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-09-20 | 1 | -0/+5 | |
|\| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Use dfa's new ability to handle anchors. | Arnold D. Robbins | 2016-09-20 | 1 | -0/+5 | |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 | |
|\| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 | |
| |\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Make 4.1.4 release tar ball. | Arnold D. Robbins | 2016-08-25 | 1 | -0/+4 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-18 | 1 | -0/+9 | |
|\| | | | | | | | | | | ||||||
| * | | | | | | | | | | When ARRAYDEBUG is defined, add a test using adump to check the array type. | Andrew J. Schorr | 2016-08-16 | 1 | -0/+9 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-14 | 1 | -0/+4 | |
|\| | | | | | | | | | ||||||
| * | | | | | | | | | Update intarray test and ok files. | Arnold D. Robbins | 2016-08-14 | 1 | -0/+4 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* / | | | | | | | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 1 | -0/+11 | |
|/ / / / / / / / | ||||||
* | | | | | | / | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -0/+11 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-02 | 1 | -0/+5 | |
|\| | | | | | | |_|_|_|_|/ |/| | | | | |