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
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-3
/
+3
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
stty: sort out preprocessor conditionals
Jeremie Koenig
2010-08-01
1
-125
/
+214
*
*: suppress ~60% of "aliased warnings" on gcc-4.4.1
Denys Vlasenko
2010-02-04
1
-1
/
+1
*
stty: code shrink -44 bytes
Denys Vlasenko
2009-12-11
1
-20
/
+27
*
stty: fix columns command. closes bug 791.
Denys Vlasenko
2009-12-11
1
-0
/
+1
*
*: remove a few more cases of argc usage. -89 bytes.
Denys Vlasenko
2009-11-28
1
-3
/
+5
*
tidy up O_NONBLOCK usage. use libbb functions in stty.
Denys Vlasenko
2009-11-11
1
-10
/
+2
*
add and use xopen_nonblocking (-18b)
Bernhard Reutner-Fischer
2009-10-27
1
-1
/
+1
*
more C standard compat fixes from Dan Fandrich
Denys Vlasenko
2009-09-06
1
-1
/
+1
*
move libc related stuff out of platform.h
Denys Vlasenko
2009-07-08
1
-4
/
+0
*
Patches to enable FreeBSD build
Denys Vlasenko
2009-07-05
1
-0
/
+4
*
mdev: Rob's #if forest removal
Denis Vlasenko
2009-04-19
1
-3
/
+3
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
whitespace fixes. no code changes
Denis Vlasenko
2008-06-25
1
-5
/
+4
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-1
/
+1
*
stty: fix mishandling of 'control' keywords (Ralf Friedl <Ralf.Friedl@online....
Denis Vlasenko
2008-01-27
1
-20
/
+4
*
stty: reorganize data tables - save 0.5k
Denis Vlasenko
2007-11-24
1
-151
/
+376
*
stty: mark variable as static
Denis Vlasenko
2007-11-18
1
-1
/
+1
*
stty: incorporate strings into struct instead of keeping pointers there.
Denis Vlasenko
2007-10-11
1
-85
/
+123
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-3
/
+3
*
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
[next]