log toys/posix/rm.c @ 746:5caa4035c1c8

age author description
Mon, 10 Dec 2012 01:48:02 -0600 Rob Landley essat's flag not to follow symlinks isn't in the system call, and if libc is supposed to implement this as a wrapper uClibc gets it wrong. So use the stat info about symlinks instead. (Doesn't check the parent directory, but if that's read only we can't delete the file anyway so prompting is moot.)
Sat, 08 Dec 2012 02:26:56 -0600 Rob Landley Complicate the rm -i behavior to do what posix specifies.
Fri, 07 Dec 2012 06:26:21 -0600 Rob Landley New rm command.