1. 7dfee8e Remove debug detritus I didn't mean to to check in, and treat an "this variable can never actually be used uninitialized but gcc's warning generator can't tell and fails spamwards" warning. by Rob Landley · 10 years ago
  2. 0369ba5 date: add -ds, document +FORMAT escapes. by Rob Landley · 10 years ago
  3. 6c64f5f Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. by Rob Landley · 10 years ago
  4. 931425c roadmap: describe glibc commands. by Isaac Dunham · 10 years ago
  5. 669f332 Fix date setting, and fluff out help text a bit. by Rob Landley · 10 years ago
  6. 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
  7. 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
  8. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  9. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/date.c]
  10. 6d87819 Add date -r, make -u work even when /etc/localtime set, and lots of cleanup/refactoring. by Rob Landley · 12 years ago
  11. 18b14e5 Largely cosmetic code cleanups. by Rob Landley · 12 years ago
  12. 26d35be Add date command by Andre Renaud. by Rob Landley · 12 years ago