1. 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
  2. 3514b03 Clean up sha1sum, make it use global union properly. by Rob Landley · 12 years ago
  3. f91b7c8 Regularize command headers, update links to standards documents. by Rob Landley · 12 years ago
  4. 3a9241a Move commands into "posix", "lsb", and "other" menus/directories. by Rob Landley · 12 years ago[Renamed from toys/sha1sum.c]
  5. 55928b1 Move NEWTOY() list from end of toylist.h to generated/newtoys.h. by Rob Landley · 17 years ago
  6. 2896480 Zap toys/Config.in and instead create generated/Config.in from contents of by Rob Landley · 17 years ago
  7. 64d2e82 Minor cleanups to sha1sum. by Rob Landley · 17 years ago
  8. ce6750a Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. by Rob Landley · 17 years ago[Renamed (71%) from toys/sha1.c]
  9. efda21c Change command main() functions to return void, and exit(toys.exitval) from by Rob Landley · 17 years ago
  10. 57389ec Re-roll loop, making code smaller. Also localize all the crypto information by Rob Landley · 17 years ago
  11. f198082 Untangle algorithm: use uint64_t for count, move union into struct, use struct by Rob Landley · 17 years ago
  12. 0a22c5c More cleanup: consistent indents, uint32_t, rename functions and structs, by Rob Landley · 17 years ago
  13. b911de3 Whitespace change: 4 spaces become one tab. by Rob Landley · 17 years ago
  14. 9fe9901 Minimal changes to make it actually work on an x86-64 host. by Rob Landley · 17 years ago
  15. 509dd14 Start with public domain SHA-1 in C by Steve Reid <steve@edmweb.com> by Rob Landley · 17 years ago