summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_mv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-10-021-0/+1
| | | | | | | | * libmisc/shell/main_cp.c, libmisc/shell/main_ls.c, libmisc/shell/main_mv.c, libmisc/shell/main_netstats.c, libmisc/shell/main_rm.c, libmisc/shell/shell_script.c: Newlib > 1.16.0 requires __need_getopt_newlib to be defined to get visibility on the reentrancy extensions.
* Include "config.h".Ralf Corsepius2008-08-211-0/+4
|
* 2008-08-07 Chris Johns <chrisj@rtems.org>Chris Johns2008-08-071-0/+486
* 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.