Stop using TRUE and FALSE for exit status.
[oweals/busybox.git] / cut.c
2000-12-01 Matt KraaiStop using TRUE and FALSE for exit status.
2000-11-17 Mark WhitleyApplied patch from Brent Priddy <brent.priddy@adtran...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-08-02 Mark WhitleyMinor cleanup thingy. fprintf(stderr, ...) -> errorMsg().
2000-08-02 Mark WhitleyBrand, new version of cut. This fixes the bugs in the...
2000-07-19 Matt KraaiCentralize handling of --help.
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...