Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug in strftime when format argument is an unterminated field string. | Andrew J. Schorr | 2017-01-26 | 7 | -2/+28 |
| | |||||
* | Improve random number generator's period using a shuffle buffer. | Arnold D. Robbins | 2017-01-19 | 2 | -1/+5 |
| | |||||
* | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-01-15 | 6 | -2/+30 |
|\ | |||||
| * | Fix bug in string concatenation optimization. | Andrew J. Schorr | 2017-01-15 | 6 | -2/+30 |
| | | |||||
* | | Merge branch 'master' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -0/+1 |
|\ \ | |||||
| * | | Add small regex fix. Add support directory. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+1 |
| | | | |||||
* | | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 2 | -0/+12 |
| | | | |||||
* | | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 2 | -1/+11 |
| | | | |||||
* | | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 2 | -1/+7 |
|/ / | |||||
* | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-21 | 3 | -0/+6 |
|\ \ | |||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-21 | 3 | -0/+6 |
| |\| | |||||
| | * | Add valgrind.awk to EXTRA_DIST in test/Makefile.am. | Arnold D. Robbins | 2016-11-21 | 3 | -0/+6 |
| | | | |||||
* | | | Merge branch 'master' into feature/typed-regex-2 | Arnold D. Robbins | 2016-11-18 | 16 | -15/+125 |
|\| | | |||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-07 | 4 | -22/+53 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-04 | 2 | -1/+5 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-11 | 2 | -1/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-09-20 | 7 | -2/+65 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | 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 | 4 | -2/+57 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-14 | 3 | -11/+16 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 10 | -55/+67 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-02 | 3 | -10/+19 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-01 | 11 | -14/+115 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-23 | 8 | -4/+73 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-20 | 6 | -16/+20 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-19 | 5 | -10/+22 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵ | Andrew J. Schorr | 2016-07-08 | 10 | -4/+68 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API. | ||||
| * | | | | | | | | | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵ | Andrew J. Schorr | 2016-07-06 | 5 | -9/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 6 | -2/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the string value. | ||||
* | | | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-11-07 | 4 | -22/+53 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-07 | 4 | -22/+53 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | / | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | Improve valgrind scan. | Arnold D. Robbins | 2016-11-07 | 4 | -22/+53 |
| | | | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-11-04 | 2 | -1/+5 |
|\| | | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | | Remove #! from test/arrayind1.awk. | Arnold D. Robbins | 2016-11-04 | 2 | -1/+5 |
| | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-11 | 2 | -1/+5 |
|\| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | Use original input text of numbers when pretty printing. | Arnold D. Robbins | 2016-10-11 | 2 | -1/+5 |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-09-20 | 7 | -2/+65 |
|\| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Use dfa's new ability to handle anchors. | Arnold D. Robbins | 2016-09-20 | 7 | -2/+65 |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | 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 | 4 | -2/+57 |
|\| | | | | | | | | | | |||||
| * | | | | | | | | | | When ARRAYDEBUG is defined, add a test using adump to check the array type. | Andrew J. Schorr | 2016-08-16 | 4 | -2/+57 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-08-14 | 3 | -11/+16 |
|\| | | | | | | | | | |||||
| * | | | | | | | | | Update intarray test and ok files. | Arnold D. Robbins | 2016-08-14 | 3 | -11/+16 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* / | | | | | | | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 10 | -56/+66 |
|/ / / / / / / / | |||||
* | | | | | | / | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 10 | -55/+67 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-02 | 3 | -10/+19 |
|\| | | | | | | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Move ignrcas3 test out of the line of fire. | Arnold D. Robbins | 2016-08-02 | 3 | -10/+19 |
| | | | | | | |||||
* | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-08-01 | 11 | -14/+115 |
|\| | | | | | |_|_|_|/ |/| | | | |