aboutsummaryrefslogtreecommitdiff
path: root/src/misc/pty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix negated error codes from ptsname_r•••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. Rich Felker2014-03-171-1/+1
* fix ptsname_r to conform to the upcoming posix requirements•••it should return the error code rather than 0/-1 and setting errno. Rich Felker2012-06-201-3/+6
* add ptsname_r (nonstandard) and split ptsname (standard) to separate file•••this eliminates the ugly static buffer in programs that use ptsname_r. Rich Felker2011-04-131-11/+7
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+35