use bb_fflush_stdout_and_exit instead of exit
[oweals/busybox.git] / coreutils / env.c
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...