1. 0f8c4c5 Add TOYFLAG_UMASK. by Rob Landley · 18 years ago
  2. b1aaba1 Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() by Rob Landley · 18 years ago
  3. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 18 years ago
  4. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 18 years ago
  5. 07c78d3 Make touch work reliably when file doesn't exist and clean up headers a bit. by Rob Landley · 18 years ago
  6. 5c67e35 Update links and add some more spec comments. by Rob Landley · 18 years ago
  7. fece5cb Add comments about SUSv3 specs (or lack thereof). by Rob Landley · 18 years ago
  8. 7abb976 Minor cleanups/tweaks to touch. by Rob Landley · 18 years ago
  9. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 18 years ago
  10. 00ee268 Simplify touch -l slightly. by Rob Landley · 18 years ago
  11. 627dc77 Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion. by Charlie Shepherd · 18 years ago
  12. ded91bd Don't error on stat success, and create files with a sensible mode instead of 000 by Charlie Shepherd · 18 years ago
  13. d42ed83 Use builtin functions to simplify some code in touch by Charlie Shepherd · 18 years ago
  14. 8ae467c Patch from Charlie Shepherd: Implement touch, set the default in Config.in to by Rob Landley · 18 years ago
  15. 56dac2a Add a dummy "touch" to make it all build again. by Rob Landley · 18 years ago