Age | Commit message (Expand) | Author |
2008-04-27 | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko |
2008-04-11 | build system: use POSIX options only for cp | Denis Vlasenko |
2007-10-11 | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko |
2007-09-25 | cp: -r and -R imply -d (coreutils compat) | Denis Vlasenko |
2007-09-24 | *: kill bb_get_last_path_component, replace with two functions | Denis Vlasenko |
2007-08-25 | make copy_file() a bit easier to understand, and smaller | Denis Vlasenko |
2007-08-24 | cp,mv: simpler arg[cv] handling -> smallish code savings | Denis Vlasenko |
2007-08-18 | don't pass argc in getopt32, it's superfluous | Denis Vlasenko |
2007-07-21 | libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options | Denis Vlasenko |
2007-05-26 | usage.c: remove reference to busybox.h | Denis Vlasenko |
2007-04-10 | audit small applets and mark some of them as NOFORK. | Denis Vlasenko |
2007-03-20 | fix accumulated whitespace and indentation damage | Denis Vlasenko |
2007-03-10 | selinux support by Yuichi Nakamura <ynakam@hitachisoft.jp> (HitachiSoft) | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2006-10-21 | cp: add support for -s, -l. Fix free(nonmalloc) bug. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-04-02 | - typos: s/compatability/compatibility/g;s/compatable/compatible/g; | Bernhard Reutner-Fischer |
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley |
2005-11-01 | Fix cp /dev/null filename, and a few in-passing cleanups. | Rob Landley |
2005-04-14 | fake out support for POSIX -H and -L options since busybox cp dereferences ev... | Mike Frysinger |
2005-01-07 | cp: make -P a synonym for -d | Mike Frysinger |
2004-01-25 | Add the -r option as a synonym of -R | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2001-10-05 | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREFERENCE. | Matt Kraai |
2001-04-24 | Use generic flag names. | Matt Kraai |
2001-04-23 | Rewrite cp and mv to be SUSv2 compliant. | Matt Kraai |
2000-02-07 | A few minor updates. ;-) | Erik Andersen |
2000-01-08 | Fix cp and mv so 'cp foo/README bar' where foo and bar are directories, | Erik Andersen |
2000-01-04 | Bunches of fixes. Typos, bugs, etc. | Erik Andersen |
1999-12-29 | Fixed mv so it now does the right thing (same method used in cp). Removed | Erik Andersen |
1999-12-29 | Fixed cp so it works as God intended it to. | Erik Andersen |
1999-11-16 | Stuf | Eric Andersen |
1999-11-10 | Updates to usage, and made tar work. | Eric Andersen |
1999-10-20 | Fixed up copyright notices and such | Eric Andersen |
1999-10-19 | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen |
1999-10-18 | More stuff. | Eric Andersen |
1999-10-18 | More fixes | Eric Andersen |
1999-10-17 | Some fixes and such | Eric Andersen |
1999-10-14 | Fixed cp -[aR] and some other stuf. | Eric Andersen |
1999-10-13 | More stuff | Eric Andersen |
1999-10-12 | Latest and greatest. | Eric Andersen |
1999-10-09 | More stuff. | Eric Andersen |
1999-10-05 | Initial revision | Eric Andersen |