index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
stty.c
Age
Commit message (
Expand
)
Author
2007-04-19
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
Denis Vlasenko
2007-04-10
style fixes. No code changes.
Denis Vlasenko
2007-04-08
add some missed statics on constant objects.
Denis Vlasenko
2007-04-04
- remove some bss users.
Bernhard Reutner-Fischer
2007-02-04
- fix buglet introduced in r17351 in find_param(). Closes #1193
Bernhard Reutner-Fischer
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-18
- reinstate paranoia check in wrapf().
Bernhard Reutner-Fischer
2007-01-18
stop using global variable needlessly
Denis Vlasenko
2007-01-17
- remove superfluous define that expanded to "!strcmp"
Bernhard Reutner-Fischer
2007-01-17
- reuse return code of vsnprintf to avoid pulling in strlen
Bernhard Reutner-Fischer
2007-01-17
- merge display_changed() and display_all()
Bernhard Reutner-Fischer
2007-01-17
- peruse get_terminal_width_height and remove legacy code for ancient
Bernhard Reutner-Fischer
2007-01-17
- rewrite find_param to use index_in_str_array
Bernhard Reutner-Fischer
2007-01-17
- manually inline tty_value_to_baud and remove string_to_baud_or_die
Bernhard Reutner-Fischer
2007-01-17
- constify some read-only members and remove superfluous casts
Bernhard Reutner-Fischer
2007-01-17
- reuse option_mask32 for state-handling in main
Bernhard Reutner-Fischer
2007-01-12
stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
Denis Vlasenko
2007-01-12
stty: rearrange functions, avoiding the need in forward declarations.
Denis Vlasenko
2007-01-01
stty: fix width of a field for ppc32
Denis Vlasenko
2006-11-18
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-29
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-19
stty: fix few bugs found in testing
Denis Vlasenko
2006-09-19
stty: reorder code, reducing need in forward declarations.
Denis Vlasenko
2006-09-19
stty: convert "enum mode_type" into unnamed enum
Denis Vlasenko
2006-09-19
stty: reduce #ifdef forest
Denis Vlasenko
2006-09-19
stty: simplify linewrapping code a bit
Denis Vlasenko
2006-09-19
stty: style fixes
Denis Vlasenko
2006-09-19
stty: fix a longstanding FIXME (was able to die half-way setting term params)
Denis Vlasenko
2006-09-08
few random readability enhansements. No code changes
Denis Vlasenko
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-06-18
Undo all of the ugliness and some of the bloat from 15412.
Rob Landley
2006-06-07
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-02-19
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
Mike Frysinger
2006-01-30
removed warning "comparison between signed and unsigned". Reduced size
"Vladimir N. Oleynik"
2006-01-22
- add platform.h.
Bernhard Reutner-Fischer
2004-09-15
Add a missing brace, patch by Hideki IWAMOTO
Glenn L McGrath
2003-06-20
last_patch89 from vodz:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-06-06
last_patch41 from vodz to fix stty -F and similar
Eric Andersen
2001-07-12
Patch from vodz:
Eric Andersen
2001-05-07
Patch from Vladimir to remove testing stuff from stty
Eric Andersen
2001-03-02
Applied patch from Vladimir N. Oleynik that fixes incorrect behaviour in
Mark Whitley
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-18
Another patch from Vladimir to eliminate obsolete junk.
Eric Andersen
2001-02-14
Commit Vladimir's latest version of stty.c. Nice work.
Eric Andersen