ack/lang/cem/libcc.ansi/misc
George Koehler 54028e403e Delete unused misc/getpw.c from libc.
@hexcoder- reported in https://github.com/davidgiven/ack/issues/57
that our getpw() has bugs.

I don't fix these bugs, because Illumos and Linux manual pages say
that getpw() is obsolete.  The function can overflow its buffer, so it
is never safe to use.  Our libc did not build getpw().
2017-10-28 14:25:39 -04:00
..
closedir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
environ.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
getdents.c changed int-functions to void-functions 1990-09-11 10:24:15 +00:00
getgrent.c Header --> Id 1994-06-24 14:02:31 +00:00
getopt.c Header --> Id 1994-06-24 14:02:31 +00:00
getpass.c Adapted for ANSI C and our pseudo-Posix syscall interface. 2007-04-21 23:18:14 +00:00
getw.c Header --> Id 1994-06-24 14:02:31 +00:00
isatty.c Header --> Id 1994-06-24 14:02:31 +00:00
LIST Added hypot.c 1991-02-26 18:08:25 +00:00
Makefile added isatty.c: it is reasonably standard on UNIX systems 1990-12-03 14:13:31 +00:00
mktemp.c Header --> Id 1994-06-24 14:02:31 +00:00
opendir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
popen.c Header --> Id 1994-06-24 14:02:31 +00:00
putw.c Header --> Id 1994-06-24 14:02:31 +00:00
readdir.c Initial revision 1989-12-18 14:40:54 +00:00
rewinddir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
seekdir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
sleep.c Header --> Id 1994-06-24 14:02:31 +00:00
telldir.c changed system-calls to avoid namespace pollution 1990-01-22 11:44:21 +00:00
termcap.c Header --> Id 1994-06-24 14:02:31 +00:00