46613 | 24-Feb-1991 |
bostic |
Add include files to get prototype declarations, and fix bugs found. |
46612 | 24-Feb-1991 |
bostic |
typo |
46610 | 24-Feb-1991 |
bostic |
bcmp, bzero take void *, not char * |
46609 | 24-Feb-1991 |
bostic |
bcopy takes a void *, not a char * |
46144 | 26-Jan-1991 |
bostic |
stdc.h -> cdefs.h |
46041 | 19-Jan-1991 |
bostic |
typo on %l |
45695 | 04-Dec-1990 |
bostic |
note that %s is an extension |
45693 | 04-Dec-1990 |
bostic |
make a copy, mktime.3 modifies the tm struct |
45668 | 30-Nov-1990 |
bostic |
add %s for number of seconds since the Epoch |
44345 | 27-Jun-1990 |
karels |
optimize for machines other than the Cray (infinite loop takes too long) |
44275 | 25-Jun-1990 |
bostic |
Chris hadn't tested another one |
43634 | 24-Jun-1990 |
bostic |
change length to size_t; make sure length of 0 still works |
43632 | 24-Jun-1990 |
bostic |
forgot the links for the strn* routines |
43631 | 24-Jun-1990 |
bostic |
fold strn{casecmp,cat,cmp,cpy}.3 into str{casecmp,cat,cmp,cpy}.3 |
43629 | 24-Jun-1990 |
bostic |
fold strn{casecmp,cat,cmp,cpy}.3 into str{casecmp,cat,cmp,cpy}.3 |
43628 | 24-Jun-1990 |
bostic |
fold in strncat.3 |
43627 | 24-Jun-1990 |
bostic |
fold strncmp(3) into the manual page |
43626 | 24-Jun-1990 |
bostic |
typo, strcoll, not strcmp |
43625 | 24-Jun-1990 |
bostic |
handle really big numbers |
43624 | 24-Jun-1990 |
bostic |
strerror returns a char * |
43620 | 24-Jun-1990 |
bostic |
cleanup, strlen returns size_t, strsep arg1 is char ** |
43567 | 23-Jun-1990 |
trent |
new copyright notice |
43519 | 23-Jun-1990 |
bostic |
date and time created 90/06/23 16:23:39 by bostic |
43489 | 23-Jun-1990 |
bostic |
build strrchr out of rindex |
43488 | 23-Jun-1990 |
bostic |
build strchr out of index |