1. 8e96b5b sed: simpler fix for recent GNU compat stuff (by Rob Landley) by Denys Vlasenko · 15 years ago
  2. ae68f11 sed: deal with peculiar behavior of '2d;2,1p' in GNU sed by Denys Vlasenko · 15 years ago
  3. b22bbff fix dependencies of FEATURE_GETOPT_LONG by Denys Vlasenko · 15 years ago
  4. 8bca3e2 sed: fix handling of 1d;1,3p and 1d;1,REGEXp by Denys Vlasenko · 15 years ago
  5. 6548edd vi: do not accept uppercase comments (compat). Closes bug 397. by Denys Vlasenko · 15 years ago
  6. 38d9072 diff: tiny compat tweak by Denys Vlasenko · 16 years ago
  7. e424423 awk: put at least one NUL between $n. Hopefully closes 337. by Denys Vlasenko · 16 years ago
  8. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  9. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  10. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  11. 67b5eeb awk: fix long field separators case. By Ian Wienand (ianw AT vmware.com) by Denis Vlasenko · 16 years ago
  12. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  13. 7a67664 awk: fix compat issue found by gpm build by Denis Vlasenko · 16 years ago
  14. 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
  15. 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
  16. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  17. 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
  18. 4ae1e13 vi: fix several instances of major goof: when text grows, text[] by Denis Vlasenko · 16 years ago
  19. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  20. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  21. c3a9dc8 vi: fix uninitialized last_search_pattern (bug 5794) by Denis Vlasenko · 16 years ago
  22. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  23. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  24. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  25. 37890e2 awk: fix typo in atan2 code. closes bug 5594. by Denis Vlasenko · 16 years ago
  26. 4c9e9c4 vi: handle chars 0x80, 0x81... correctly by Denis Vlasenko · 16 years ago
  27. 0783230 dc: conditionalize parts which require libm by Denis Vlasenko · 16 years ago
  28. 582dff0 volume identification: abolish /proc/partitions and /proc/cdroms by Denis Vlasenko · 16 years ago
  29. 4bdeaaf Comment and whitespace tweaks. by Rob Landley · 16 years ago
  30. e3742f4 vi: explain why reading 4 chars is unsafe by Denis Vlasenko · 16 years ago
  31. 1dfeeeb vi: whitespace fix by Denis Vlasenko · 16 years ago
  32. 8ef801b vi: a few trivial optimizations to keyboard reading code; bump timeout to 50s. by Denis Vlasenko · 16 years ago
  33. 7960ea8 Confirmed that on Linux the serial interrupt takes precedence over the timer by Rob Landley · 16 years ago
  34. d44c153 vi: fix bizarre formatting. no code changes by Denis Vlasenko · 16 years ago
  35. ded6ad3 fix recurring "last_cmd overrun", fix [del] handling in insert mode by Denis Vlasenko · 16 years ago
  36. 267e16c vi: trivial size optimization -65 bytes by Denis Vlasenko · 16 years ago
  37. 25497c1 vi: reinstate timeout of 300 ms by Denis Vlasenko · 16 years ago
  38. 5373fbc vi: add comments to Rob's algorithm of reading and matching ESC sequences by Denis Vlasenko · 16 years ago
  39. 5e38cd9 Escape sequences sent over serial links don't come in as a block, so poll by Rob Landley · 16 years ago
  40. 988dd55 Clean up editors/vi.c:readit() so it only does readahead when actually by Rob Landley · 16 years ago
  41. 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
  42. 665eaff awk: add a comment by Denis Vlasenko · 16 years ago
  43. a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
  44. 7cbcd1c awk: bitwise ops cast oprands and results to unsigned long, by Denis Vlasenko · 16 years ago
  45. 996a614 awk: support hex constants by Denis Vlasenko · 16 years ago
  46. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  47. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  48. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  49. 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
  50. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  51. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  52. 8ae5b28 awk: another smallish code shrink by Denis Vlasenko · 16 years ago
  53. e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
  54. 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
  55. d699544 vi: fix vda's thinko by Denis Vlasenko · 16 years ago
  56. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  57. 9092f75 print_flags: fix trivial thinko vi: fix reversed checks for underflow by Denis Vlasenko · 16 years ago
  58. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  59. 70685bd vi: fix yet another vda's thinko by Denis Vlasenko · 16 years ago
  60. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  61. e3eae0d vi: fix obvious thinko's by Denis Vlasenko · 16 years ago
  62. 2a210e5 vi: fix vda's breakage (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  63. 3387538 vi: small code shrink by Denis Vlasenko · 16 years ago
  64. b175946 vi: fix the bug where vi never grows the edit buffer. vi: do G trick on it by Denis Vlasenko · 16 years ago
  65. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 16 years ago
  66. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  67. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  68. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  69. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  70. 8abae88 vi: do not truncate file to zero length. closes bug 2944. by Denis Vlasenko · 17 years ago
  71. c4523c2 fix a few stray unguarded strdup's by Denis Vlasenko · 17 years ago
  72. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  73. 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  74. cc2965f patch: fix vda's thinko: we need to open new_filename.orig, always! by Denis Vlasenko · 17 years ago
  75. dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 17 years ago
  76. 64a76d7 patch: support for patches without dates and generated with -U1; shrink by Denis Vlasenko · 17 years ago
  77. c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 17 years ago
  78. e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 17 years ago
  79. 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 17 years ago
  80. 73132b9 diff: make a few variables local by Denis Vlasenko · 17 years ago
  81. 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 17 years ago
  82. dc1cbf8 diff: shrink by Denis Vlasenko · 17 years ago
  83. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  84. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  85. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  86. 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 17 years ago
  87. 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 17 years ago
  88. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  89. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  90. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  91. 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 17 years ago
  92. c51fc7b by Paul Fox · 17 years ago
  93. 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 17 years ago
  94. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  95. da8ae75 doc: add info about sed s/.../.../I modifier by Denis Vlasenko · 17 years ago
  96. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
  97. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  98. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  99. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  100. b5ee8db add ',' and 'gg' commands (patch from Leo Jay) by Paul Fox · 17 years ago