aboutsummaryrefslogtreecommitdiffstats
path: root/lib/memcoll.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-08-21Remove from CVS, since the bootstrap script generates them automatically.Paul Eggert1-97/+0
2006-08-16(memcoll): Set errno = 0 in the shortcut case, too.Paul Eggert1-1/+4
2006-08-14(memcoll): Optimize for the common case where thePaul Eggert1-28/+37
arguments are bytewise equal.
2005-09-22Sync from gnulib.Paul Eggert1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2004-08-02Update copyright.Paul Eggert1-1/+1
2004-08-02(errno): Remove decl; we now assume C89 or better.Paul Eggert1-4/+0
2003-09-10Include <string.h> unconditionally.Jim Meyering1-3/+1
2003-07-18(memcoll) [!HAVE_STRCOLL]: Clear errno.Jim Meyering1-0/+1
2003-06-06Include "memcoll.h", which gets us size_t and checksJim Meyering1-5/+16
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 Meyering1-3/+9
(memcoll): Set errno to zero if there is no error.
2000-11-26Include sys/types.h. From Werner Almesberger.Jim Meyering1-0/+2
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering1-1/+1
2000-07-09update copyright dateJim Meyering1-1/+1
1999-11-04(memcoll): The two arguments cannot beJim Meyering1-42/+5
adjacent any more, so remove the alloca/copy workaround for that case.
1999-07-04.Jim Meyering1-0/+108