- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
- 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
- 4b63e16 md5/sha1sum: code shrink by Denys Vlasenko · 14 years ago
- 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
- 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
- 2348e09 tail: free tailbuf upon cleaning up by Alexander Shishkin · 14 years ago
- a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
- bec5888 *: s/open3_or_warn/open_or_warn/ where makes sense by Denys Vlasenko · 14 years ago
- 5fe2f86 sort: -o FILE should create/truncate FILE by Denys Vlasenko · 14 years ago
- c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
- ea69416 typo fix by Denys Vlasenko · 14 years ago
- 786635e seq: exit on write errors by Denys Vlasenko · 14 years ago
- c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
- f2710d0 date: move applet and usage bits to date.c by Denys Vlasenko · 14 years ago
- afc7b4c wc: add support for -m by Denys Vlasenko · 14 years ago
- 09e7daf wc: preparatory patch, no logic changes by Denys Vlasenko · 14 years ago
- 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
- 04bcd99 style fix. no code chages by Denys Vlasenko · 14 years ago
- 0f2e278 sleep: fix fractional arguments in non-POSIX locale by Denys Vlasenko · 14 years ago
- 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
- 197a6b3 sleep: make it non-NOFORK. Fixes ^C in standalone shell by Denys Vlasenko · 14 years ago
- 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
- 6f80fe7 uudecode,base64: code shrink by Denys Vlasenko · 14 years ago
- ee06264 base64: new applet by Denys Vlasenko · 14 years ago
- b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
- 7ff6836 split: use xopen_stdin() by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
- 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
- 138ce54 stty: sort out preprocessor conditionals by Jeremie Koenig · 14 years ago
- f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
- 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
- b175462 readlink: use xmalloc_realpath() by Jeremie Koenig · 15 years ago
- d1516c4 dos2unix: fix the case w/o parameters by Denys Vlasenko · 14 years ago
- 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
- 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
- 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
- 4ebdae3 date: make %N work without -lrt on glibc by Denys Vlasenko · 14 years ago
- d2d327d stat: make output more similar to GNU stat by Seb · 15 years ago
- e2b41cf date: trivial fix - was reading seconds into nanoseconds field! DOH by Denys Vlasenko · 15 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- b68bba5 date: use the same code for FEATURE_DATE_NANO for glibc and uclibc by Denys Vlasenko · 15 years ago
- 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
- f2da16f date: make FEATURE_NANO compile on glibc systems by Denys Vlasenko · 15 years ago
- f2177ab yes: this applet doesn't have options, don't lie that it does. by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- 729ce47 tr: add forgotten //config: prefixes by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
- e4070cb partially migrate coreutils to Config.src and Kbuild.src by Denys Vlasenko · 15 years ago
- 6c2406a date: optional support for %N. Closes bug 1861. by Denys Vlasenko · 15 years ago
- 3e47cfe test: "" is not a valid number. Closes bug 1915 by Denys Vlasenko · 15 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- b9542cb deinline two big functions by Denys Vlasenko · 15 years ago
- ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
- 6dbbac5 Move utmp/wtmp support to "General configuration" section by Denys Vlasenko · 15 years ago
- 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
- 4c72104 who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H by Denys Vlasenko · 15 years ago
- fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
- 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
- 968951f unexpand: fix "a b"\n" input case by Tomas Heinrich · 15 years ago
- 1abc07d [un]expand: account for different character widths. +16 bytes. by Tomas Heinrich · 15 years ago
- 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
- 927e4bb touch: do not ignore argument of -d/-t option by Mikhail Gusarov · 15 years ago
- 6eaeb77 tailk: fix error detected by testsuite by Denys Vlasenko · 15 years ago
- 79950a6 wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes by Denys Vlasenko · 15 years ago
- 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
- 836f363 tail: document FANCY flags in helptext by Bernhard Reutner-Fischer · 15 years ago
- 1359e0d df: explain FANCY options in helptext by Bernhard Reutner-Fischer · 15 years ago
- 43d9747 install: strip before mode/uid/gid is set, not after. by Denys Vlasenko · 15 years ago
- 10544a8 compat and warning fixes by Denys Vlasenko · 15 years ago
- 3205c24 shaNNNsum: accept and ignore -b and -t by Denys Vlasenko · 15 years ago
- cb7edc2 adduser: copy /etc/skel to mew homes. +100 bytes by Denys Vlasenko · 15 years ago
- 0cd445f cosmetic fixes by Denys Vlasenko · 15 years ago
- 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
- 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
- d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
- ed910c7 cal: add a unicode test by Denys Vlasenko · 15 years ago
- e17764c further work on unicodization by Denys Vlasenko · 15 years ago
- 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
- 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
- 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago
- 5da9f96 date: introduce FEATURE_DATE_COMPAT; shrink by Denys Vlasenko · 15 years ago
- 9882b34 chown: -2 bytes by Denys Vlasenko · 15 years ago
- 31416d5 chown: support long options by Matheus Izvekov · 15 years ago
- 7be97c5 ls: fix sort of very large files. +21 byte by Denys Vlasenko · 15 years ago
- 573ba4e fix examples which used non-standard cut -b0-NNN by Denys Vlasenko · 15 years ago
- 9c3b84a ls: make it so that group never glues itself to file size by Denys Vlasenko · 15 years ago
- a40f062 cp: fix -H handling by Denys Vlasenko · 15 years ago
- bb16f57 INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com) by Denys Vlasenko · 15 years ago
- c041e23 fix configure sha256sum problem. Closes bug 895 by Denys Vlasenko · 15 years ago
- dc698bb *: make it easier to distinquish "struct tm", pointer to one, etc by Denys Vlasenko · 15 years ago
- 86350f8 cal: document the location of unicode bug. no code changes by Denys Vlasenko · 15 years ago
- 2805502 fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com> by Denys Vlasenko · 15 years ago
- d2b1ba6 [un]expand: unicode support by Tomas Heinrich · 15 years ago
- 2ec91ae *: remove some uses of argc by Denys Vlasenko · 15 years ago
- a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
- aa42d13 sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes by Denys Vlasenko · 15 years ago
- 800ff7c stty: code shrink -44 bytes by Denys Vlasenko · 15 years ago
- 9f5a577 stty: fix columns command. closes bug 791. by Denys Vlasenko · 15 years ago