1. c0657e0 vi: add ":prev" command support by Dennis Groenen · 13 years ago
  2. 800a9a0 vi: move mark[i] pointers if text[] moves after realloc by Denys Vlasenko · 13 years ago
  3. 6e8861b *: better comments on termios manipulations. No code changes. by Denys Vlasenko · 13 years ago
  4. d29ae7e sed: fix possible case of signed char bug; expand debugging printouts by Denys Vlasenko · 13 years ago
  5. 1fd7129 vi: fix [end] key handling by Denys Vlasenko · 13 years ago
  6. 39ec6a2 patch: make -p count path components, not slashes (think /blah//thing) by Rob Landley · 13 years ago
  7. a221bc5 sed: better help text by Denys Vlasenko · 13 years ago
  8. 7b46d11 awk: fix a SEGV by Denys Vlasenko · 13 years ago
  9. 202a1b9 awk: fix define name collision with BSD headers by Denys Vlasenko · 13 years ago
  10. 12e154f vi: prevent unlimited recursion in do_cmd(). Closes 4153 by Denys Vlasenko · 13 years ago
  11. f65c5f5 awk: next_input_file can return NULL, don't SEGV in this case. by Denys Vlasenko · 13 years ago
  12. c5f7847 patch: make it able to create files (again) by Rob Landley · 13 years ago
  13. a7d6bb3 sed: fix range handling for sed -i. Closes 4069 by Denys Vlasenko · 13 years ago
  14. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  15. 14bd16a more tweak for bionic by Denys Vlasenko · 13 years ago
  16. 066f399 vi: tweak regex.h include by Denys Vlasenko · 13 years ago
  17. b9ba580 vi: fix regex search, make it selectable in config by Walter Harms · 13 years ago
  18. 416e978 diff: disable debug code; remove unsupported --dry-run from help text by Denys Vlasenko · 13 years ago
  19. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  20. d616ab6 reformime: do not require \r\n by Denys Vlasenko · 14 years ago
  21. 9a296fb vi.c: remove warning: variable 'sp' set but not used by Cristian Ionescu-Idbohrn · 14 years ago
  22. 60a9414 fix "variable 'foo' set but not used" warnings by Denys Vlasenko · 14 years ago
  23. 80c5b68 libbb: nonblock_safe_read->nonblock_immune_read, remove unused param of xmalloc_reads by Denys Vlasenko · 14 years ago
  24. d3e4be3 sed: shrink by 17 bytes by Pascal Bellard · 14 years ago
  25. 6a0abcc sed: support \r in s command by Denys Vlasenko · 14 years ago
  26. 52d8370 sed: code shrink by Denys Vlasenko · 14 years ago
  27. b0b8884 Fix double words in comments. No code changes by Marek Polacek · 14 years ago
  28. 6a3e01d move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c by Pere Orga · 14 years ago
  29. 95f5c52 diff: optimize diffing of files with the same metadata by Roman Borisov · 14 years ago
  30. 66c5b12 ash: fix TMOUT not restoring tty attributes by Denys Vlasenko · 14 years ago
  31. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  32. f18a82d diff: return 1 when skipping directories with -r, but without -N by Alexander Shishkin · 14 years ago
  33. b9f2d9f mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo by Denys Vlasenko · 14 years ago
  34. 8027a20 patch: fix "patch at the beginning" testcase failure by Rob Landley · 14 years ago
  35. 7c6ed78 patch: remove out-of-file build machinery by Denys Vlasenko · 14 years ago
  36. ac10b30 cmp: with -s, do not report open errors by Denys Vlasenko · 14 years ago
  37. 400ff22 patch: simplify double list helpers by Denys Vlasenko · 14 years ago
  38. b82ae98 patch: busyboxify by migrating from toybox to busybox helpers by Denys Vlasenko · 14 years ago
  39. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  40. d8205b3 awk: reduce ifdef forest by Rob Landley · 14 years ago
  41. 2b299fe awk: fix breakage in last commit by Denys Vlasenko · 14 years ago
  42. 6a0d749 awk: fix segfault on closing non-opened file by Denys Vlasenko · 14 years ago
  43. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  44. 0818735 patch: implement -E option by Lukas Huba · 14 years ago
  45. e7599d1 revert last change (wrong author) by Denys Vlasenko · 14 years ago
  46. f0c7e0c patch: implement -E option by Gilles Espinasse · 14 years ago
  47. c05387d *: replace xopen3 with xopen where makes sense by Denys Vlasenko · 14 years ago
  48. 28458c6 awk: code shrink by Denys Vlasenko · 14 years ago
  49. d527e0c awk: 00.123 is not a octal constant; neither is 009.123. fixing this by Denys Vlasenko · 14 years ago
  50. cacb2cd *: whitespace fixes by Denys Vlasenko · 14 years ago
  51. 9d113ca patch: tweaks by Rob Landley · 14 years ago
  52. 7dd61e3 *: s/perror/bb_simple_perror_msg/g by Marek Polacek · 14 years ago
  53. 25b4755 typo fix in comment by Denys Vlasenko · 14 years ago
  54. e7b0a9e patch: support "patch [FILE [PATCH]]" format by Denys Vlasenko · 14 years ago
  55. cda8159 patch: fix -N regression by Denys Vlasenko · 14 years ago
  56. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  57. 0d555fc sed: make N command behave as in GNU sed by Denys Vlasenko · 14 years ago
  58. a4160e1 patch: add -N and a test for it (fails for now) by Denys Vlasenko · 14 years ago
  59. 6373bb7 patch: move closer to toybox code by Denys Vlasenko · 14 years ago
  60. 760d0eb patch: deal with ommitted ",len" in hunk headers (default len to 1) by Rob Landley · 14 years ago
  61. 1bbc0cd patch: replace it with toybox's implementation by Rob Landley · 14 years ago
  62. 2e284a4 sed: fix sed -i: unlike without -i, it does not forget ranges by Denys Vlasenko · 14 years ago
  63. c5fb0ad vi: fix "ask terminal" code by Denys Vlasenko · 14 years ago
  64. 75703eb diff: make diff -r much less eager to recurse into directories by Denys Vlasenko · 14 years ago
  65. 32a6bae diff: cosmetic change on top of last commit by Denys Vlasenko · 14 years ago
  66. 61f5f78 diff: fix "diff dir1 dir2/". Closes bug 2203 by Matheus Izvekov · 14 years ago
  67. 243d175 remove some dead assignments, add a TODO comment by Denys Vlasenko · 14 years ago
  68. eb08b6e sed: trivial code shrink -18 bytes by Denys Vlasenko · 14 years ago
  69. e329089 Revert "sed: trivial code shrink" by Denys Vlasenko · 14 years ago
  70. c2c7aa4 sed: trivial code shrink by Denys Vlasenko · 14 years ago
  71. 3b727cc add a comment about sed and suid bits by Denys Vlasenko · 14 years ago
  72. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  73. 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
  74. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  75. c467924 typo fix by Denys Vlasenko · 15 years ago
  76. bf5f99f sed: fix a case when one-line range matches past lines. Closes bug 1867. by Denys Vlasenko · 15 years ago
  77. 9f82d0b vi: fix "set ic" command; code shrink while at it. closes bug 1765 by Denys Vlasenko · 15 years ago
  78. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  79. a2215b9 sed: fix a command with multible trailing backslashes by Denys Vlasenko · 15 years ago
  80. 94043e8 lineedit: change how cmdedit_set_out_char works by Denys Vlasenko · 15 years ago
  81. 920185c cmp: remove history comment. it is more natural to keep it in source control by Denys Vlasenko · 15 years ago
  82. 0c1ba44 cmp: ifdefectomy by Rob Landley · 15 years ago
  83. f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
  84. 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
  85. c175c46 vi: discover window size even on serial consoles. optional by Denys Vlasenko · 15 years ago
  86. def4783 vi: remove superfluous check on filename == "" by Denys Vlasenko · 15 years ago
  87. 04cecd5 vi: code shrink by Denys Vlasenko · 15 years ago
  88. 2bb651a vi: code shrink; save/restore errno in signal handlers by Denys Vlasenko · 15 years ago
  89. 7379cd1 awk: add comment about fixing bug 1333 by Denys Vlasenko · 15 years ago
  90. fab288c awk: don't append bogus data after NUL in sub(); shrink by Denys Vlasenko · 15 years ago
  91. 35fdb1b vi: fix NUM + "$" handling by Denys Vlasenko · 15 years ago
  92. f9782ff awk: code shrink by Denys Vlasenko · 15 years ago
  93. c6ba997 awk: code shrink by Denys Vlasenko · 15 years ago
  94. 7b81db1 awk: style fixes by Denys Vlasenko · 15 years ago
  95. 39fe4d1 awk: code shrink by Denys Vlasenko · 15 years ago
  96. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  97. b0a57ab awk: code shrink by Denys Vlasenko · 15 years ago
  98. 6ebdf7a awk: code shrink; style fixes by Denys Vlasenko · 15 years ago
  99. da62b09 awk: be more paranoid when freeing loop variable; make code less obfuscated by Denys Vlasenko · 15 years ago
  100. c9955f2 awk: simple code shrink by Denys Vlasenko · 15 years ago