Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Further code improvements and doc changes as diff until merge. | Arnold D. Robbins | 2016-11-12 | 1 | -3/+3 | |
| | | | ||||||
| * | | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-11-07 | 1 | -0/+4 | |
| |\ \ | ||||||
| * \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-25 | 1 | -16/+19 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-10-23 | 1 | -53/+53 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-08-03 | 1 | -13/+9 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into feature/nocopy | Arnold D. Robbins | 2016-07-23 | 1 | -13/+24 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Optimization: support unterminated field strings inside gawk, but make ↵ | Andrew J. Schorr | 2016-07-08 | 1 | -5/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | terminated copies for the API. | |||||
| * | | | | | | | Modify MAYBE_NUM usage and typeof function to return "strnum" only for ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | actual numeric strings. | |||||
| * | | | | | | | Document string termination in header files and remove no-longer-needed ↵ | Andrew J. Schorr | 2016-07-06 | 1 | -11/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | string termination logic in various places. | |||||
| * | | | | | | | Unify force_string handling of CONVFMT and OFMT. | Andrew J. Schorr | 2016-07-04 | 1 | -6/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Finish reworking typed regexes. Tests pass! | Arnold D. Robbins | 2016-11-15 | 1 | -4/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | First steps reworking code away from node type. | Arnold D. Robbins | 2016-11-15 | 1 | -14/+12 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-11-07 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-11-07 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | | | |_|_|_|/ | | |/| | | | | ||||||
| | * | | | | | Improve behavior on MS-Windows when stdout is redirected to a pipe. | Eli Zaretskii | 2016-11-04 | 1 | -0/+4 | |
| | | | | | | | ||||||
| | * | | | | | Fix do_print for use with strnums. | Arnold D. Robbins | 2016-07-23 | 1 | -6/+2 | |
| | | | | | | | ||||||
| | * | | | | | Add some comments, minor buglet fix. | Arnold D. Robbins | 2016-06-16 | 1 | -0/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-25 | 1 | -16/+19 | |
|\| | | | | | | ||||||
| * | | | | | | Disallow negative arguments to bitwise functions. Document same. | Arnold D. Robbins | 2016-10-25 | 1 | -16/+19 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge branch 'master' into feature/typed-regex | Arnold D. Robbins | 2016-10-23 | 1 | -53/+53 | |
|\| | | | | | ||||||
| * | | | | | Remove trailing whitespace everywhere. Fix Unicode into ASCII. | Arnold D. Robbins | 2016-10-23 | 1 | -53/+53 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | Restore typed regexp code in a new branch. | Arnold D. Robbins | 2016-08-03 | 1 | -9/+18 | |
|/ / / / | ||||||
* | | / | Remove typed regexps until they can be done correctly. | Arnold D. Robbins | 2016-08-03 | 1 | -18/+9 | |
| |_|/ |/| | | ||||||
* | | | Make return status of close on a pipe like system. | Arnold D. Robbins | 2016-07-23 | 1 | -13/+24 | |
| | | | ||||||
* | | | Minor coding style fix in builtin.c. | Arnold D. Robbins | 2016-07-08 | 1 | -3/+4 | |
| |/ |/| | ||||||
* | | Use new STFMT_UNUSED define to improve code clarity, and fix some minor ↵ | Andrew J. Schorr | 2016-06-30 | 1 | -1/+1 | |
| | | | | | | | | stfmt issues. | |||||
* | | Simplify do_print logic to eliminate an unnecessary test for the value's type. | Andrew J. Schorr | 2016-06-26 | 1 | -2/+1 | |
| | | ||||||
* | | Do not use OFMT or CONVFMT for strnum values. | Andrew J. Schorr | 2016-06-26 | 1 | -7/+5 | |
| | | ||||||
* | | Minor improvements after Andy's reworking of stuff. | Arnold D. Robbins | 2016-06-26 | 1 | -5/+16 | |
| | | ||||||
* | | Call fixtype in a few more places to make sure we check types properly. | Andrew J. Schorr | 2016-06-20 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'master' into feature/fixtype | Arnold D. Robbins | 2016-06-15 | 1 | -3/+7 | |
|\ \ | ||||||
| * | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-06-14 | 1 | -3/+7 | |
| |\| | ||||||
| | * | Fix long runs of backslashes in sub/gsub. | Arnold D. Robbins | 2016-06-14 | 1 | -3/+7 | |
| | | | ||||||
* | | | Add a new boolval function to awk.h to make sure we handle this consistently. | Andrew J. Schorr | 2016-06-14 | 1 | -5/+2 | |
| | | | ||||||
* | | | Fix strftime 3rd argument to behave like a standard boolean: non-null or ↵ | Andrew J. Schorr | 2016-06-14 | 1 | -3/+3 | |
| | | | | | | | | | | | | non-zero. | |||||
* | | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions ↵ | Andrew J. Schorr | 2016-06-13 | 1 | -71/+78 | |
|/ / | | | | | | | and lint checks. | |||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 | |
|\| | ||||||
| * | Changes toward release and test tarball. | Arnold D. Robbins | 2016-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-05-12 | 1 | -0/+8 | |
|\| | ||||||
| * | Fix issues with SIGPIPE. | Arnold D. Robbins | 2016-05-12 | 1 | -0/+8 | |
| | | ||||||
* | | Stop wasting extra byte at the end of sprintf strings. | Andrew J. Schorr | 2016-05-03 | 1 | -2/+2 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Andrew J. Schorr | 2016-05-03 | 1 | -2/+5 | |
|\| | ||||||
| * | Fix sprintf memory leak by using realloc to shrink buffer to the proper size. | Andrew J. Schorr | 2016-05-03 | 1 | -2/+5 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-07 | 1 | -0/+7 | |
|\| | ||||||
| * | Fix race condition in fatal errors for one end closed on two way pipe. | Arnold D. Robbins | 2016-04-07 | 1 | -0/+3 | |
| | | ||||||
| * | Fix the MinGW compilation. | Eli Zaretskii | 2016-04-07 | 1 | -0/+4 | |
| | | ||||||
* | | Allow r/w for a partially closed two-way pipe to be nonfatal. | Arnold D. Robbins | 2016-04-06 | 1 | -0/+12 | |
| | | ||||||
* | | Merge branch 'gawk-4.1-stable' | Arnold D. Robbins | 2016-04-05 | 1 | -3/+18 | |
|\| | ||||||
| * | Add warning for fflush of closed write end on 2-way pipe. | Arnold D. Robbins | 2016-04-04 | 1 | -0/+3 | |
| | | ||||||
| * | Add fatal error for print if 2 way pipe write end closed. | Arnold D. Robbins | 2016-04-04 | 1 | -1/+5 | |
| | |