1. aab9164 Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from by Rob Landley · 9 years ago
  2. 0d39f2f install -D bugfix from David Halls. by Rob Landley · 9 years ago
  3. 9ff639c Make install support numeric uid/gids (reported by Kylie McClain). by Rob Landley · 9 years ago
  4. 30c36d8 Patches from Elliott Hughes to fix various printf() format strings. by Rob Landley · 9 years ago
  5. 54c7127 Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it. by Rob Landley · 9 years ago
  6. 5834ddd When CP_MORE was disabled, the d flag was still in the [-exclusion] list at the end and option parsing fell off the end looking for it (segfault) if DEBUG wasn't enabled to check for that. by Rob Landley · 9 years ago
  7. c2d6740 Decouple cp and mv so mv uses its own --help text. by Rob Landley · 9 years ago
  8. f6c28b6 As long as Android's going to require fortify, fixup the warnings it generates. by Rob Landley · 10 years ago
  9. 1796626 Fix last night's mv commit (use dest, not source). by Rob Landley · 10 years ago
  10. 3dfb15f Implement mv -f and -i. by Rob Landley · 10 years ago
  11. 3d56716 Various bugfixes (mostly resource leaks) from Ashwini Sharma's static analysis, plus occasional tweak by me while reviewing them. by Rob Landley · 10 years ago
  12. 360d57f Split xpopen() into xpopen_both(), xpopen(), and xrun() depending on whether we want to redirect both, one, or neither of stdin/stdout. by Rob Landley · 10 years ago
  13. c164960 Add cp -F to force delete of existing destination files, and make install command use that. by Rob Landley · 10 years ago
  14. 5cf4bd1 Add install to cp/mv. by Rob Landley · 10 years ago
  15. fec3fd1 Move DIRTREE_COMEAGAIN second callback up to when the filehandle is still open, and add dir->again variable to distinguish second call instead of checking for -1 filehandle. by Rob Landley · 10 years ago
  16. fbe5dda Implement -HL for cp. by Rob Landley · 10 years ago
  17. 5486075 Tweak help text. by Rob Landley · 10 years ago
  18. 59d85e2 Rename xmsprintf() to just xmprintf(). by Rob Landley · 10 years ago
  19. b56e7d5 Need to specify bool for CP_MV_MORE config symbol to avoid warnings. by Rob Landley · 11 years ago
  20. 1f3c42d Implement mv as an extension of cp. by Rob Landley · 11 years ago
  21. 865afc5 Implement cp -s option. by Rob Landley · 11 years ago
  22. 2279108 Fix -in behavior: descend into existing directory without prompting, show full path in error messages, actually overwrite when answering yes to -i. by Rob Landley · 11 years ago
  23. 5ddc312 Adjust umask(0) for cp -p so mknod doesn't have to try to fchmodat() without the unsupported symlink nofollow flag. by Rob Landley · 11 years ago
  24. 6be5ac6 Make "sudo cp -rp /dev/null blah" work. Still not happy with it, fchmodat(AT_SYMLINK_NOFOLLOW) doesn't work (there's a glibc bug open for this. It's really a missing kernel syscall, but glibc fails without ever making any syscall if you feed it that flag, which isn't helpful). by Rob Landley · 11 years ago
  25. ae6a84b Update -p and -f to apply properly to various conditions. Still some bugs to squeeze out but this gets the infrastructure mostly right (and does away with the remaining gotos). by Rob Landley · 11 years ago
  26. 8d84a99 Teach cp to do -n. by Rob Landley · 11 years ago
  27. c428b54 Teach cp to do mknod. by Rob Landley · 11 years ago
  28. c0f11f3 Adapt cp to updated dirtree code. by Rob Landley · 11 years ago
  29. 7aa651a Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. by Rob Landley · 12 years ago
  30. c0e56ed New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. by Rob Landley · 12 years ago
  31. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  32. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/cp.c]
  33. e495a7a cp doesn't really need the optstring + logic. Still needs to be updated for new dirtree, though. by Rob Landley · 12 years ago
  34. eb7ea22 Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.) by Rob Landley · 12 years ago
  35. 9317c06 Comment and whitespace tweaks. by Rob Landley · 12 years ago
  36. f793d53 Upgrade yesno() and make cp -i use it. by Rob Landley · 12 years ago
  37. bef57ed Implemented -i for cp by Bryce Fricke · 12 years ago
  38. b29d74e Silence really boring compiler warning. by Luis Felipe Strano Moraes · 12 years ago
  39. 7471b56 Shut up some new aggressively stupid warnings gcc 4.3 produces. by Rob Landley · 16 years ago
  40. f639c65 We don't open a destination filehandle for symlinks, so xclose() would barf. by Rob Landley · 16 years ago
  41. dd4d83e Add -v to cp. by Rob Landley · 16 years ago
  42. 50c8c02 Another cp -r fix, another test case... by Rob Landley · 16 years ago
  43. 5ba6663 Update cp -r to work better, add relevant tests to test suite. by Rob Landley · 16 years ago
  44. 4416cae Fix -r logic, it needs both source and dest paths explicitly stated. by Rob Landley · 16 years ago
  45. de69527 Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi by Rob Landley · 16 years ago
  46. 7f184fa Make cp pass most of its test suite. Still need to add symlink support. by Rob Landley · 16 years ago
  47. 6e6871c Add first pass at cp, totally untested, unlikely to work yet. :) by Rob Landley · 16 years ago