1. 689d065 libbb: shrink recursive_action() by reducing memory pressure by Denys Vlasenko · 4 years, 2 months ago
  2. 5fa5c4b randomconfig fixes by Denys Vlasenko · 4 years, 6 months ago
  3. 6f7a009 awk: disallow "str"++, closes bug 12981 by Denys Vlasenko · 4 years, 6 months ago
  4. bd8b05b awk: fix more "length" cases, closes 12486 by Denys Vlasenko · 4 years, 10 months ago
  5. 16bcd50 vi: fixes to string search in colon commands, closes 10321 by Ron Yorston · 4 years, 11 months ago
  6. 9a0c404 vi: placate "warning: shifting a negative signed value is undefined" by Denys Vlasenko · 5 years ago
  7. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  8. fa182a3 vi: code shrink by Denys Vlasenko · 5 years ago
  9. 0545bfa sed: fix /regex/,+N match triggering only once, closes 11871 by Denys Vlasenko · 6 years ago
  10. 7b93e31 vi: enable 'dG' command. Closes 11801 by Ron Yorston · 6 years ago
  11. 4b49422 vi: fix changes to word at end of line. Closes 11796 by Ron Yorston · 6 years ago
  12. a3ce161 vi: revert change in how "end of file list" is deteced - fixes 'q' in bare "vi" by Denys Vlasenko · 6 years ago
  13. e1a1b64 vi: code shrink by Denys Vlasenko · 6 years ago
  14. 3e61b59 vi: avoid build failure in non-default case by Ron Yorston · 6 years ago
  15. 8939359 vi: rename save_argc -> cmdline_filecnt by Denys Vlasenko · 6 years ago
  16. bbacd03 vi: restore capability to remember insertion cmds for "." by Denys Vlasenko · 6 years ago
  17. b29dce4 vi: code shrink by Denys Vlasenko · 6 years ago
  18. 26f5e9d vi: convert more /**/ comments to // by Denys Vlasenko · 6 years ago
  19. 2a57608 vi: code shrink by Denys Vlasenko · 6 years ago
  20. 6ce60b9 vi: use vsnprintf to format status line by Denys Vlasenko · 6 years ago
  21. d4f2e7f vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  22. de69775 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  23. 616e469 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  24. 363a2bc vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  25. 24bd350 vi: rearrange functions, no logic changes by Denys Vlasenko · 6 years ago
  26. c319310 vi: fix ^Z not always working as intended by Denys Vlasenko · 6 years ago
  27. 6ed94aa vi: install SIGINT handler _after_ restart setjmp is initialized by Denys Vlasenko · 6 years ago
  28. a2fd1aa vi: allow manual screen update if SIGWINCH isn't supported by Ron Yorston · 6 years ago
  29. eabf4b2 vi: code shrink, proper printf formatting for strlen() by Denys Vlasenko · 6 years ago
  30. 61052d1 vi: further fixes to undo after autoindent by Ron Yorston · 6 years ago
  31. df4e3af vi: fix replacement of single character with CR by Ron Yorston · 6 years ago
  32. bb983f3 vi: fix faulty undo after autoinsert by Ron Yorston · 6 years ago
  33. 4906faa sed: code shrink by Denys Vlasenko · 6 years ago
  34. b7928e1 sed: Fix backslash parsing for 'w' command arg by Brian Foley · 6 years ago
  35. 1c42c18 awk: Fix overly permissive func arg list parsing by Brian Foley · 6 years ago
  36. 08a514c awk: Syntax error if delete isn't given an arg. by Brian Foley · 6 years ago
  37. dac15a1 awk: Guard pointer chasing when parsing ternary expressions. by Brian Foley · 6 years ago
  38. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  39. d08206d vi: correctly detect when a deletion empties the buffer by Ron Yorston · 6 years ago
  40. b733046 vi: code shrink by Denys Vlasenko · 6 years ago
  41. 836d0a7 vi: fix FEATURE_VI_REGEX_SEARCH to respect LIMITED (one-line) search by Denys Vlasenko · 6 years ago
  42. 75a1c87 awk: abort if NF set to negative value by Denys Vlasenko · 6 years ago
  43. 5527967 vi: remove duplicated code by Ron Yorston · 9 years ago
  44. 706a9a0 sed: fix double-free in FEATURE_CLEAN_UP code by Denys Vlasenko · 6 years ago
  45. 8825cb6 vi: placate "warning: variable orig_buf set but not used" by Denys Vlasenko · 6 years ago
  46. 39043ad vi: placate "warning: statement with no effect" by Denys Vlasenko · 6 years ago
  47. 43b17b1 restore documentation on the build config language by Kartik Agaram · 7 years ago
  48. 2454e67 awk: do not allow $(-1) by Denys Vlasenko · 7 years ago
  49. 7556835 patch: implement --dry-run by Denys Vlasenko · 7 years ago
  50. e2afae6 sed: prevent overflow of length from bb_get_chunk_from_file by Quentin Rameau · 7 years ago
  51. 844a6c5 awk: code shrink by Denys Vlasenko · 7 years ago
  52. 6f4a785 awk: fix 'delete array[var--]' decrementing var twice by Denys Vlasenko · 7 years ago
  53. 6f97b30 use %m printf specifier where appropriate by Denys Vlasenko · 7 years ago
  54. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  55. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  56. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  57. a1799db awk: stop on first non-option, closes 9861 by Denys Vlasenko · 7 years ago
  58. e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
  59. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  60. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  61. 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
  62. 84ea60e line editing: make read_line_input() not take timeout param by Denys Vlasenko · 7 years ago
  63. 95f7953 do not use `a' quoting style in comments by Denys Vlasenko · 7 years ago
  64. 6bdcee8 ed: fix "\n" removal in command line; make "w" set "dirty = 0" by Denys Vlasenko · 7 years ago
  65. 7d2f33d ed: code shrink by Denys Vlasenko · 7 years ago
  66. 5ea5069 ed: fix --help and reorder functions, no code changes by Denys Vlasenko · 7 years ago
  67. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  68. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  69. 75d151e libarchive: FEATURE_LZMA_FAST should be visible if FEATURE_SEAMLESS_LZMA by Denys Vlasenko · 7 years ago
  70. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  71. c5d16e9 diff: fix -N and nonexistent files. Closes 7454 by Denys Vlasenko · 8 years ago
  72. 0cc9b18 vi: survive if stdin is nonblocking. closes 9851 by Denys Vlasenko · 8 years ago
  73. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  74. 8a134ec libbb: move isqrt from factor, use it in diff too by Denys Vlasenko · 8 years ago
  75. 8f3bf4f vi: avoid touching a new file with ZZ when no editing has been done by Yousong Zhou · 8 years ago
  76. e88608e vi: don't touch file with :x when modified_count == 0 by Denys Vlasenko · 8 years ago
  77. eba7fe6 vi,fsck: do not use build timestamp unconditionally. Closes 9626 by Denys Vlasenko · 8 years ago
  78. 01ccdd1 libbb: consolidate the code to set termios unbuffered mode by Denys Vlasenko · 8 years ago
  79. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  80. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  81. cb810c4 patch: fix matching failure by Aaro Koskinen · 8 years ago
  82. 2eff596 patch: fix debug log failure by Aaro Koskinen · 8 years ago
  83. 61d5997 awk: fix segfault on for loop syntax error by Brian Foley · 8 years ago
  84. 61fcc8c vi: fix '' command (goto to prev context) by Denys Vlasenko · 8 years ago
  85. de1996d vi: make "g<key>" error message less likely to show garbage by Denys Vlasenko · 8 years ago
  86. 76d7237 sed: fix "sed n (flushes pattern space, terminates early)" testcase failure by Denys Vlasenko · 8 years ago
  87. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  88. f2559e5 sed: fix append command to match GNU sed 4.2.1 by Denys Vlasenko · 9 years ago
  89. cbdff15 sed: understand \n,\r and \t in i and a commands. Closes 8871 by Denys Vlasenko · 9 years ago
  90. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  91. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  92. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  93. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  94. e4d925b sed: support "-f -" idiom by Denys Vlasenko · 9 years ago
  95. 2a4bba3 sed: make 's///w FILE' actually write to FILE. Closes 8251 by Denys Vlasenko · 9 years ago
  96. eb50910 patch: correctly handle "patch FILE_TO_PATCH" form. Closes 7736 by Denys Vlasenko · 9 years ago
  97. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  98. 7f3a2a2 join some common strings, -400 bytes by Denys Vlasenko · 9 years ago
  99. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  100. 28b00ce awk: support "length" form of "length()". Closes 8371 by Denys Vlasenko · 9 years ago