Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |