lib/memcoll.c


Log

Author Commit Date CI Message
Paul Eggert 1c613429 2003-07-18T17:49:25 (memcoll) [!HAVE_STRCOLL]: Clear errno.
Paul Eggert 92295bc4 2003-06-04T19:22:29 .h files should stand alone, but we shouldn't include <sys/types.h> if we can get away with just <stddef.h>.
Paul Eggert 45d311ec 2002-12-31T22:11:34 (memcoll): Fall back on a simple algorithm using memcmp if strcoll doesn't work.
Bruno Haible 1d94e291 2002-12-31T13:01:56 Don't use strcoll if it is broken.
Jim Meyering 9690d2ed 2002-01-22T07:56:44 Include errno.h, and declare errno if not defined. (memcoll): Set errno to zero if there is no error.
Jim Meyering 9140ea4d 2000-11-26T16:52:29 Include sys/types.h. From Werner Almesberger.
Jim Meyering 89f2b489 2000-08-07T15:48:18 back out Copyright date changes for files with no changes year
Jim Meyering d349992d 2000-07-09T07:22:43 update copyright date
Jim Meyering a58d5190 1999-11-04T23:13:12 (memcoll): The two arguments cannot be adjacent any more, so remove the alloca/copy workaround for that case.
Jim Meyering 8b13b403 1999-07-04T10:38:37 .