summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 04:21:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-02-02 04:21:26 +0000
commit5b1f197948cc7701eff7ee686aaad0043ea0f7b3 (patch)
tree69f1353328849966d99237a8385da42b68ce9dc2 /cpukit/ChangeLog
parent2011-02-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-5b1f197948cc7701eff7ee686aaad0043ea0f7b3.tar.bz2
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libmisc/shell/hexdump-display.c: Eliminate bcopy, bzero, bcmp, index (Obsolete). * libmisc/shell/hexdump-parse.c: Eliminate index (Obsolete). * libmisc/shell/hexsyntax.c: Eliminate rindex (Obsolete). * libmisc/shell/main_hexdump.c: Eliminate rindex (Obsolete). * libmisc/shell/main_rm.c: Eliminate rindex (Obsolete).
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index d9a52cc947..980b5988bd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,12 @@
+2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libmisc/shell/hexdump-display.c:
+ Eliminate bcopy, bzero, bcmp, index (Obsolete).
+ * libmisc/shell/hexdump-parse.c: Eliminate index (Obsolete).
+ * libmisc/shell/hexsyntax.c: Eliminate rindex (Obsolete).
+ * libmisc/shell/main_hexdump.c: Eliminate rindex (Obsolete).
+ * libmisc/shell/main_rm.c: Eliminate rindex (Obsolete).
+
2011-02-01 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1733/cpukit