1. dc7e5c4 libbb unicode: comment out usused function and unused parameter by Denys Vlasenko · 14 years ago
  2. 92ffe05 date,touch: treat 2-digit years better (fit them into +-50 yrs around today) by Denys Vlasenko · 14 years ago
  3. a5d3d34 date: preserve isdst value if date is in time_t (unix time) format by Alexey Soloviev · 14 years ago
  4. 0cd4f30 add missed underscore by Denys Vlasenko · 14 years ago
  5. d1e4665 date: add a comment about _SVID_SOURCE by Denys Vlasenko · 14 years ago
  6. 27c6c00 test: add examples when "%s: unknown operand" happens by Denys Vlasenko · 14 years ago
  7. a4bc10c ls: remove redundant constants LIST_FILENAME and LIST_SHORT by James Youngman · 14 years ago
  8. 982aa26 ls: add support for -H by Denys Vlasenko · 14 years ago
  9. 407ab2a ls: tweak -e handling; better comments by Denys Vlasenko · 14 years ago
  10. 2f7d9e8 ls: print a space after each column. Closes bug 2941 by Denys Vlasenko · 14 years ago
  11. 163d864 ls: make -F not follow symlinks of the command line by Denys Vlasenko · 14 years ago
  12. d87815d ls: make -x force columnar output; remove unused parts of TRIGGER code by Denys Vlasenko · 14 years ago
  13. f313746 ls: for some options, only last takes effect. Closes bug 2959 by Denys Vlasenko · 14 years ago
  14. 3f2477e touch: fix help text to not show options disabled in .config by Denys Vlasenko · 14 years ago
  15. 9e0f150 date :add a comment about older toolchains by Denys Vlasenko · 14 years ago
  16. 4909fec ls: fix -lg to show group (was showing user) by Denys Vlasenko · 14 years ago
  17. 66be919 stat: fix mtime/ctime/atime by Eric Lammerts · 14 years ago
  18. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  19. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  20. 9ce642f libbb: introduce and use common crc32 routine by Denys Vlasenko · 14 years ago
  21. 4c46d85 mv: implement -n option by Denys Vlasenko · 14 years ago
  22. 4b63e16 md5/sha1sum: code shrink by Denys Vlasenko · 14 years ago
  23. 5360059 libbb: introduce and use strcpy_and_process_escape_sequences by Denys Vlasenko · 14 years ago
  24. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  25. 2348e09 tail: free tailbuf upon cleaning up by Alexander Shishkin · 14 years ago
  26. a7027bf stat: remove superfluous setXXent() calls, plug memory leak by Alexander Shishkin · 14 years ago
  27. bec5888 *: s/open3_or_warn/open_or_warn/ where makes sense by Denys Vlasenko · 14 years ago
  28. 5fe2f86 sort: -o FILE should create/truncate FILE by Denys Vlasenko · 14 years ago
  29. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  30. ea69416 typo fix by Denys Vlasenko · 14 years ago
  31. 786635e seq: exit on write errors by Denys Vlasenko · 14 years ago
  32. c0683ac *: pass md5/shaN context pointer as 1st arg, not last by Denys Vlasenko · 14 years ago
  33. f2710d0 date: move applet and usage bits to date.c by Denys Vlasenko · 14 years ago
  34. afc7b4c wc: add support for -m by Denys Vlasenko · 14 years ago
  35. 09e7daf wc: preparatory patch, no logic changes by Denys Vlasenko · 14 years ago
  36. 2d1a78b Marked some more applets NOEXEC/NOFORK by Dan Fandrich · 14 years ago
  37. 04bcd99 style fix. no code chages by Denys Vlasenko · 14 years ago
  38. 0f2e278 sleep: fix fractional arguments in non-POSIX locale by Denys Vlasenko · 14 years ago
  39. 9fe98f7 libbb: merge mail and uudecode's base64 decoders by Denys Vlasenko · 14 years ago
  40. 197a6b3 sleep: make it non-NOFORK. Fixes ^C in standalone shell by Denys Vlasenko · 14 years ago
  41. 77d4872 Avoid side effects in putc(), which may be implemented as a macro by Dan Fandrich · 14 years ago
  42. 6f80fe7 uudecode,base64: code shrink by Denys Vlasenko · 14 years ago
  43. ee06264 base64: new applet by Denys Vlasenko · 14 years ago
  44. b32a543 nandwrite: complain on malformed -s NUM by Denys Vlasenko · 14 years ago
  45. 7ff6836 split: use xopen_stdin() by Denys Vlasenko · 14 years ago
  46. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  47. 9768a82 *: fix "see file License ..." - the file is named LICENSE (in uppercase) by Denys Vlasenko · 14 years ago
  48. 7783248 *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i by Denys Vlasenko · 14 years ago
  49. 138ce54 stty: sort out preprocessor conditionals by Jeremie Koenig · 14 years ago
  50. f3ea792 *: mass cosmetic removal of extra empty lines. no code changes by Denys Vlasenko · 14 years ago
  51. 1d7266d mark Linux-specific configuration options by Jeremie Koenig · 14 years ago
  52. b175462 readlink: use xmalloc_realpath() by Jeremie Koenig · 15 years ago
  53. d1516c4 dos2unix: fix the case w/o parameters by Denys Vlasenko · 14 years ago
  54. 8f65b0c whitespace fixes by Denys Vlasenko · 14 years ago
  55. 21e8e8d libbb: introduce and use BB_EXECVP_or_die() by Pascal Bellard · 14 years ago
  56. 41ddd9f *: make exec failure message more consistent by Denys Vlasenko · 14 years ago
  57. 4ebdae3 date: make %N work without -lrt on glibc by Denys Vlasenko · 15 years ago
  58. d2d327d stat: make output more similar to GNU stat by Seb · 15 years ago
  59. e2b41cf date: trivial fix - was reading seconds into nanoseconds field! DOH by Denys Vlasenko · 15 years ago
  60. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  61. b68bba5 date: use the same code for FEATURE_DATE_NANO for glibc and uclibc by Denys Vlasenko · 15 years ago
  62. 729ecb8 bbconfig: make it independent from printf functions by Denys Vlasenko · 15 years ago
  63. f2da16f date: make FEATURE_NANO compile on glibc systems by Denys Vlasenko · 15 years ago
  64. f2177ab yes: this applet doesn't have options, don't lie that it does. by Denys Vlasenko · 15 years ago
  65. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  66. 729ce47 tr: add forgotten //config: prefixes by Denys Vlasenko · 15 years ago
  67. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  68. e4070cb partially migrate coreutils to Config.src and Kbuild.src by Denys Vlasenko · 15 years ago
  69. 6c2406a date: optional support for %N. Closes bug 1861. by Denys Vlasenko · 15 years ago
  70. 3e47cfe test: "" is not a valid number. Closes bug 1915 by Denys Vlasenko · 15 years ago
  71. ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
  72. b9542cb deinline two big functions by Denys Vlasenko · 15 years ago
  73. ff0e875 work on adding testsuite runs to randomconfig test builds by Denys Vlasenko · 15 years ago
  74. 6dbbac5 Move utmp/wtmp support to "General configuration" section by Denys Vlasenko · 15 years ago
  75. 37f5bef libbb: split update_utmp from login/getty in preparation to use it for telnetd by Denys Vlasenko · 15 years ago
  76. 4c72104 who: fix attempts to open '/dev/dev/ttyX'; make columns a bit wider, add -H by Denys Vlasenko · 15 years ago
  77. fbedacf Hurd compat fixes. Mostly dealing with absent PATH_MAX by Jérémie Koenig · 15 years ago
  78. 19158a8 unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE by Denys Vlasenko · 15 years ago
  79. 968951f unexpand: fix "a b"\n" input case by Tomas Heinrich · 15 years ago
  80. 1abc07d [un]expand: account for different character widths. +16 bytes. by Tomas Heinrich · 15 years ago
  81. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  82. 927e4bb touch: do not ignore argument of -d/-t option by Mikhail Gusarov · 15 years ago
  83. 6eaeb77 tailk: fix error detected by testsuite by Denys Vlasenko · 15 years ago
  84. 79950a6 wc: compat: make "wc -c ONE_FILE" not print leading spaces. +2 bytes by Denys Vlasenko · 15 years ago
  85. 5749328 head,tail: trim help text; make suffixes unconditional for head too by Denys Vlasenko · 15 years ago
  86. 836f363 tail: document FANCY flags in helptext by Bernhard Reutner-Fischer · 15 years ago
  87. 1359e0d df: explain FANCY options in helptext by Bernhard Reutner-Fischer · 15 years ago
  88. 43d9747 install: strip before mode/uid/gid is set, not after. by Denys Vlasenko · 15 years ago
  89. 10544a8 compat and warning fixes by Denys Vlasenko · 15 years ago
  90. 3205c24 shaNNNsum: accept and ignore -b and -t by Denys Vlasenko · 15 years ago
  91. cb7edc2 adduser: copy /etc/skel to mew homes. +100 bytes by Denys Vlasenko · 15 years ago
  92. 0cd445f cosmetic fixes by Denys Vlasenko · 15 years ago
  93. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  94. 5b9b136 stat: get rid on intmax_t by Denys Vlasenko · 15 years ago
  95. d8528b8 ls: unicode fixes by Denys Vlasenko · 15 years ago
  96. ed910c7 cal: add a unicode test by Denys Vlasenko · 15 years ago
  97. e17764c further work on unicodization by Denys Vlasenko · 15 years ago
  98. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  99. 6b01b71 randomconfig fixes by Denys Vlasenko · 15 years ago
  100. 9f93d62 libbb: better unicode width support. Hopefully fixes bug 839. by Denys Vlasenko · 15 years ago