aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-1/+1
* attempt to regularize atoi mess.vda2006-10-081-20/+16
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-291-1/+1
* stty: fix few bugs found in testingvda2006-09-191-25/+27
* stty: reorder code, reducing need in forward declarations.vda2006-09-191-211/+198
* stty: convert "enum mode_type" into unnamed enumvda2006-09-191-157/+169
* stty: reduce #ifdef forestvda2006-09-191-52/+45
* stty: simplify linewrapping code a bitvda2006-09-191-55/+33
* stty: style fixesvda2006-09-191-102/+93
* stty: fix a longstanding FIXME (was able to die half-way setting term params)vda2006-09-191-171/+241
* few random readability enhansements. No code changesvda2006-09-081-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-35/+1
* Undo all of the ugliness and some of the bloat from 15412.landley2006-06-181-2/+2
* - reuse strings and messages. Saves about 600Baldot2006-06-071-7/+7
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-5/+8
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-2/+2
* rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.hvapier2006-02-191-1/+0
* removed warning "comparison between signed and unsigned". Reduced sizevodz2006-01-301-43/+41
* - add platform.h.aldot2006-01-221-10/+3
* Add a missing brace, patch by Hideki IWAMOTObug12004-09-151-0/+1
* last_patch89 from vodz:andersen2003-06-201-36/+35
* Major coreutils update.mjn32003-03-191-287/+206
* last_patch41 from vodz to fix stty -F and similarandersen2002-06-061-3/+22
* Patch from vodz:andersen2001-07-121-1/+1
* Patch from Vladimir to remove testing stuff from sttyandersen2001-05-071-67/+0
* Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour inmarkw2001-03-021-249/+301
* It turns out that DODMALLOC was broken when I reorganized busybox.handersen2001-02-201-1/+1
* Another patch from Vladimir to eliminate obsolete junk.andersen2001-02-181-2/+1
* Commit Vladimir's latest version of stty.c. Nice work.andersen2001-02-141-0/+1392