Update web page...
[oweals/busybox.git] / md5sum.c
2001-06-29 Eric AndersenA really nice patch from Manuel Novoa III for compile...
2001-06-23 Eric AndersenThese were broken when using dmalloc due to include...
2001-05-24 Eric AndersenFix up some signed char vs int issues that show up...
2001-04-14 Eric AndersenHandle endian-ness. Patch from Paul J.Y. Lahaie <pjlah...
2001-03-07 Matt KraaiEliminate superfluous test.
2001-02-22 Eric AndersenMake md5sum not display filename when reading stdin
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-20 Eric AndersenTurns out, md5sum was broken anyways. It uses backward...
2000-12-20 Eric AndersenFix a warning in sh.c. Remove use of getline() in...
2000-12-18 Matt KraaiChange calls to error_msg.* and strerror to use perror_...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-12-01 Eric AndersenRemove #ifdef __STDC__ junk. We don't do K&R round...
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-10-23 Matt KraaiFix error messages.
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-07-28 Pavel RoskinFixed to pass -Wundef
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-12 Matt KraaiAlways report the applet name when doing error reporting.
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...