38214 | 01-Jun-1989 |
karels |
connect only to first server on first attempt (fix logic error) |
38184 | 29-May-1989 |
mckusick |
date and time created 89/05/29 16:36:20 by mckusick |
38181 | 29-May-1989 |
mckusick |
date and time created 89/05/29 15:36:55 by mckusick |
38140 | 27-May-1989 |
bostic |
date and time created 89/05/27 10:55:21 by bostic |
38137 | 27-May-1989 |
bostic |
Berkeley specific copyright |
38110 | 23-May-1989 |
bostic |
there's no way to distinguish between EOF and syntax error |
38068 | 18-May-1989 |
bostic |
move to compatibility library, make ANSI compliant, remove fgets(3) |
38067 | 18-May-1989 |
bostic |
break out gets; make ANSI C compatible |
38066 | 18-May-1989 |
kfall |
date and time created 89/05/18 19:10:09 by kfall |
38053 | 18-May-1989 |
bostic |
add Berkeley specific copyright notice |
38049 | 17-May-1989 |
bostic |
date and time created 89/05/17 22:49:21 by bostic |
38045 | 17-May-1989 |
bostic |
POSIX.1 specified time(2); it's not going away |
38039 | 17-May-1989 |
bostic |
pluralize it... |
38038 | 17-May-1989 |
bostic |
move to compatibility library |
38037 | 17-May-1989 |
bostic |
use #define, not constant |
37901 | 11-May-1989 |
bostic |
increase buffer to 128 |
37776 | 10-May-1989 |
bostic |
store both chars in register to force optimization; Chris's version |
37460 | 20-Apr-1989 |
bostic |
if kernel returns NULL string, return NULL to user; KNF |
37423 | 14-Apr-1989 |
bostic |
update for ANSI printf, plus some reworking; from Chris Torek |
37385 | 10-Apr-1989 |
bostic |
add errno definition here, instead of perror |
37379 | 10-Apr-1989 |
bostic |
put in obsoletion notice |
37346 | 09-Apr-1989 |
bostic |
add Sun flags to correct deficiencies in X3J11 spec |
37345 | 09-Apr-1989 |
bostic |
do it the way Sun did it, I think it's right for S5, too (sigh) |
37344 | 09-Apr-1989 |
bostic |
do it the way Sun did it, I think it's right for S5, too (sigh) |
37341 | 09-Apr-1989 |
bostic |
separate strerror() and make perror() call it. |