config: more tweaks
[oweals/busybox.git] / coreutils / stty.c
2018-12-28 Denys Vlasenkoconfig: update size information
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2017-09-18 Denys Vlasenkostty: add cmspar, flusho, extproc attributes
2017-08-06 Denys Vlasenkosv,svc: fix NOEXEC fallout
2017-08-06 Denys Vlasenkostty: fix bb_common_bufsiz1 use in NOEXEC
2017-08-04 Denys Vlasenkostty: make in NOEXEC
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2016-11-23 Denys VlasenkoConvert all coreutils/* applets to "new style" applet...
2016-04-22 Denys Vlasenko*: slap on a few ALIGN1/2s where appropriate
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-22 Denys Vlasenkolibbb: factor out code which queries screen width
2013-07-30 Bartosz GolaszewskiRefactor catv. Move visible() from stty to libbb.
2013-05-17 Denys Vlasenkostty: disable CIBAUD leak check - it is not necessary...
2013-05-17 Denys Vlasenkostty: code shrink
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-10-21 Denys Vlasenkostty: trim too verbose error messages (-40 bytes)
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-03-31 Pere Orgamove help text from include/usage.src.h to coreutils/*.c
2011-01-26 Denys Vlasenkostty: cosmetic fix to settings table; no code changes
2011-01-24 Denys Vlasenkostty: enable line discipline display and change code...
2011-01-24 Denys Vlasenkostty: make swtch and iutf8 visible/settable
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-01 Jeremie Koenigstty: sort out preprocessor conditionals
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-12-11 Denys Vlasenkostty: code shrink -44 bytes
2009-12-11 Denys Vlasenkostty: fix columns command. closes bug 791.
2009-11-28 Denys Vlasenko*: remove a few more cases of argc usage. -89 bytes.
2009-11-11 Denys Vlasenkotidy up O_NONBLOCK usage. use libbb functions in stty.
2009-10-27 Bernhard Reutner... add and use xopen_nonblocking (-18b)
2009-09-06 Denys Vlasenkomore C standard compat fixes from Dan Fandrich
2009-07-08 Denys Vlasenkomove libc related stuff out of platform.h
2009-07-05 Denys VlasenkoPatches to enable FreeBSD build
2009-04-19 Denis Vlasenkomdev: Rob's #if forest removal
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-01-27 Denis Vlasenkostty: fix mishandling of 'control' keywords (Ralf Fried...
2007-11-24 Denis Vlasenkostty: reorganize data tables - save 0.5k
2007-11-18 Denis Vlasenkostty: mark variable as static
2007-10-11 Denis Vlasenkostty: incorporate strings into struct instead of keepin...
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-07-27 Denis Vlasenkomultiplier suffixes are short, store them directly...
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-19 Denis Vlasenkostty: fix option parsing bug (spotted by Sascha Hauer...
2007-04-10 Denis Vlasenkostyle fixes. No code changes.
2007-04-08 Denis Vlasenkoadd some missed statics on constant objects.
2007-04-04 Bernhard Reutner... - remove some bss users.
2007-02-04 Bernhard Reutner... - fix buglet introduced in r17351 in find_param()....
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-18 Bernhard Reutner... - reinstate paranoia check in wrapf().
2007-01-18 Denis Vlasenkostop using global variable needlessly
2007-01-17 Bernhard Reutner... - remove superfluous define that expanded to "!strcmp"
2007-01-17 Bernhard Reutner... - reuse return code of vsnprintf to avoid pulling in...
2007-01-17 Bernhard Reutner... - merge display_changed() and display_all()
2007-01-17 Bernhard Reutner... - peruse get_terminal_width_height and remove legacy...
2007-01-17 Bernhard Reutner... - rewrite find_param to use index_in_str_array
2007-01-17 Bernhard Reutner... - manually inline tty_value_to_baud and remove string_t...
2007-01-17 Bernhard Reutner... - constify some read-only members and remove superfluou...
2007-01-17 Bernhard Reutner... - reuse option_mask32 for state-handling in main
2007-01-12 Denis Vlasenkostty: fix bug reported by Paul Albrecht <albrecht@rdi1...
2007-01-12 Denis Vlasenkostty: rearrange functions, avoiding the need in forward...
2007-01-01 Denis Vlasenkostty: fix width of a field for ppc32
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.