Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-12-20 | block pthread cancellation in openpty function | Rich Felker | -9/+14 | |
being a nonstandard function, this isn't strictly necessary, but it's inexpensive and avoids unpleasant surprises. eventually I would like all functions in libc to be safe against cancellation, either ignoring it or acting on it cleanly. | ||||
2014-12-20 | don't write openpty results until success is determined | Rich Felker | -10/+12 | |
not only is this semantically more correct; it also reduces code size slightly by eliminating the need for the compiler to assume the possibility of aliasing. | ||||
2011-07-22 | incorrect check for open failure in openpty function | Rich Felker | -1/+1 | |
-1, not 0, indicates failure | ||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+33 | |