about summary refs log tree commit diff
path: root/src/misc/pty.c
Commit message (Collapse)AuthorAgeFilesLines
* fix ptsname_r to conform to the upcoming posix requirementsRich Felker2012-06-201-3/+6
| | | | it should return the error code rather than 0/-1 and setting errno.
* add ptsname_r (nonstandard) and split ptsname (standard) to separate fileRich Felker2011-04-131-11/+7
| | | | this eliminates the ugly static buffer in programs that use ptsname_r.
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+35