aboutsummaryrefslogtreecommitdiff
path: root/coreutils/stty.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-301-32/+7
* stty: disable CIBAUD leak check - it is not necessary on LinuxDenys Vlasenko2013-05-171-1/+6
* stty: code shrinkDenys Vlasenko2013-05-171-30/+29
* whitespace cleanup. no code changesDenys Vlasenko2013-01-141-1/+1
* stty: trim too verbose error messages (-40 bytes)Denys Vlasenko2011-10-211-5/+7
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+11
* stty: cosmetic fix to settings table; no code changesDenys Vlasenko2011-01-261-10/+10
* stty: enable line discipline display and change code if __linix__Denys Vlasenko2011-01-241-5/+6
* stty: make swtch and iutf8 visible/settableDenys Vlasenko2011-01-241-0/+13
* *: whitespace fixesDenys Vlasenko2010-10-281-3/+3
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* stty: sort out preprocessor conditionalsJeremie Koenig2010-08-011-125/+214
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* stty: code shrink -44 bytesDenys Vlasenko2009-12-111-20/+27
* stty: fix columns command. closes bug 791.Denys Vlasenko2009-12-111-0/+1
* *: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko2009-11-281-3/+5
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-10/+2
* add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer2009-10-271-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-061-1/+1
* move libc related stuff out of platform.hDenys Vlasenko2009-07-081-4/+0
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+4
* mdev: Rob's #if forest removalDenis Vlasenko2009-04-191-3/+3
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-5/+4
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....Denis Vlasenko2008-01-271-20/+4
* stty: reorganize data tables - save 0.5kDenis Vlasenko2007-11-241-151/+376
* stty: mark variable as staticDenis Vlasenko2007-11-181-1/+1
* 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