aboutsummaryrefslogtreecommitdiff
path: root/init (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-31better wording in ConfigDenys Vlasenko2-3/+11
2010-01-31unicode: exclude FDD0..FDEF range tooDenys Vlasenko2-52/+52
2010-01-31exclude more invalid unicode charsDenys Vlasenko2-10/+183
2010-01-31typo fixDenys Vlasenko1-1/+1
2010-01-31ls: fix handling of broken unicode sequencesDenys Vlasenko2-44/+49
2010-01-31ls: unicode fixesDenys Vlasenko8-206/+545
2010-01-31cal: add a unicode testDenys Vlasenko3-3/+46
2010-01-30further work on unicodizationDenys Vlasenko7-41/+146
2010-01-30fix Unicode config option limits and some comments in lessDenys Vlasenko2-4/+3
2010-01-29syslog: remove stray umask(0)Denys Vlasenko1-1/+1
2010-01-29Example Unicode filesDenys Vlasenko2-0/+2079
2010-01-29more fine-grained Unicode supportDenys Vlasenko3-18/+143
2010-01-28style fixes, no code changesDenys Vlasenko6-11/+11
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko23-160/+231
2010-01-28hush: more "greppable" field names. no code changesDenys Vlasenko1-13/+13
2010-01-27update TODO_config_nommuDenys Vlasenko1-6/+29
2010-01-27update defconfigDenys Vlasenko1-17/+39
2010-01-26libiproute: eliminate unused fields in struct filter_t's; style fixesDenys Vlasenko2-153/+168
2010-01-26start 1.17.x developmentDenys Vlasenko1-2/+2
2010-01-26Bump version to 1.16.01_16_0Denys Vlasenko1-1/+1
2010-01-26modprobe: protect against possible SEGVDenys Vlasenko1-6/+8
2010-01-26whitespace fixDenys Vlasenko1-1/+1
2010-01-25ntpd: explain why scripts can be run in quick successionDenys Vlasenko2-9/+24
2010-01-25whitespace fixesDenys Vlasenko15-32/+32
2010-01-25unicode_wcwidth.c: shrinkDenys Vlasenko1-50/+306
2010-01-25testsuite-discovered fixesDenys Vlasenko3-6/+8
2010-01-24scripts/randomtest: tweaks for non-eliminable warnings and broken static glibcDenys Vlasenko1-4/+7
2010-01-24randomconfig fixesDenys Vlasenko5-17/+13
2010-01-24libbb: better unicode width support. Hopefully fixes bug 839.Denys Vlasenko10-98/+410
2010-01-23date: introduce FEATURE_DATE_COMPAT; shrinkDenys Vlasenko2-34/+41
2010-01-23ping: use ICMP_MINLENBernhard Reutner-Fischer1-1/+1
2010-01-23fbset: add possibility to set timing and sync polarityMichael Grzeschik1-97/+172
2010-01-23chown: -2 bytesDenys Vlasenko1-4/+3
2010-01-23chown: support long optionsMatheus Izvekov2-1/+24
2010-01-22patch: accept and ignore -g NUMDenys Vlasenko1-6/+7
2010-01-22diff: fix flag -B, cleanups and a couple more tests V2Matheus Izvekov2-54/+71
2010-01-22patch: add more long opts; but remove -g for nowDenys Vlasenko1-8/+25
2010-01-20*: small code shrinks and compile fix for unicodeDenys Vlasenko5-19/+23
2010-01-20tar: handle -m (--touch) switch, enabled by FEATURE_TAR_NOPRESERVE_TIMEMikhail Gusarov3-1/+22
2010-01-20patch: ignore flag -g. +22 bytesMatheus Izvekov1-1/+3
2010-01-20diff: don't exit in case we can't open input files. -2 bytesMatheus Izvekov1-3/+3
2010-01-20diff: don't use FILE_and_pos_t where it's not needed. -31 bytesMatheus Izvekov1-16/+11
2010-01-20diff: correct handling of labels. -10 bytesMatheus Izvekov1-7/+2
2010-01-20diff: support long optionsMatheus Izvekov2-0/+32
2010-01-20diff: implement flag -B (Ignore changes whose lines are all blank)Matheus Izvekov2-12/+19
2010-01-20diff: honor flag -i (ignore case differences)Matheus Izvekov1-1/+4
2010-01-19watch: compat: use stderr to determine screen dimensionsDenys Vlasenko1-3/+12
2010-01-18ls: fix sort of very large files. +21 byteDenys Vlasenko1-12/+24
2010-01-18fix examples which used non-standard cut -b0-NNNDenys Vlasenko8-8/+8
2010-01-18diff: add NOINLINEDenys Vlasenko1-2/+4