Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-03-17 | fix negated error codes from ptsname_r | Rich Felker | -1/+1 | |
the incorrect error codes also made their way into errno when __ptsname_r was called by plain ptsname, which reports errors via errno rather than a return value. | ||||
2012-06-20 | fix ptsname_r to conform to the upcoming posix requirements | Rich Felker | -3/+6 | |
it should return the error code rather than 0/-1 and setting errno. | ||||
2011-04-13 | add ptsname_r (nonstandard) and split ptsname (standard) to separate file | Rich Felker | -11/+7 | |
this eliminates the ugly static buffer in programs that use ptsname_r. | ||||
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+35 | |