summaryrefslogtreecommitdiff
path: root/getcwd.c
Commit message (Expand)AuthorAgeFilesLines
* UCB has dropped the advertising clause from their license.Todd C. Miller1999-09-041-5/+1
* $Sudo tagTodd C. Miller1999-04-061-3/+3
* add def of dirfd() for those without itTodd C. Miller1999-02-221-0/+4
* more -WallTodd C. Miller1998-11-181-4/+4
* -WallTodd C. Miller1998-11-181-1/+1
* getcwd(3) from OpenBSD for those without it.Todd C. Miller1998-09-071-133/+238
* updated versionTodd C. Miller1998-04-061-1/+1
* don't use popen/pclose. Do it inline.Todd C. Miller1998-04-061-19/+40
* use MAX* not MAX* + 1Todd C. Miller1998-04-061-15/+17
* added pathnames.hTodd C. Miller1995-04-011-1/+1
* moved compat.h to be the last include fileTodd C. Miller1995-03-291-1/+2
* MAXPATHLEN -> MAXPATHLEN+1Todd C. Miller1995-03-281-1/+1
* now includes compat.hTodd C. Miller1995-01-131-0/+1
* changed sudo-bugs.cs.colorado.edu -> sudo-bugs@cs.colorado.edTodd C. Miller1994-09-021-1/+1
* added include of netinet/in.hTodd C. Miller1994-08-121-0/+1
* don't do malloc decl if gnucTodd C. Miller1994-08-081-1/+3
* ansi-fied !STDC_HEADER function prottypesTodd C. Miller1994-08-081-4/+4
* added missing parenTodd C. Miller1994-08-081-1/+1
* added params to func decls when STDC_HEADERS is not definedTodd C. Miller1994-08-081-3/+7
* added errno definitionTodd C. Miller1994-06-071-0/+6
* Initial revisionTodd C. Miller1994-06-061-0/+126