From: Jim Meyering Date: Sun, 29 Jan 1995 05:34:15 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b968f43e9508fc16e225b749ce3368071630065a;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 51d0693a0f..ae678ca87a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -2,11 +2,13 @@ Sat Jan 28 07:07:23 1995 Jim Meyering (meyering@comco.com) * cat.c (cat): Use memmove rather than bcopy. * csplit.c (load_buffer): Use memcpy rather than bcopy. + (extract_regexp): Use strrchr, not rindex. * fmt.c (isopen, isclose, isperiod): Use strchr, not index. (flush_paragraph): Use memmove instead of bcopy. * fold.c (fold_file): Use memmove instead of bcopy. * od.c (decode_format_string): Use memmove instead of bcopy. [EQUAL_BLOCKS]: Use memcmp, not bcmp. + (parse_old_offset): Use strchr, not index. (dump): Use memset, not bzero. * sort.c (checkfp, mergefps): Use memcpy instead of bcopy. (fillbuf): Use memmove instead of bcopy.