getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / md5_sha1_sum.c
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-28 Denis VlasenkoTried to find sha1_crypt - nope... ok, save few bytes...
2006-08-06 Rob LandleyTeach md5sum and sha1sum to work the way other applets...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-26 Rob LandleyPatch from Shaun Jackman, set optind by hand if we...
2006-05-16 Rob LandleyMake md5 calculation always go through an the buffer...
2006-05-10 Bernhard Reutner... - typo in error-message: s/algotithm/algorithm
2006-02-21 Rob LandleyPatch from Devin Bayer to split up hash_fd.c into md5...
2005-12-15 Rob LandleyEliminate unnecessary allocation from md5sum that was...
2005-10-27 Bernhard Reutner... - Matthias Wenzel writes:
2005-06-24 Mike Frysingertweak signed/unsigned char usage to avoid mismatches
2005-04-30 Rob LandleyOn Wednesday 13 April 2005 09:12 pm, Shaun Jackman...
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-27 Eric Andersens/fileno\(stdin\)/STDIN_FILENO/g
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-22 Glenn L McGrathReturn 1 upon failure
2003-11-20 Glenn L McGrathFix up the -s option, and make usage consitent with...
2003-11-18 Glenn L McGrathwoops, we needed that function
2003-11-18 Glenn L McGrathOnly use getopt and associated flags if checking is...
2003-11-10 Glenn L McGrathMerge common parts of sha1sum and md5sum, which is...