2014-05-19 |
Denys Vlasenko | Add conditional support for -v / --verbose |
blob | commitdiff | raw |
2012-05-06 |
Simon B | mv: accept but ignore -v |
blob | commitdiff | raw | diff to current |
2011-06-05 |
Denys Vlasenko | *: remove "Options:" string from help texts |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Denys Vlasenko | whitespace cleanup |
blob | commitdiff | raw | diff to current |
2010-10-27 |
Denys Vlasenko | Merge branch 'master' of git+ssh://busybox.net/var... |
blob | commitdiff | raw | diff to current |
2010-10-26 |
Denys Vlasenko | mv: implement -n option |
blob | commitdiff | raw | diff to current |
2010-08-16 |
Denys Vlasenko | *: make GNU licensing statement forms more regular |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Denys Vlasenko | *: use "can't" instead of "cannot" |
blob | commitdiff | raw | diff to current |
2008-07-12 |
Denis Vlasenko | mv: fix a case when we move dangling symlink |
blob | commitdiff | raw | diff to current |
2008-04-22 |
Denis Vlasenko | whitespace fixes. no code changes |
blob | commitdiff | raw | diff to current |
2008-03-28 |
Denis Vlasenko | copy_file: handle "cp /dev/foo file" (almost) compatibl... |
blob | commitdiff | raw | diff to current |
2008-03-23 |
Denis Vlasenko | patch: shrink by Pascal Bellard <pascal.bellard AT... |
blob | commitdiff | raw | diff to current |
2007-11-16 |
Bernhard Reutner... | - use standard-imposed constants some more |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Denis Vlasenko | add -fvisibility=hidden to CC flags, mark XXX_main... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Denis Vlasenko | *: kill bb_get_last_path_component, replace with two... |
blob | commitdiff | raw | diff to current |
2007-08-24 |
Denis Vlasenko | cp,mv: simpler arg[cv] handling -> smallish code savings |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Denis Vlasenko | don't pass argc in getopt32, it's superfluous |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Denis Vlasenko | trylink: produce even more info about final link stage |
blob | commitdiff | raw | diff to current |
2007-07-24 |
Denis Vlasenko | Replace index_in_[sub]str_array with index_in_[sub... |
blob | commitdiff | raw | diff to current |
2007-07-23 |
Denis Vlasenko | rework long option handling. saves ~1.2k |
blob | commitdiff | raw | diff to current |
2007-05-31 |
Denis Vlasenko | use "glibc errno" trick not only for ash, but for entir... |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Denis Vlasenko | usage.c: remove reference to busybox.h |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Denis Vlasenko | fix accumulated whitespace and indentation damage |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Denis Vlasenko | selinux support by Yuichi Nakamura <ynakam@hitachisoft... |
blob | commitdiff | raw | diff to current |
2007-02-03 |
Denis Vlasenko | suppress warnings about easch <applet>_main() having |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Denis Vlasenko | style cleanup: return(a) -> return a, part 2 |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Denis Vlasenko | cp: add support for -s, -l. Fix free(nonmalloc) bug. |
blob | commitdiff | raw | diff to current |
2006-10-03 |
Denis Vlasenko | getopt_ulflags -> getopt32. |
blob | commitdiff | raw | diff to current |
2006-07-12 |
"Robert P. J. Day" | Add one-line GPL boilerplate to numerous (but not all... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Bernhard Reutner... | - add central knob to turn off getopt_long everywhere... |
blob | commitdiff | raw | diff to current |
2006-03-06 |
Rob Landley | Robert P. Day removed 8 gazillion occurrences of "exter... |
blob | commitdiff | raw | diff to current |
2005-09-11 |
Rob Landley | Cleanup patch by Bernhard Fischer, removing unnecessary... |
blob | commitdiff | raw | diff to current |
2005-09-05 |
"Vladimir N. Oleynik" | 1) bb_opt_complementaly -> bb_opt_complementally |
blob | commitdiff | raw | diff to current |
2005-07-20 |
Rob Landley | If /tmp and /home were different partitions, then ... |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Eric Andersen | Remove trailing whitespace. Update copyright to includ... |
blob | commitdiff | raw | diff to current |
2004-02-21 |
Glenn L McGrath | Use return instead of exit, use == instead of & ==... |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Andersen | last_patch89 from vodz: |
blob | commitdiff | raw | diff to current |
2003-03-19 |
Manuel Novoa III | Major coreutils update. |
blob | commitdiff | raw | diff to current |
2001-10-05 |
Matt Kraai | Invert FILEUTILS_PRESERVE_SYMLINKS into FILEUTILS_DEREF... |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Matt Kraai | Rewrote rm. |
blob | commitdiff | raw | diff to current |
2001-04-24 |
Matt Kraai | Use generic flag names. |
blob | commitdiff | raw | diff to current |
2001-04-23 |
Matt Kraai | Rewrite cp and mv to be SUSv2 compliant. |
blob | commitdiff | raw | diff to current |
2000-02-07 |
Erik Andersen | A few minor updates. ;-) |
blob | commitdiff | raw |
2000-01-08 |
Erik Andersen | Fix cp and mv so 'cp foo/README bar' where foo and... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Erik Andersen | Fixed mv so it now does the right thing (same method... |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Erik Andersen | Fixed cp so it works as God intended it to. |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Eric Andersen | Stuf |
blob | commitdiff | raw | diff to current |
1999-11-10 |
Eric Andersen | Updates to usage, and made tar work. |
blob | commitdiff | raw | diff to current |
1999-10-20 |
Eric Andersen | Fixed up copyright notices and such |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Eric Andersen | More fixes |
blob | commitdiff | raw | diff to current |
1999-10-17 |
Eric Andersen | Some fixes and such |
blob | commitdiff | raw | diff to current |
1999-10-09 |
Eric Andersen | More stuff. |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Eric Andersen | more stuff |
blob | commitdiff | raw | diff to current |
1999-10-05 |
Eric Andersen | Initial revision 0_29alpha2 |
blob | commitdiff | raw | diff to current |
|