index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 stfmt...
Andrew J. Schorr
2016-06-30
1
-1
/
+1
*
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 non-...
Andrew J. Schorr
2016-06-14
1
-3
/
+3
*
|
|
Fix usage of scalar type flag bits and fix some bugs in numeric conversions a...
Andrew J. Schorr
2016-06-13
1
-71
/
+78
|
/
/
*
|
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
|
*
Initial fix for use of closed end of two-way connection.
Arnold D. Robbins
2016-04-04
1
-2
/
+10
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2016-03-11
1
-4
/
+29
|
\
|
|
*
Further improvements in system return value and doc.
Arnold D. Robbins
2016-03-11
1
-8
/
+15
|
*
Improve algorithm for system() return value.
Arnold D. Robbins
2016-03-08
1
-5
/
+5
|
*
Improve return value of system.
Arnold D. Robbins
2016-03-08
1
-2
/
+20
*
|
Improve memory tracking on typed regex.
Arnold D. Robbins
2015-06-28
1
-2
/
+0
*
|
Improve values returned by typeof. Fix tests and doc.
Arnold D. Robbins
2015-06-26
1
-5
/
+7
*
|
More work straightening out typeof, including tests.
Arnold D. Robbins
2015-06-25
1
-1
/
+7
*
|
Fix typeof to work correctly on subarrays.
Arnold D. Robbins
2015-06-22
1
-1
/
+4
*
|
Fix typeof to not change untyped param to scalar.
Arnold D. Robbins
2015-06-21
1
-2
/
+1
*
|
Minor edit to warning in do_isarray.
Arnold D. Robbins
2015-06-19
1
-1
/
+1
*
|
Change Node_hardregex to Node_typedregex.
Arnold D. Robbins
2015-05-11
1
-5
/
+5
*
|
Add lint warning for isarray.
Arnold D. Robbins
2015-04-28
1
-0
/
+6
*
|
Merge branch 'master' into feature/regex-type
Arnold D. Robbins
2015-04-28
1
-51
/
+68
|
\
\
|
*
\
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-26
1
-5
/
+11
|
|
\
\
|
*
\
\
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-16
1
-4
/
+14
|
|
\
\
\
|
*
\
\
\
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-14
1
-9
/
+5
|
|
\
\
\
\
|
*
|
|
|
|
Improve readability in builtin.c.
Arnold D. Robbins
2015-04-14
1
-40
/
+40
|
*
|
|
|
|
Improve computations in do_sub.
Arnold D. Robbins
2015-04-13
1
-4
/
+22
|
*
|
|
|
|
Merge branch 'master' into feature/wasted-byte
Arnold D. Robbins
2015-04-13
1
-2
/
+10
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-04-03
1
-6
/
+146
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-03-08
1
-10
/
+27
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'master' into wasted-byte
Arnold D. Robbins
2015-01-20
1
-0
/
+3
|
|
\
\
\
\
\
\
\
\
[next]