1. 706a9a0 sed: fix double-free in FEATURE_CLEAN_UP code by Denys Vlasenko · 6 years ago
  2. e2afae6 sed: prevent overflow of length from bb_get_chunk_from_file by Quentin Rameau · 7 years ago
  3. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  4. 9c47c43 sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1 by Denys Vlasenko · 7 years ago
  5. e440b39 *: stop using atexit in non-debug build: saves ~260 in bss with musl by Denys Vlasenko · 7 years ago
  6. 22542ec getopt32: remove opt_complementary by Denys Vlasenko · 7 years ago
  7. 036585a getopt32: remove applet_long_options by Denys Vlasenko · 7 years ago
  8. 269b36a script: make -t[FILE] compatible with util-linux by Denys Vlasenko · 7 years ago
  9. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  10. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  11. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  12. 1d3a04a Code style fixes, no code changes by Denys Vlasenko · 8 years ago
  13. 76d7237 sed: fix "sed n (flushes pattern space, terminates early)" testcase failure by Denys Vlasenko · 8 years ago
  14. 237bedd getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST by Denys Vlasenko · 8 years ago
  15. f2559e5 sed: fix append command to match GNU sed 4.2.1 by Denys Vlasenko · 9 years ago
  16. cbdff15 sed: understand \n,\r and \t in i and a commands. Closes 8871 by Denys Vlasenko · 9 years ago
  17. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  18. 47cfbf3 *: add most of the required setup_common_bufsiz() calls by Denys Vlasenko · 9 years ago
  19. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  20. e4d925b sed: support "-f -" idiom by Denys Vlasenko · 9 years ago
  21. 2a4bba3 sed: make 's///w FILE' actually write to FILE. Closes 8251 by Denys Vlasenko · 9 years ago
  22. 7b85ec3 *: more BUILD_BUG_ON conversions by Denys Vlasenko · 9 years ago
  23. 63f4d32 sed: implement ",+N" range end by Denys Vlasenko · 10 years ago
  24. cd73871 sed: fix "sed CMD -i nonexistent_file". Closes 7484 by Denys Vlasenko · 10 years ago
  25. 9caea24 sed: fix a buglet in s///NUM handling by Denys Vlasenko · 10 years ago
  26. 80a068d sed: accept s///i as a synonym for s///I ("ignore case") by David A. Wheeler · 11 years ago
  27. deb0769 sed: code shrink by Denys Vlasenko · 11 years ago
  28. 259b3c0 sed: open input files sequentially to avoid EMFILE by Denys Vlasenko · 11 years ago
  29. 73225b6 switch editors/* to embedded-in-source kbuild system by Denys Vlasenko · 11 years ago
  30. c44539f sed: fix "sed clusternewline" testcase by Denys Vlasenko · 11 years ago
  31. a82e32d sed: document -E in help text by Denys Vlasenko · 11 years ago
  32. 9d46a7a sed: fix memory leak in 'r FILE' command by Denys Vlasenko · 11 years ago
  33. af0cdee sed: accept -E as a synonym for -r by David A. Wheeler · 11 years ago
  34. b0e9b72 sed: fix matching of newlines by $ by Denys Vlasenko · 11 years ago
  35. 40ab27a sed: remove now-redundant backslash-newline handling by Denys Vlasenko · 11 years ago
  36. e93d156 sed: document where we are more liberal then GNU by Denys Vlasenko · 11 years ago
  37. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  38. 37a79c0 sed: allow 'w' cmd to use two address form by Mimi Li · 12 years ago
  39. 1d7ad7a tweak help texts by Denys Vlasenko · 12 years ago
  40. 37ca36a sed: yet another fix on top of zero length match code by Denys Vlasenko · 13 years ago
  41. 84406e4 sed: fix breakage added by zero length match code by Denys Vlasenko · 13 years ago
  42. c35545a sed: code shrink by Denys Vlasenko · 13 years ago
  43. 21f6fbf sed: fix zero chars match/replace by Denys Vlasenko · 13 years ago
  44. 8c34395 sed: support long opts and -iSFX by Simon B · 13 years ago
  45. b84dafb sed: slightly better fix for prev commit's problem by Denys Vlasenko · 13 years ago
  46. e39afe1 sed: fix handling of s/// which has empty matches by Denys Vlasenko · 13 years ago
  47. d29ae7e sed: fix possible case of signed char bug; expand debugging printouts by Denys Vlasenko · 13 years ago
  48. a221bc5 sed: better help text by Denys Vlasenko · 13 years ago
  49. a7d6bb3 sed: fix range handling for sed -i. Closes 4069 by Denys Vlasenko · 13 years ago
  50. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  51. d3e4be3 sed: shrink by 17 bytes by Pascal Bellard · 14 years ago
  52. 6a0abcc sed: support \r in s command by Denys Vlasenko · 14 years ago
  53. 52d8370 sed: code shrink by Denys Vlasenko · 14 years ago
  54. 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
  55. b7c9fb2 whitespace fixes by Denys Vlasenko · 14 years ago
  56. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  57. 6722737 *: introduce and use xmkstemp. -65 bytes. by Alexander Shishkin · 14 years ago
  58. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  59. 0d555fc sed: make N command behave as in GNU sed by Denys Vlasenko · 14 years ago
  60. 2e284a4 sed: fix sed -i: unlike without -i, it does not forget ranges by Denys Vlasenko · 14 years ago
  61. eb08b6e sed: trivial code shrink -18 bytes by Denys Vlasenko · 15 years ago
  62. e329089 Revert "sed: trivial code shrink" by Denys Vlasenko · 15 years ago
  63. c2c7aa4 sed: trivial code shrink by Denys Vlasenko · 15 years ago
  64. 3b727cc add a comment about sed and suid bits by Denys Vlasenko · 15 years ago
  65. c467924 typo fix by Denys Vlasenko · 15 years ago
  66. bf5f99f sed: fix a case when one-line range matches past lines. Closes bug 1867. by Denys Vlasenko · 15 years ago
  67. a2215b9 sed: fix a command with multible trailing backslashes by Denys Vlasenko · 15 years ago
  68. f2c16ed sed: fix nested {} case by Denys Vlasenko · 15 years ago
  69. 96a1833 sed: fix c cmd by Denys Vlasenko · 15 years ago
  70. 98a4c7c *: suppress ~60% of "aliased warnings" on gcc-4.4.1 by Denys Vlasenko · 15 years ago
  71. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  72. a7ccdee libbb: added xfdopen_for_read/write by Denys Vlasenko · 15 years ago
  73. 5799248 sed: on output file, set not only mode, but owner too by Denys Vlasenko · 15 years ago
  74. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  75. c0dab37 *: remove last function calls to isspace by Denys Vlasenko · 15 years ago
  76. 6935ec9 networking/interface.c: tiny code shrink by Denys Vlasenko · 15 years ago
  77. 11c8238 sed: fix bug 623 (SEGV on some sed commands) by Denys Vlasenko · 15 years ago
  78. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  79. f210cff sed: fix " echo /usr/lib | sed 's,\(^/\|\)[^/][^/]*,..,g' " bug by Denys Vlasenko · 15 years ago
  80. 8e96b5b sed: simpler fix for recent GNU compat stuff (by Rob Landley) by Denys Vlasenko · 15 years ago
  81. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  82. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  83. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  84. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  85. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  86. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  87. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  88. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  89. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  90. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  91. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  92. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  93. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
  94. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  95. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  96. 4027664 sed: support GNU-like '\t' escape in substitutions by Denis Vlasenko · 17 years ago
  97. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  98. 6081868 fix "if (p) free(p)" constructs by Denis Vlasenko · 17 years ago
  99. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  100. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago