summaryrefslogtreecommitdiff
path: root/lib/memcoll.c
AgeCommit message (Collapse)Author
2003-09-10Include <string.h> unconditionally.Jim Meyering
2003-07-18(memcoll) [!HAVE_STRCOLL]: Clear errno.Jim Meyering
2003-06-06Include "memcoll.h", which gets us size_t and checksJim Meyering
our interface, instead of including <sys/types.h> (memcoll): Fall back on a simple algorithm using memcmp if strcoll doesn't work.
2002-01-22Include errno.h, and declare errno if not defined.Jim Meyering
(memcoll): Set errno to zero if there is no error.
2000-11-26Include sys/types.h. From Werner Almesberger.Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1999-11-04(memcoll): The two arguments cannot beJim Meyering
adjacent any more, so remove the alloca/copy workaround for that case.
1999-07-04.Jim Meyering