1. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  2. a1799db awk: stop on first non-option, closes 9861 by Denys Vlasenko · 7 years ago
  3. e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
  4. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  5. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  6. 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
  7. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  8. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  9. 6bdcee8 ed: fix "\n" removal in command line; make "w" set "dirty = 0" by Denys Vlasenko · 7 years ago
  10. 7d2f33d ed: code shrink by Denys Vlasenko · 7 years ago
  11. 5ea5069 ed: fix --help and reorder functions, no code changes by Denys Vlasenko · 7 years ago
  12. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  13. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  14. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  15. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  16. c5d16e9 diff: fix -N and nonexistent files. Closes 7454 by Denys Vlasenko · 8 years ago
  17. 0cc9b18 vi: survive if stdin is nonblocking. closes 9851 by Denys Vlasenko · 8 years ago
  18. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  19. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  20. 8f3bf4f vi: avoid touching a new file with ZZ when no editing has been done by Yousong Zhou · 8 years ago
  21. e88608e vi: don't touch file with :x when modified_count == 0 by Denys Vlasenko · 8 years ago
  22. eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
  23. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  24. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  25. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  26. cb810c4 patch: fix matching failure by Aaro Koskinen · 8 years ago
  27. 2eff596 patch: fix debug log failure by Aaro Koskinen · 8 years ago
  28. 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
  29. 61fcc8c vi: fix '' command (goto to prev context) by Denys Vlasenko · 8 years ago
  30. de1996d vi: make "g<key>" error message less likely to show garbage by Denys Vlasenko · 8 years ago
  31. 76d7237 sed: fix "sed n (flushes pattern space, terminates early)" testcase failure by Denys Vlasenko · 8 years ago
  32. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  33. f2559e5 sed: fix append command to match GNU sed 4.2.1 by Denys Vlasenko · 9 years ago
  34. cbdff15 sed: understand \n,\r and \t in i and a commands. Closes 8871 by Denys Vlasenko · 9 years ago
  35. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  36. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  37. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  38. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  39. e4d925b sed: support "-f -" idiom by Denys Vlasenko · 9 years ago
  40. 2a4bba3 sed: make 's///w FILE' actually write to FILE. Closes 8251 by Denys Vlasenko · 9 years ago
  41. eb50910 patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736 by Denys Vlasenko · 9 years ago
  42. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  43. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  44. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  45. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago
  46. a47fcca diff: fix -B with single line changes by Aaro Koskinen · 9 years ago
  47. 97f2f7c Removes stray empty line from code by Maninder Singh · 9 years ago
  48. 97c6491 typo fixes by Maninder Singh · 10 years ago
  49. 4d8ddb8 vi: basic undo feature shouldn't depend on yankmark by Andrew Fuller · 10 years ago
  50. 63f4d32 sed: implement ",+N" range end by Denys Vlasenko · 10 years ago
  51. 49acc1a vi: make BACKSPACE and DELETE join lines at start/end of line by Denys Vlasenko · 10 years ago
  52. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  53. fe8b580 patch: segfault fix. Closes 7916 by Denys Vlasenko · 10 years ago
  54. 39f0172 diff: fix a bug in diffing against stdin. Closes 7784 by Denys Vlasenko · 10 years ago
  55. 70f4320 vi: fix reading of file after last line by Ron Yorston · 10 years ago
  56. e5213ce vi: failure to open file is not an error when initialising buffer by Ron Yorston · 10 years ago
  57. cd73871 sed: fix "sed CMD -i nonexistent_file". Closes 7484 by Denys Vlasenko · 10 years ago
  58. 9caea24 sed: fix a buglet in s///NUM handling by Denys Vlasenko · 10 years ago
  59. 05399fc vi: fix incorrect memory access on brace matching. Closes 7256 by Denys Vlasenko · 10 years ago
  60. 5f8daef awk: fix handling of "if ... break ; else ..." - closes 7226 by Denys Vlasenko · 10 years ago
  61. 32afd3a vi: some simplifications by Denys Vlasenko · 11 years ago
  62. e743086 vi: clear undo buffer when we change to another file by Denys Vlasenko · 11 years ago
  63. 2c51202 vi: undo code shrink by Denys Vlasenko · 11 years ago
  64. a8d6f9b vi: undo support for vi with intermediate queuing by Jody Bruchon · 11 years ago
  65. 80a068d sed: accept s///i as a synonym for s///I ("ignore case") by David A. Wheeler · 11 years ago
  66. 327f550 Use unsigned printf/scanf conversion where more appropriate by Denys Vlasenko · 11 years ago
  67. deb0769 sed: code shrink by Denys Vlasenko · 11 years ago
  68. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  69. bd0e221 awk: fix a bug in argc counting in recent change by Denys Vlasenko · 11 years ago
  70. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  71. f200f73 awk: optionally support -e AWK_PROG by Sven-Göran Bergh · 11 years ago
  72. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 11 years ago
  73. a82e32d sed: document -E in help text by Denys Vlasenko · 11 years ago
  74. 9d46a7a sed: fix memory leak in 'r FILE' command by Denys Vlasenko · 11 years ago
  75. af0cdee sed: accept -E as a synonym for -r by David A. Wheeler · 11 years ago
  76. 7985bc1 awk: fix length(array) by Denys Vlasenko · 11 years ago
  77. a060a1a awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 11 years ago
  78. b0e9b72 sed: fix matching of newlines by $ by Denys Vlasenko · 11 years ago
  79. 1390a01 awk: use "long long" as integer type, not "int" by Denys Vlasenko · 11 years ago
  80. 40ab27a sed: remove now-redundant backslash-newline handling by Denys Vlasenko · 11 years ago
  81. e93d156 sed: document where we are more liberal then GNU by Denys Vlasenko · 11 years ago
  82. 264f373 vi: make regexp search case-insensitive if ":set ignorecase" is active by Denys Vlasenko · 12 years ago
  83. 9e7c002 vi: code shrink by Denys Vlasenko · 12 years ago
  84. cb5aa72 vi: fix adjustment of buffer on partial file read by Ron Yorston · 12 years ago
  85. b79a0fe awk: Fix handling of functions with empty body by Bernhard Reutner-Fischer · 12 years ago
  86. 778794d *: reuse more strings by Denys Vlasenko · 12 years ago
  87. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  88. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  89. 37a79c0 sed: allow 'w' cmd to use two address form by Mimi Li · 12 years ago
  90. df8066a awk: fix FS assignment behavior. Closes 5108 by Denys Vlasenko · 12 years ago
  91. ea664dd awk: make -F STR interpret escape sequences. Closes 5126 by Denys Vlasenko · 12 years ago
  92. 1d7ad7a tweak help texts by Denys Vlasenko · 12 years ago
  93. d3dff87 vi: save/restore screen upon invocation by Denys Vlasenko · 12 years ago
  94. 04b5289 vi: nuke FEATURE_VI_OPTIMIZE_CURSOR by Denys Vlasenko · 12 years ago
  95. 605f264 vi: do not set autoindent by default by Denys Vlasenko · 12 years ago
  96. 37ca36a sed: yet another fix on top of zero length match code by Denys Vlasenko · 13 years ago
  97. 84406e4 sed: fix breakage added by zero length match code by Denys Vlasenko · 13 years ago
  98. c35545a sed: code shrink by Denys Vlasenko · 13 years ago
  99. 21f6fbf sed: fix zero chars match/replace by Denys Vlasenko · 13 years ago
  100. 8c34395 sed: support long opts and -iSFX by Simon B · 13 years ago