Add one-line GPL boilerplate to numerous (but not all yet) source files.
[oweals/busybox.git] / coreutils / expr.c
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-01-30 Eric Andersenclean up yet more annoying signed/unsigned mismatches...
2006-01-25 "Vladimir N. Oleynik"support 64 arith. Close bug 136
2006-01-25 Tim Rikerjust whitespace
2005-09-29 "Vladimir N. Oleynik"change interface to bb_xasprintf() - more perfect for me.
2005-05-09 Rob LandleyPatch from Shaun Jackman:
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>,...