summaryrefslogtreecommitdiff
path: root/coreutils/stty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* stty: incorporate strings into struct instead of keeping pointers there.Denis Vlasenko2007-10-111-85/+123
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-3/+3
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-29/+29
* multiplier suffixes are short, store them directly in struct suffix_multDenis Vlasenko2007-07-271-4/+4
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-12/+10
* Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...Denis Vlasenko2007-06-251-2/+2
* whitespace fixesDenis Vlasenko2007-05-301-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)Denis Vlasenko2007-04-191-15/+16
* style fixes. No code changes.Denis Vlasenko2007-04-101-3/+3
* add some missed statics on constant objects.Denis Vlasenko2007-04-081-9/+9
* - remove some bss users.Bernhard Reutner-Fischer2007-04-041-17/+22
* - fix buglet introduced in r17351 in find_param(). Closes #1193Bernhard Reutner-Fischer2007-02-041-4/+5
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* - reinstate paranoia check in wrapf().Bernhard Reutner-Fischer2007-01-181-2/+3
* stop using global variable needlesslyDenis Vlasenko2007-01-181-28/+30
* - remove superfluous define that expanded to "!strcmp"Bernhard Reutner-Fischer2007-01-171-22/+3
* - reuse return code of vsnprintf to avoid pulling in strlenBernhard Reutner-Fischer2007-01-171-3/+3
* - merge display_changed() and display_all()Bernhard Reutner-Fischer2007-01-171-69/+22
* - peruse get_terminal_width_height and remove legacy code for ancientBernhard Reutner-Fischer2007-01-171-69/+10
* - rewrite find_param to use index_in_str_arrayBernhard Reutner-Fischer2007-01-171-1/+21
* - manually inline tty_value_to_baud and remove string_to_baud_or_dieBernhard Reutner-Fischer2007-01-171-10/+5
* - constify some read-only members and remove superfluous castsBernhard Reutner-Fischer2007-01-171-12/+11
* - reuse option_mask32 for state-handling in mainBernhard Reutner-Fischer2007-01-171-36/+33
* stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -Denis Vlasenko2007-01-121-0/+3
* stty: rearrange functions, avoiding the need in forward declarations.Denis Vlasenko2007-01-121-386/+374
* stty: fix width of a field for ppc32Denis Vlasenko2007-01-011-9/+14
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-20/+16
* Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko2006-09-291-1/+1
* stty: fix few bugs found in testingDenis Vlasenko2006-09-191-25/+27
* stty: reorder code, reducing need in forward declarations.Denis Vlasenko2006-09-191-211/+198
* stty: convert "enum mode_type" into unnamed enumDenis Vlasenko2006-09-191-157/+169
* stty: reduce #ifdef forestDenis Vlasenko2006-09-191-52/+45
* stty: simplify linewrapping code a bitDenis Vlasenko2006-09-191-55/+33
* stty: style fixesDenis Vlasenko2006-09-191-102/+93
* stty: fix a longstanding FIXME (was able to die half-way setting term params)Denis Vlasenko2006-09-191-171/+241
* few random readability enhansements. No code changesDenis Vlasenko2006-09-081-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-35/+1
* Undo all of the ugliness and some of the bloat from 15412.Rob Landley2006-06-181-2/+2
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-7/+7
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-5/+8
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
* rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.hMike Frysinger2006-02-191-1/+0
* removed warning "comparison between signed and unsigned". Reduced size"Vladimir N. Oleynik"2006-01-301-43/+41
* - add platform.h.Bernhard Reutner-Fischer2006-01-221-10/+3
* Add a missing brace, patch by Hideki IWAMOTOGlenn L McGrath2004-09-151-0/+1
* last_patch89 from vodz:Eric Andersen2003-06-201-36/+35
* Major coreutils update.Manuel Novoa III2003-03-191-287/+206