From: Jim Meyering Date: Sat, 28 Jan 1995 04:58:03 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~317 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3794d3b8ade648b1caed3aedce4142ee49368541;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 09647284b0..243a75dfd5 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,10 @@ + * cat.c (cat): Use memmove rather than bcopy. + * csplit.c (load_buffer): Use memcpy rather than bcopy. + * fmt.c (isopen, isclose, isperiod): Use strchr, not index. + (flush_paragraph): Use memmove instead of bcopy. + + * lib/Makefile.in (SOURCES): Add memmove.c + Tue Jan 24 22:18:19 1995 Jim Meyering (meyering@comco.com) * fmt.c (copy_rest): Replace `||' with `&&'. Before, a paragraph