aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Speed up programs that toggle IGNORECASE a lot.Arnold D. Robbins2017-01-191-5/+4
| | |
* | | Enhance API to support extended-precision arithmetic and implement intdiv as ↵Andrew J. Schorr2017-01-061-0/+17
|/ / | | | | | | a demonstration.
* | Merge branch 'feature/regex-to-api' into feature/andyArnold D. Robbins2016-12-221-1/+6
|\ \
| * \ Merge branch 'master' into feature/regex-to-apiArnold D. Robbins2016-12-221-1/+6
| |\ \
| | * | Fix lint stuff, arg checking. Add a data pointer. Pass finfo to functions.Arnold D. Robbins2016-12-141-1/+3
| | | |
| | * | Improve handling of min and max args for extension functions.Arnold D. Robbins2016-12-121-6/+2
| | | |
| | * | Add min_required and max_expected arg counts to API.Arnold D. Robbins2016-12-061-0/+7
| | | |
* | | | Minor fixes to fixtype and do_typeof.Andrew J. Schorr2016-12-041-6/+4
|/ / /
* / / Add regex value support to API. Update rwarr extension and test.Arnold D. Robbins2016-11-291-0/+1
|/ /
* | Merge branch 'master' into feature/typed-regex-2Arnold D. Robbins2016-11-181-31/+44
|\ \
| * | Audit use of stptr for NUL termination. Update doc before merge to master.Arnold D. Robbins2016-11-181-1/+1
| | |
| * | Further code improvements and doc changes as diff until merge.Arnold D. Robbins2016-11-121-7/+7
| | |
| * | Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-231-21/+21
| |\ \
| * \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-161-0/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-10-111-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-09-201-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-09-011-0/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-291-0/+4
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-251-7/+6
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-121-0/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-08-031-8/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into feature/nocopyArnold D. Robbins2016-07-231-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵Andrew J. Schorr2016-07-081-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API.
| * | | | | | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵Andrew J. Schorr2016-07-061-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual numeric strings.
| * | | | | | | | | | | | Document string termination in header files and remove no-longer-needed ↵Andrew J. Schorr2016-07-061-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string termination logic in various places.
| * | | | | | | | | | | | Renumber NODE flags to eliminate gap created when FIELD was removed.Andrew J. Schorr2016-07-061-11/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Remove FIELD flag, since it is the inverse of the MALLOC flag.Andrew J. Schorr2016-07-051-4/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Unify force_string handling of CONVFMT and OFMT.Andrew J. Schorr2016-07-041-4/+16
| | | | | | | | | | | | |
* | | | | | | | | | | | | Actually remove tre_reg define.Arnold D. Robbins2016-11-151-1/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | Finish reworking typed regexes. Tests pass!Arnold D. Robbins2016-11-151-1/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | First steps reworking code away from node type.Arnold D. Robbins2016-11-151-11/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-231-21/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Remove trailing whitespace everywhere. Fix Unicode into ASCII.Arnold D. Robbins2016-10-231-21/+21
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-161-0/+1
|\| | | | | | | | | | |
| * | | | | | | | | | | Implement unary plus for real, including for pretty printing.Arnold D. Robbins2016-10-161-0/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-10-111-0/+1
|\| | | | | | | | | |
| * | | | | | | | | | Use original input text of numbers when pretty printing.Arnold D. Robbins2016-10-111-0/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-201-1/+0
|\| | | | | | | | |
| * | | | | | | | | Use dfa's new ability to handle anchors.Arnold D. Robbins2016-09-201-1/+0
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-09-011-0/+1
|\| | | | | | | |
| * | | | | | | | Merge multithreaded dfa into gawk.Arnold D. Robbins2016-09-011-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-291-0/+4
|\| | | | | | |
| * | | | | | | Use fwrite_unlocked if it exists. Nice speedup in output.Arnold D. Robbins2016-08-291-0/+4
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-251-7/+6
|\| | | | | |
| * | | | | | New POSIX rules for string comparison.Arnold D. Robbins2016-08-251-1/+1
| | | | | | |
| * | | | | | Remove avoid_dfa. Simplify dfa usage and rearrange callers in re.c.Arnold D. Robbins2016-08-251-6/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'master' into feature/typed-regexArnold D. Robbins2016-08-141-0/+8
|\| | | | |
| * | | | | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-08-121-0/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | |_|/ | | |/| |
| | * | | If a strnum integer has a non-standard string representation, do not accept ↵Andrew J. Schorr2016-08-091-0/+8
| | | | | | | | | | | | | | | | | | | | it as an integer array subscript.
* | | | | Restore typed regexp code in a new branch.Arnold D. Robbins2016-08-031-1/+8
|/ / / /