diff options
author | Jim Meyering <jim@meyering.net> | 1995-01-29 05:34:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-01-29 05:34:15 +0000 |
commit | b968f43e9508fc16e225b749ce3368071630065a (patch) | |
tree | 7f1b6aedf1b8d1921ffed1f71cda814f866ad317 /old | |
parent | 5695b2f051f107d6651930bb1822af9dc84fa41d (diff) | |
download | coreutils-b968f43e9508fc16e225b749ce3368071630065a.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 51d0693a0..ae678ca87 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. |