Denis Vlasenko
|
20be63fe71
tr: fix yet another access past the end of a string (bug 4374)
|
16 years ago |
Denis Vlasenko
|
043d15da31
tr: fix "tr [=" case. Closes bug 4374.
|
16 years ago |
Denis Vlasenko
|
5e40070d38
tr: fix "access past the end of a string" bug 4354
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Denis Vlasenko
|
77ad97f199
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
023dc6798e
fix warnings about pointer signedness
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
17 years ago |
Denis Vlasenko
|
f7be20e70c
nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)
|
17 years ago |
Denis Vlasenko
|
8d0a734d91
tr: more of code shrink (getopt32-ification)
|
17 years ago |
Denis Vlasenko
|
3d461676a9
tr: better comments, small code shrink
|
17 years ago |
Denis Vlasenko
|
a89d50fb9a
tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)
|
17 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 years ago |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 years ago |
Denis Vlasenko
|
74324c8666
Audit bb_common_bufsiz usage, add script which looks for misuse.
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
240a1cfbbe
add some missed statics on constant objects.
|
17 years ago |
Bernhard Reutner-Fischer
|
7b881c7168
- fix compilation if FEATURE_TR_CLASSES is off. Sorry for that..
|
18 years ago |
Bernhard Reutner-Fischer
|
eceecea568
- fix bug where we did not reject invalid classes like '[[:alpha'
|
18 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Denis Vlasenko
|
079f8afa0a
style cleanup: return(a) -> return a, part 1
|
18 years ago |
Denis Vlasenko
|
9cac521f07
using [xa]sprintf for string concatenation is neat and saves
|
18 years ago |
"Robert P. J. Day"
|
68229837ff
Remove all usage of the "register" storage class specifier.
|
18 years ago |
Rob Landley
|
ab58d5cf8a
Make warnings go away.
|
18 years ago |
Rob Landley
|
cd545287c5
Fix bug 744 by moving the flushing logic into the exhausted read buffer test.
|
18 years ago |
Rob Landley
|
998dbee6d9
Patch from Jean Wolter:
|
18 years ago |
Rob Landley
|
998f449375
We use -funsigned-char now, so having a separate RESERVE_CONFIG_UBUFFER is
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 years ago |
Eric Andersen
|
5e678873f9
clean up yet more annoying signed/unsigned mismatches and fixup
|
19 years ago |
"Vladimir N. Oleynik"
|
6f347ef9dc
common BUFSIZ BSS buffer, small reduce code, data and bss
|
19 years ago |