index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
stty.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-29
/
+29
*
multiplier suffixes are short, store them directly in struct suffix_mult
Denis Vlasenko
2007-07-27
1
-4
/
+4
*
Replace index_in_[sub]str_array with index_in_[sub]strings,
Denis Vlasenko
2007-07-24
1
-12
/
+10
*
Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <w...
Denis Vlasenko
2007-06-25
1
-2
/
+2
*
whitespace fixes
Denis Vlasenko
2007-05-30
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
stty: fix option parsing bug (spotted by Sascha Hauer <s.hauer@pengutronix.de>)
Denis Vlasenko
2007-04-19
1
-15
/
+16
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-3
/
+3
*
add some missed statics on constant objects.
Denis Vlasenko
2007-04-08
1
-9
/
+9
*
- remove some bss users.
Bernhard Reutner-Fischer
2007-04-04
1
-17
/
+22
*
- fix buglet introduced in r17351 in find_param(). Closes #1193
Bernhard Reutner-Fischer
2007-02-04
1
-4
/
+5
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
- reinstate paranoia check in wrapf().
Bernhard Reutner-Fischer
2007-01-18
1
-2
/
+3
*
stop using global variable needlessly
Denis Vlasenko
2007-01-18
1
-28
/
+30
*
- remove superfluous define that expanded to "!strcmp"
Bernhard Reutner-Fischer
2007-01-17
1
-22
/
+3
*
- reuse return code of vsnprintf to avoid pulling in strlen
Bernhard Reutner-Fischer
2007-01-17
1
-3
/
+3
*
- merge display_changed() and display_all()
Bernhard Reutner-Fischer
2007-01-17
1
-69
/
+22
*
- peruse get_terminal_width_height and remove legacy code for ancient
Bernhard Reutner-Fischer
2007-01-17
1
-69
/
+10
*
- rewrite find_param to use index_in_str_array
Bernhard Reutner-Fischer
2007-01-17
1
-1
/
+21
*
- manually inline tty_value_to_baud and remove string_to_baud_or_die
Bernhard Reutner-Fischer
2007-01-17
1
-10
/
+5
*
- constify some read-only members and remove superfluous casts
Bernhard Reutner-Fischer
2007-01-17
1
-12
/
+11
*
- reuse option_mask32 for state-handling in main
Bernhard Reutner-Fischer
2007-01-17
1
-36
/
+33
*
stty: fix bug reported by Paul Albrecht <albrecht@rdi1.com> -
Denis Vlasenko
2007-01-12
1
-0
/
+3
*
stty: rearrange functions, avoiding the need in forward declarations.
Denis Vlasenko
2007-01-12
1
-386
/
+374
*
stty: fix width of a field for ppc32
Denis Vlasenko
2007-01-01
1
-9
/
+14
*
rodata cleanup. "unable to" == "cannot". -300 bytes
Denis Vlasenko
2006-11-18
1
-1
/
+1
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-20
/
+16
*
Yet another silly little byte saving. couldn't -> cannot
Denis Vlasenko
2006-09-29
1
-1
/
+1
*
stty: fix few bugs found in testing
Denis Vlasenko
2006-09-19
1
-25
/
+27
*
stty: reorder code, reducing need in forward declarations.
Denis Vlasenko
2006-09-19
1
-211
/
+198
*
stty: convert "enum mode_type" into unnamed enum
Denis Vlasenko
2006-09-19
1
-157
/
+169
*
stty: reduce #ifdef forest
Denis Vlasenko
2006-09-19
1
-52
/
+45
*
stty: simplify linewrapping code a bit
Denis Vlasenko
2006-09-19
1
-55
/
+33
*
stty: style fixes
Denis Vlasenko
2006-09-19
1
-102
/
+93
*
stty: fix a longstanding FIXME (was able to die half-way setting term params)
Denis Vlasenko
2006-09-19
1
-171
/
+241
*
few random readability enhansements. No code changes
Denis Vlasenko
2006-09-08
1
-2
/
+2
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-35
/
+1
*
Undo all of the ugliness and some of the bloat from 15412.
Rob Landley
2006-06-18
1
-2
/
+2
*
- reuse strings and messages. Saves about 600B
Bernhard Reutner-Fischer
2006-06-07
1
-7
/
+7
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-10
1
-5
/
+8
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-2
/
+2
*
rfelker writes in Bug 736: stty.c includes unneeded, obsolete header memory.h
Mike Frysinger
2006-02-19
1
-1
/
+0
*
removed warning "comparison between signed and unsigned". Reduced size
"Vladimir N. Oleynik"
2006-01-30
1
-43
/
+41
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
1
-10
/
+3
*
Add a missing brace, patch by Hideki IWAMOTO
Glenn L McGrath
2004-09-15
1
-0
/
+1
*
last_patch89 from vodz:
Eric Andersen
2003-06-20
1
-36
/
+35
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-287
/
+206
*
last_patch41 from vodz to fix stty -F and similar
Eric Andersen
2002-06-06
1
-3
/
+22
*
Patch from vodz:
Eric Andersen
2001-07-12
1
-1
/
+1
*
Patch from Vladimir to remove testing stuff from stty
Eric Andersen
2001-05-07
1
-67
/
+0
[next]