Bernhard Reutner-Fischer
|
bbbb7e02fc
- pull r17757 from trunk: fix stty's fix_param(). Closes #1193
|
18 years ago |
Bernhard Reutner-Fischer
|
1a250d9f32
- reinstate paranoia check in wrapf().
|
18 years ago |
Denis Vlasenko
|
41aaefce71
stop using global variable needlessly
|
18 years ago |
Bernhard Reutner-Fischer
|
79cc55975f
- remove superfluous define that expanded to "!strcmp"
|
18 years ago |
Bernhard Reutner-Fischer
|
8eb0549e5d
- reuse return code of vsnprintf to avoid pulling in strlen
|
18 years ago |
Bernhard Reutner-Fischer
|
94feb1c807
- merge display_changed() and display_all()
|
18 years ago |
Bernhard Reutner-Fischer
|
d4a745c3d4
- peruse get_terminal_width_height and remove legacy code for ancient
|
18 years ago |
Bernhard Reutner-Fischer
|
a6e31ad834
- rewrite find_param to use index_in_str_array
|
18 years ago |
Bernhard Reutner-Fischer
|
4950f010f3
- manually inline tty_value_to_baud and remove string_to_baud_or_die
|
18 years ago |
Bernhard Reutner-Fischer
|
21fc740023
- constify some read-only members and remove superfluous casts
|
18 years ago |
Bernhard Reutner-Fischer
|
4fa566d4ad
- reuse option_mask32 for state-handling in main
|
18 years ago |
Denis Vlasenko
|
21b080daa8
stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
|
18 years ago |
Denis Vlasenko
|
f8abc100cc
stty: rearrange functions, avoiding the need in forward declarations.
|
18 years ago |
Denis Vlasenko
|
b2abef3e54
stty: fix width of a field for ppc32
|
18 years ago |
Denis Vlasenko
|
89f0b3486d
rodata cleanup. "unable to" == "cannot". -300 bytes
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
a959588b80
Yet another silly little byte saving. couldn't -> cannot
|
18 years ago |
Denis Vlasenko
|
79deb66c35
stty: fix few bugs found in testing
|
18 years ago |
Denis Vlasenko
|
debaf2fe02
stty: reorder code, reducing need in forward declarations.
|
18 years ago |
Denis Vlasenko
|
20b253d2d8
stty: convert "enum mode_type" into unnamed enum
|
18 years ago |
Denis Vlasenko
|
8971cdaeca
stty: reduce #ifdef forest
|
18 years ago |
Denis Vlasenko
|
e40c04b826
stty: simplify linewrapping code a bit
|
18 years ago |
Denis Vlasenko
|
9efb070dcb
stty: style fixes
|
18 years ago |
Denis Vlasenko
|
7eab79acc5
stty: fix a longstanding FIXME (was able to die half-way setting term params)
|
18 years ago |
Denis Vlasenko
|
bd8f43dbab
few random readability enhansements. No code changes
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |
Rob Landley
|
290fcb4213
Undo all of the ugliness and some of the bloat from 15412.
|
18 years ago |
Bernhard Reutner-Fischer
|
19008b8373
- reuse strings and messages. Saves about 600B
|
18 years ago |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
19 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |