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