rodata cleanup. "unable to" == "cannot". -300 bytes
[oweals/busybox.git] / coreutils / stty.c
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-09-29 Denis VlasenkoYet another silly little byte saving. couldn't -> cannot
2006-09-19 Denis Vlasenkostty: fix few bugs found in testing
2006-09-19 Denis Vlasenkostty: reorder code, reducing need in forward declarations.
2006-09-19 Denis Vlasenkostty: convert "enum mode_type" into unnamed enum
2006-09-19 Denis Vlasenkostty: reduce #ifdef forest
2006-09-19 Denis Vlasenkostty: simplify linewrapping code a bit
2006-09-19 Denis Vlasenkostty: style fixes
2006-09-19 Denis Vlasenkostty: fix a longstanding FIXME (was able to die half...
2006-09-08 Denis Vlasenkofew random readability enhansements. No code changes
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-18 Rob LandleyUndo all of the ugliness and some of the bloat from...
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-19 Mike Frysingerrfelker writes in Bug 736: stty.c includes unneeded...
2006-01-30 "Vladimir N. Oleynik"removed warning "comparison between signed and unsigned...
2006-01-22 Bernhard Reutner... - add platform.h.
2004-09-15 Glenn L McGrathAdd a missing brace, patch by Hideki IWAMOTO
2003-06-20 Eric Andersenlast_patch89 from vodz:
2003-03-19 Manuel Novoa III Major coreutils update.
2002-06-06 Eric Andersenlast_patch41 from vodz to fix stty -F and similar
2001-07-12 Eric AndersenPatch from vodz:
2001-05-07 Eric AndersenPatch from Vladimir to remove testing stuff from stty
2001-03-02 Mark WhitleyApplied patch from Vladimir N. Oleynik that fixes incor...
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-18 Eric AndersenAnother patch from Vladimir to eliminate obsolete junk.
2001-02-14 Eric AndersenCommit Vladimir's latest version of stty.c. Nice work.