Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Minor performance optimization for numeric operations. | Andrew J. Schorr | 2017-01-22 | 1 | -0/+9 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-01-19 | 1 | -0/+19 | |
|\| | | | | | | | ||||||
| * | | | | | | | Speed up programs that toggle IGNORECASE a lot. | Arnold D. Robbins | 2017-01-19 | 1 | -0/+19 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-01-19 | 1 | -0/+9 | |
|\| | | | | | | ||||||
| * | | | | | | Improve random number generator's period using a shuffle buffer. | Arnold D. Robbins | 2017-01-19 | 1 | -0/+9 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-01-18 | 1 | -0/+7 | |
|\| | | | | | ||||||
| * | | | | | Improve robustness of Op_assign_concat optimization. | Andrew J. Schorr | 2017-01-18 | 1 | -0/+7 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-01-15 | 1 | -0/+7 | |
|\| | | | | ||||||
| * | | | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2017-01-15 | 1 | -0/+7 | |
| |\| | | | | |_|/ | |/| | | ||||||
| | * | | Fix bug in string concatenation optimization. | Andrew J. Schorr | 2017-01-15 | 1 | -0/+7 | |
| | | | | ||||||
* | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2017-01-05 | 1 | -0/+5 | |
|\| | | | ||||||
| * | | | Update auxiliary build files from GNULIB. | Arnold D. Robbins | 2017-01-05 | 1 | -0/+5 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-27 | 1 | -0/+4 | |
|\| | | ||||||
| * | | Update CMake support after adding support directory. | Arnold D. Robbins | 2016-12-27 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-23 | 1 | -0/+6 | |
|\| | | ||||||
| * | | Update for Mac OS X on PowerPC. | Arnold D. Robbins | 2016-12-23 | 1 | -0/+6 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-22 | 1 | -0/+94 | |
|\| | | ||||||
| * | | Doc cleanups after merge. Totally break binary compat in the API. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+13 | |
| | | | ||||||
| * | | Merge branch 'feature/regex-to-api' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -0/+58 | |
| |\ \ | ||||||
| | * \ | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 1 | -0/+57 | |
| | |\ \ | ||||||
| | * \ \ | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-22 | 1 | -0/+28 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-12-11 | 1 | -0/+4 | |
| | |\ \ \ \ | ||||||
| * | \ \ \ \ | Merge branch 'master' into feature/andy | Arnold D. Robbins | 2016-12-22 | 1 | -0/+28 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/andy | Arnold D. Robbins | 2016-12-11 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Add strnum support to API. Update rwarray extension and test. | Andrew J. Schorr | 2016-12-05 | 1 | -0/+20 | |
| | | | | | | | ||||||
| * | | | | | | Improve API regex support. | Andrew J. Schorr | 2016-12-04 | 1 | -0/+8 | |
| | | | | | | | ||||||
| * | | | | | | Minor fixes to fixtype and do_typeof. | Andrew J. Schorr | 2016-12-04 | 1 | -0/+9 | |
| | | | | | | | ||||||
| * | | | | | | Add flatten_array_typed to the API. | Andrew J. Schorr | 2016-12-04 | 1 | -0/+14 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Fix gawkapi.h make_regex implementation. | Andrew J. Schorr | 2016-12-04 | 1 | -0/+8 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into feature/regex-to-api | Arnold D. Robbins | 2016-11-30 | 1 | -0/+4 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Add doc on API changes for typed regexes. Improve test. | Arnold D. Robbins | 2016-11-30 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | Add regex value support to API. Update rwarr extension and test. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+17 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-22 | 1 | -0/+57 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/api-min-max | Arnold D. Robbins | 2016-12-22 | 1 | -0/+28 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Further api doc updates. Simplify lint checking for max args. | Arnold D. Robbins | 2016-12-17 | 1 | -0/+7 | |
| | | | | | | | ||||||
| * | | | | | | Further improvements to min/max args code and doc. | Arnold D. Robbins | 2016-12-16 | 1 | -0/+8 | |
| | | | | | | | ||||||
| * | | | | | | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions. | Arnold D. Robbins | 2016-12-14 | 1 | -0/+14 | |
| | | | | | | | ||||||
| * | | | | | | Improve handling of min and max args for extension functions. | Arnold D. Robbins | 2016-12-12 | 1 | -0/+14 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'master' into feature/api-min-max | Arnold D. Robbins | 2016-12-11 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Add min_required and max_expected arg counts to API. | Arnold D. Robbins | 2016-12-06 | 1 | -0/+14 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-22 | 1 | -0/+28 | |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | ||||||
| * | | | | | Add small regex fix. Add support directory. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+22 | |
| | | | | | | ||||||
| * | | | | | Sync dfa with GNULIB. | Arnold D. Robbins | 2016-12-22 | 1 | -0/+6 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-12-11 | 1 | -0/+4 | |
|\| | | | | ||||||
| * | | | | Update dfa. | Arnold D. Robbins | 2016-12-11 | 1 | -0/+4 | |
| |/ / / | ||||||
* | | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-11-30 | 1 | -0/+4 | |
|\| | | | ||||||
| * | | | Sync dfa with GNULIB. | Arnold D. Robbins | 2016-11-30 | 1 | -0/+4 | |
| |/ / | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-11-29 | 1 | -0/+13 | |
|\| | | ||||||
| * | | Add dfacopysyntax function and use it. | Arnold D. Robbins | 2016-11-29 | 1 | -0/+13 | |
| | | | ||||||
* | | | Merge branch 'master' into feature/fix-comments | Arnold D. Robbins | 2016-11-29 | 1 | -0/+6 | |
|\| | |