Larry Doolittle writes:
[platform/upstream/busybox.git] / coreutils / expr.c
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-02-01 Manuel Novoa III Use bb_xstrdup() instead of strdup().
2004-01-25 Manuel Novoa III Be stricter when converting strings to integers. Shoul...
2003-09-08 Glenn L McGrathPatch from Jean Wolter
2003-08-29 Glenn L McGrathvodz, last patch 103
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-19 Robert GrieblApplied vodz' patches #49 and #50 (with a small correct...
2001-10-31 Eric AndersenFixup some silly prototype warnings
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-03-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-09 Mark WhitleyAdded some more '/* getopt not needed */' lines.
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-27 Eric AndersenFix header file usage -- there were many unnecessary...
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-05 Eric AndersenAdded expr, from Edward Betts <edward@debian.org>,...