aboutsummaryrefslogtreecommitdiffstats
path: root/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Make return status of close on a pipe like system.Arnold D. Robbins2016-07-231-13/+24
* Minor coding style fix in builtin.c.Arnold D. Robbins2016-07-081-3/+4
* Use new STFMT_UNUSED define to improve code clarity, and fix some minor stfmt...Andrew J. Schorr2016-06-301-1/+1
* Simplify do_print logic to eliminate an unnecessary test for the value's type.Andrew J. Schorr2016-06-261-2/+1
* Do not use OFMT or CONVFMT for strnum values.Andrew J. Schorr2016-06-261-7/+5
* Minor improvements after Andy's reworking of stuff.Arnold D. Robbins2016-06-261-5/+16
* Call fixtype in a few more places to make sure we check types properly.Andrew J. Schorr2016-06-201-2/+2
* Merge branch 'master' into feature/fixtypeArnold D. Robbins2016-06-151-3/+7
|\
| * Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-06-141-3/+7
| |\
| | * Fix long runs of backslashes in sub/gsub.Arnold D. Robbins2016-06-141-3/+7
* | | Add a new boolval function to awk.h to make sure we handle this consistently.Andrew J. Schorr2016-06-141-5/+2
* | | Fix strftime 3rd argument to behave like a standard boolean: non-null or non-...Andrew J. Schorr2016-06-141-3/+3
* | | Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...Andrew J. Schorr2016-06-131-71/+78
|/ /
* | 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'Arnold D. Robbins2016-05-121-0/+8
|\|
| * Fix issues with SIGPIPE.Arnold D. Robbins2016-05-121-0/+8
* | Stop wasting extra byte at the end of sprintf strings.Andrew J. Schorr2016-05-031-2/+2
* | Merge branch 'gawk-4.1-stable'Andrew J. Schorr2016-05-031-2/+5
|\|
| * Fix sprintf memory leak by using realloc to shrink buffer to the proper size.Andrew J. Schorr2016-05-031-2/+5
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-071-0/+7
|\|
| * Fix race condition in fatal errors for one end closed on two way pipe.Arnold D. Robbins2016-04-071-0/+3
| * Fix the MinGW compilation.Eli Zaretskii2016-04-071-0/+4
* | Allow r/w for a partially closed two-way pipe to be nonfatal.Arnold D. Robbins2016-04-061-0/+12
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-04-051-3/+18
|\|
| * Add warning for fflush of closed write end on 2-way pipe.Arnold D. Robbins2016-04-041-0/+3
| * Add fatal error for print if 2 way pipe write end closed.Arnold D. Robbins2016-04-041-1/+5
| * Initial fix for use of closed end of two-way connection.Arnold D. Robbins2016-04-041-2/+10
* | Merge branch 'gawk-4.1-stable'Arnold D. Robbins2016-03-111-4/+29
|\|
| * Further improvements in system return value and doc.Arnold D. Robbins2016-03-111-8/+15
| * Improve algorithm for system() return value.Arnold D. Robbins2016-03-081-5/+5
| * Improve return value of system.Arnold D. Robbins2016-03-081-2/+20
* | Improve memory tracking on typed regex.Arnold D. Robbins2015-06-281-2/+0
* | Improve values returned by typeof. Fix tests and doc.Arnold D. Robbins2015-06-261-5/+7
* | More work straightening out typeof, including tests.Arnold D. Robbins2015-06-251-1/+7
* | Fix typeof to work correctly on subarrays.Arnold D. Robbins2015-06-221-1/+4
* | Fix typeof to not change untyped param to scalar.Arnold D. Robbins2015-06-211-2/+1
* | Minor edit to warning in do_isarray.Arnold D. Robbins2015-06-191-1/+1
* | Change Node_hardregex to Node_typedregex.Arnold D. Robbins2015-05-111-5/+5
* | Add lint warning for isarray.Arnold D. Robbins2015-04-281-0/+6
* | Merge branch 'master' into feature/regex-typeArnold D. Robbins2015-04-281-51/+68
|\ \
| * \ Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-261-5/+11
| |\ \
| * \ \ Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-161-4/+14
| |\ \ \
| * \ \ \ Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-141-9/+5
| |\ \ \ \
| * | | | | Improve readability in builtin.c.Arnold D. Robbins2015-04-141-40/+40
| * | | | | Improve computations in do_sub.Arnold D. Robbins2015-04-131-4/+22
| * | | | | Merge branch 'master' into feature/wasted-byteArnold D. Robbins2015-04-131-2/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-04-031-6/+146
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-03-081-10/+27
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into wasted-byteArnold D. Robbins2015-01-201-0/+3
| |\ \ \ \ \ \ \ \