getopt_ulflags -> getopt32.
[oweals/busybox.git] / coreutils / env.c
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-10-03 Denis Vlasenkorunit/chpst: "change process state" utility
2006-08-20 Bernhard Reutner... - merge -r15463:15564 from busybox_scratch branch throu...
2006-07-12 "Robert P. J. Day"Add one-line GPL boilerplate to numerous (but not all...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-22 Rob LandleyPatch from Denis Vlasenko to constify things and fix...
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2004-04-16 Eric AndersenThats odd. I guess this was cut-n-paste error, but...
2004-04-14 Eric AndersenLarry Doolittle writes:
2003-11-07 Eric AndersenAs vodz pointed out, setting unset_env to NULL is suffi...
2003-11-03 Eric AndersenSet unset_env pointing to a NULL item, to prevent us...
2003-07-28 Eric Andersenlast_patch98 from vodz:
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2001-05-16 Matt KraaiChange 'printf("%s\n", ...)' into 'puts(...)'. Noted...
2001-05-11 Matt KraaiCheck that putenv succeeded, suggested by Jonas Holmberg.
2001-05-11 Matt KraaiFix handling of '-' option and way that variables are...
2001-03-29 Eric AndersenAdd in a new standalone env applet for fixing up app...