1. eb08b6e sed: trivial code shrink -18 bytes by Denys Vlasenko · 14 years ago
  2. e329089 Revert "sed: trivial code shrink" by Denys Vlasenko · 14 years ago
  3. c2c7aa4 sed: trivial code shrink by Denys Vlasenko · 14 years ago
  4. 3b727cc add a comment about sed and suid bits by Denys Vlasenko · 14 years ago
  5. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  6. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  7. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  8. c467924 typo fix by Denys Vlasenko · 15 years ago
  9. bf5f99f sed: fix a case when one-line range matches past lines. Closes bug 1867. by Denys Vlasenko · 15 years ago
  10. 9f82d0b vi: fix "set ic" command; code shrink while at it. closes bug 1765 by Denys Vlasenko · 15 years ago
  11. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  12. a2215b9 sed: fix a command with multible trailing backslashes by Denys Vlasenko · 15 years ago
  13. 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 15 years ago
  14. 920185c cmp: remove history comment. it is more natural to keep it in source control by Denys Vlasenko · 15 years ago
  15. 0c1ba44 cmp: ifdefectomy by Rob Landley · 15 years ago
  16. f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
  17. 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
  18. c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
  19. def4783 vi: remove superfluous check on filename == "" by Denys Vlasenko · 15 years ago
  20. 04cecd5 vi: code shrink by Denys Vlasenko · 15 years ago
  21. 2bb651a vi: code shrink; save/restore errno in signal handlers by Denys Vlasenko · 15 years ago
  22. 7379cd1 awk: add comment about fixing bug 1333 by Denys Vlasenko · 15 years ago
  23. fab288c awk: don't append bogus data after NUL in sub(); shrink by Denys Vlasenko · 15 years ago
  24. 35fdb1b vi: fix NUM + "$" handling by Denys Vlasenko · 15 years ago
  25. f9782ff awk: code shrink by Denys Vlasenko · 15 years ago
  26. c6ba997 awk: code shrink by Denys Vlasenko · 15 years ago
  27. 7b81db1 awk: style fixes by Denys Vlasenko · 15 years ago
  28. 39fe4d1 awk: code shrink by Denys Vlasenko · 15 years ago
  29. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  30. b0a57ab awk: code shrink by Denys Vlasenko · 15 years ago
  31. 6ebdf7a awk: code shrink; style fixes by Denys Vlasenko · 15 years ago
  32. da62b09 awk: be more paranoid when freeing loop variable; make code less obfuscated by Denys Vlasenko · 15 years ago
  33. c9955f2 awk: simple code shrink by Denys Vlasenko · 15 years ago
  34. 3cb60c3 awk: fix the case where nested "for" loops with the same variable misbehave by Denys Vlasenko · 15 years ago
  35. d03cd3b awk: skip whitespace between array name and subscript by Alexander Shishkin · 15 years ago
  36. 3dbc5a9 awk: remove wrong comment by Denys Vlasenko · 15 years ago
  37. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  38. 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 15 years ago
  39. f111b67 diff: make code more portable by Dan Fandrich · 15 years ago
  40. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  41. 3581c62 whitespace fixes by Denys Vlasenko · 15 years ago
  42. 8b8d32e patch: accept and ignore -g NUM by Denys Vlasenko · 15 years ago
  43. 6f99c91 diff: fix flag -B, cleanups and a couple more tests V2 by Matheus Izvekov · 15 years ago
  44. feadfe7 patch: add more long opts; but remove -g for now by Denys Vlasenko · 15 years ago
  45. 94ca694 *: small code shrinks and compile fix for unicode by Denys Vlasenko · 15 years ago
  46. 2e5fa4a patch: ignore flag -g. +22 bytes by Matheus Izvekov · 15 years ago
  47. 94a6fd1 diff: don't exit in case we can't open input files. -2 bytes by Matheus Izvekov · 15 years ago
  48. 404f144 diff: don't use FILE_and_pos_t where it's not needed. -31 bytes by Matheus Izvekov · 15 years ago
  49. 4de4cb6 diff: correct handling of labels. -10 bytes by Matheus Izvekov · 15 years ago
  50. b32aa0c diff: support long options by Matheus Izvekov · 15 years ago
  51. fe1ce2e diff: implement flag -B (Ignore changes whose lines are all blank) by Matheus Izvekov · 15 years ago
  52. b7a0440 diff: honor flag -i (ignore case differences) by Matheus Izvekov · 15 years ago
  53. 9e0879a diff: add NOINLINE by Denys Vlasenko · 15 years ago
  54. 032bf65 diff: defeat gcc's optimization by Denys Vlasenko · 15 years ago
  55. d4a7728 diff: rewrite. much smaller and more correct by Matheus Izvekov · 15 years ago
  56. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  57. a3aa3e3 wget: check for close success; fix chunked; do not bother to send QUIT to ftp by Denys Vlasenko · 15 years ago
  58. 1284774 awk: fix an incorrect casting to string (bug 725). -44 bytes. by Denys Vlasenko · 15 years ago
  59. cdeda16 awk: preparatory patch, no essential code changes. -13 bytes. by Denys Vlasenko · 15 years ago
  60. c270454 fix fallout from isprint() changes by Denys Vlasenko · 15 years ago
  61. 8684cbb libbb: robustify isXXXX(). +39 bytes by Denys Vlasenko · 15 years ago
  62. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  63. 5799248 sed: on output file, set not only mode, but owner too by Denys Vlasenko · 15 years ago
  64. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  65. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  66. b87d972 patch: add Rob's version for reference, it may handle fuzz and offsets by Denys Vlasenko · 15 years ago
  67. 17c838b patch: add longopts, --dry-run, add one more test by Denys Vlasenko · 15 years ago
  68. 56b3eec small optimizations of toupper/tolower by Denys Vlasenko · 15 years ago
  69. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  70. 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
  71. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  72. 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
  73. 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
  74. 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
  75. bc3e947 awk: fix typo in prev commit by Denys Vlasenko · 15 years ago
  76. 46a0be5 awk: implement mktime by Leonid Lisovskiy · 15 years ago
  77. d8dd25a diff: debug macros; one trivial size optimization by Denys Vlasenko · 15 years ago
  78. 3e02050 diff: fix bug 613 (diff -ub segfaults) by Denys Vlasenko · 15 years ago
  79. d069e53 a few more GCC-isms removed by Denys Vlasenko · 15 years ago
  80. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  81. d7874ed patch: support -N. By Olivier Duclos (olivier.duclos AT gmail.com) by Denys Vlasenko · 15 years ago
  82. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  83. 8e96b5b sed: simpler fix for recent GNU compat stuff (by Rob Landley) by Denys Vlasenko · 15 years ago
  84. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  85. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  86. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  87. 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 16 years ago
  88. 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
  89. e424423 awk: put at least one NUL between $n. Hopefully closes 337. by Denys Vlasenko · 16 years ago
  90. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  91. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  92. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  93. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  94. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  95. 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
  96. 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
  97. 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
  98. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  99. 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
  100. 4ae1e13 vi: fix several instances of major goof: when text grows, text[] by Denis Vlasenko · 16 years ago