1. 784eb9c Use O_CLOEXEC instead of O_RDONLY to signal loopfiles_rw() to close filehandles. by Rob Landley · 10 years ago
  2. 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
  3. 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
  4. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  5. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/cmp.c]
  6. c2f62a9 Put cmp.c EOF notice on stderr by Elie De Brauwer · 12 years ago
  7. 848a033 The -s flag includes staying quiet about missing files. by Rob Landley · 12 years ago
  8. 03a8f74 Only show one normal difference (sans -l) and EOF message should go to stdout, not stderr. by Rob Landley · 12 years ago
  9. f7c1de3 More cmp.c shrinkage. by Rob Landley · 12 years ago
  10. e0bd691 Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets. by Rob Landley · 12 years ago
  11. ae079d2 Implement cmp by Timothy Elliott · 12 years ago