From 8192e4ff6139a599d38e7df8a4d27f12144cfad8 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 7 Aug 2008 02:23:11 +0000 Subject: 2008-08-07 Chris Johns * libcsupport/src/_rename_r.c: Fixed return code bug. Add a check to see if the 'to' path was a directory and removed the directory. * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added the mv command. * libmisc/shell/main_mv.c, libmisc/shell/pathnames-mv.h: New. --- cpukit/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index ea11c91d4b..03867742fb 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,12 @@ +2008-08-07 Chris Johns + + * libcsupport/src/_rename_r.c: Fixed return code bug. Add a check + to see if the 'to' path was a directory and removed the directory. + + * libmisc/Makefile.am, libmisc/shell/shellconfig.h: Added the mv command. + + * libmisc/shell/main_mv.c, libmisc/shell/pathnames-mv.h: New. + 2008-08-06 Chris Johns * libblock/src/bdbuf.c: PR1272. Fixed similar possible issues in -- cgit v1.2.3