index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extension
/
select.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new functions input_fd and output_fd to the select extension.
Andrew J. Schorr
2014-11-09
1
-0
/
+63
*
Enhance get_file API to return info about input and output and to enable exte...
Andrew J. Schorr
2014-11-06
1
-9
/
+32
*
If getline fails due to a retryable I/O error, return -2 without closing the ...
Andrew J. Schorr
2014-11-05
1
-2
/
+53
*
Patch the select extension's set_non_blocking function to check that fcntl an...
Andrew J. Schorr
2013-07-07
1
-0
/
+5
*
In select extension, if lacking sigaction, reset signal handler each time a s...
Andrew J. Schorr
2013-07-07
1
-0
/
+9
*
Enhance select signal function to return info about previous handler and deci...
Andrew J. Schorr
2013-07-05
1
-15
/
+74
*
Patch the select extension set_non_blocking function to work with a single ""...
Andrew J. Schorr
2013-07-05
1
-5
/
+15
*
For select extension signal trapping, fall back to signal if sigaction is una...
Andrew J. Schorr
2013-07-05
1
-11
/
+21
*
Add a kill function to the select extension, and check whether sigprocmask is...
Andrew J. Schorr
2013-07-05
1
-5
/
+58
*
Patch select to remove support for buggy case where the index had a numeric v...
Andrew J. Schorr
2013-07-02
1
-32
/
+12
*
Tighten up some argument checks in the select extension.
Andrew J. Schorr
2013-07-02
1
-6
/
+10
*
Enhance getline to return -2 when an I/O operation should be retried.
Andrew J. Schorr
2013-07-02
1
-9
/
+19
*
Add set_non_blocking function to the select extension.
Andrew J. Schorr
2013-07-01
1
-1
/
+32
*
Add PROCINFO["errno"] and errno extension to map between errno and strings.
Andrew J. Schorr
2013-07-01
1
-1
/
+1
*
Add signal trapping support to the select extension.
Andrew J. Schorr
2013-07-01
1
-10
/
+200
*
Added first version of select extension and new API hooks needed by it.
Andrew J. Schorr
2013-06-30
1
-0
/
+183