aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
|/ / / /
* | | / Remove typed regexps until they can be done correctly.Arnold D. Robbins2016-08-031-8/+1
| |_|/ |/| |
* | | Make return status of close on a pipe like system.Arnold D. Robbins2016-07-231-0/+1
| |/ |/|
* | Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵Andrew J. Schorr2016-06-301-1/+11
| | | | | | | | stfmt issues.
* | Add comment to awk.h regarding the potential lack of NUL-termination for ↵Andrew J. Schorr2016-06-271-0/+7
| | | | | | | | strings.
* | Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-261-4/+10
| |
* | Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-161-0/+11
|\ \
| * | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-161-0/+10
| |\|
| | * Add some comments, minor buglet fix.Arnold D. Robbins2016-06-161-0/+10
| | |
* | | Add a new boolval function to awk.h to make sure we handle this consistently.Andrew J. Schorr2016-06-141-0/+13
| | |
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵Andrew J. Schorr2016-06-131-4/+33
|/ / | | | | | | and lint checks.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-301-1/+1
|\|
| * Changes toward release and test tarball.Arnold D. Robbins2016-05-301-1/+1
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-3/+3
|\|
| * Remove useless "optional" argument to get_actual_argument.Andrew J. Schorr2016-05-261-3/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-261-1/+1
|\|
| * Improve definition of fatal macro.Arnold D. Robbins2016-05-261-1/+1
| |
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-261-3/+3
|\|
| * Optimize API function argument retrieval to eliminate a duplicate call to ↵Andrew J. Schorr2016-05-261-3/+3
| | | | | | | | get_argument.
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-05-021-0/+3
|\|
| * Replace `! NULL' with `& success_node' in array routines.Arnold D. Robbins2016-05-021-0/+3
| |
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-071-0/+2
|\|
| * Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-071-0/+2
| |
* | Merge branch 'gawk-4.1-stable' (zOS updates included)Arnold D. Robbins2015-10-041-24/+6
|\|
| * Move include of sys/select.h to io.c.Arnold D. Robbins2015-08-261-4/+0
| |
| * Merge branch 'gawk-4.1-stable' into feature/zOS-try2Arnold D. Robbins2015-08-251-0/+31
| |\
| * | Rework zOS patches; keep separate from autotools.Arnold D. Robbins2015-08-021-24/+10
| | |