Sun Feb 13 19:03:30 1994  Eric Youngdale  (eric@esp22)

	* memccpy.c: Define as _memccpy, add weak memccpy.

	* strdup.c: Likewise.

	* swab.c: Likewise.

Sun Feb  6 14:51:23 1994  iBCS Development  (ibcs@longyear)

	* memccpy.c (memccpy): Removed previous rename of memccpy routine. The
	name change has been moved to include/string.h.

	* memcpy.c (memcpy): Removed previous rename of memcpy routine. Ditto.

	* memcmp.c (memcmp): Removed previous rename of memcmp routine. Ditto.

Sat Feb  5 12:19:36 1994  iBCS Development  (ibcs@longyear)

	* ffs.c (ffs): set the return type to the proper value

	* strcat.c (strcat): Corrected function to avoid extra warning

	* strcoll.c (strcoll): Defined the return type as int.

	* strcpy.c (strcpy): Corrected function to avoid extra warning.

Sun Jan 30 22:53:13 1994  Eric Youngdale  (eric@esp22)

        * Makefile: Add lib*.o target if building an ELF library.  Remove
       references to $(CWD).  Add "abort" target.

       * memccpy.c: Use memccpy instead of _ibcs_memccpy for name
       of function if not a COFF library.

       * memcmp.c: Ditto.

       * memcpy.c: Ditto.

