1. 30cfdf9 crontab: do not destroy STDIN_FILENO, editor may need it (crontab -e) by Denis Vlasenko · 16 years ago
  2. 665eaff awk: add a comment by Denis Vlasenko · 16 years ago
  3. a2e1eea awk: improve nadling of negative numbers in bitwise ops; by Denis Vlasenko · 16 years ago
  4. 7cbcd1c awk: bitwise ops cast oprands and results to unsigned long, by Denis Vlasenko · 16 years ago
  5. 996a614 awk: support hex constants by Denis Vlasenko · 16 years ago
  6. 0f293b9 fix all cases of strcpy on overlapping strings. by Denis Vlasenko · 16 years ago
  7. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  8. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  9. 7b54dc7 vi: using array data after it fell out of scope is stupid. by Denis Vlasenko · 16 years ago
  10. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  11. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  12. 8ae5b28 awk: another smallish code shrink by Denis Vlasenko · 16 years ago
  13. e0a7fc5 uname,individual: fix improper printf usage uname,awk: small code shrink by Denis Vlasenko · 16 years ago
  14. 3bb2bbd awk: fix a case with multiple -f options. simplify -f file reading. by Denis Vlasenko · 16 years ago
  15. d699544 vi: fix vda's thinko by Denis Vlasenko · 16 years ago
  16. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  17. 9092f75 print_flags: fix trivial thinko vi: fix reversed checks for underflow by Denis Vlasenko · 16 years ago
  18. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  19. 70685bd vi: fix yet another vda's thinko by Denis Vlasenko · 16 years ago
  20. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  21. e3eae0d vi: fix obvious thinko's by Denis Vlasenko · 16 years ago
  22. 2a210e5 vi: fix vda's breakage (by Cristian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  23. 3387538 vi: small code shrink by Denis Vlasenko · 16 years ago
  24. b175946 vi: fix the bug where vi never grows the edit buffer. vi: do G trick on it by Denis Vlasenko · 16 years ago
  25. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  26. a05c071 grep: make "-f -" work (+ testsuite) diff: small code shrink by Denis Vlasenko · 17 years ago
  27. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  28. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  29. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  30. 8abae88 vi: do not truncate file to zero length. closes bug 2944. by Denis Vlasenko · 17 years ago
  31. c4523c2 fix a few stray unguarded strdup's by Denis Vlasenko · 17 years ago
  32. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  33. 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  34. cc2965f patch: fix vda's thinko: we need to open new_filename.orig, always! by Denis Vlasenko · 17 years ago
  35. dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 17 years ago
  36. 64a76d7 patch: support for patches without dates and generated with -U1; shrink by Denis Vlasenko · 17 years ago
  37. c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 17 years ago
  38. e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 17 years ago
  39. 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 17 years ago
  40. 73132b9 diff: make a few variables local by Denis Vlasenko · 17 years ago
  41. 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 17 years ago
  42. dc1cbf8 diff: shrink by Denis Vlasenko · 17 years ago
  43. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  44. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  45. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  46. 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 17 years ago
  47. 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 17 years ago
  48. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  49. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  50. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  51. 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 17 years ago
  52. c51fc7b by Paul Fox · 17 years ago
  53. 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 17 years ago
  54. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  55. da8ae75 doc: add info about sed s/.../.../I modifier by Denis Vlasenko · 17 years ago
  56. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
  57. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  58. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  59. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  60. b5ee8db add ',' and 'gg' commands (patch from Leo Jay) by Paul Fox · 17 years ago
  61. a985d30 - spelling fixes by Bernhard Reutner-Fischer · 17 years ago
  62. 847fa77 *: tidy up usage of char **environ by Denis Vlasenko · 17 years ago
  63. d3c042f libbb: introduce fputc_printable (from ed) by Denis Vlasenko · 17 years ago
  64. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  65. f882f08 vi: speed up some string ops by Denis Vlasenko · 17 years ago
  66. 4baed3a vi: reduce amount of memset'ing on each screen refresh by Denis Vlasenko · 17 years ago
  67. e3cbfb9 vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, by Denis Vlasenko · 17 years ago
  68. 88adfcd vi: change MAX_LINELEN meaning: now it is the biggest supported by Denis Vlasenko · 17 years ago
  69. 26b6fba vi: fix a problem with displaying overlong lines by Denis Vlasenko · 17 years ago
  70. a96425f vi: don't use common_bufsiz as read buffer, it can be too small by Denis Vlasenko · 17 years ago
  71. 72cc964 add sed mini-doc by Denis Vlasenko · 17 years ago
  72. 4027664 sed: support GNU-like '\t' escape in substitutions by Denis Vlasenko · 17 years ago
  73. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  74. 4f95e5a vi: don't wait 50 ms before reading ESC sequences by Denis Vlasenko · 17 years ago
  75. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  76. d24d5c8 - ditch 2 bytes by Bernhard Reutner-Fischer · 17 years ago
  77. 6081868 fix "if (p) free(p)" constructs by Denis Vlasenko · 17 years ago
  78. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  79. 5d61e71 introduce safe_poll (fixes a problem in top) by Denis Vlasenko · 17 years ago
  80. 6a5377a documentation bits in comments, no code changes by Denis Vlasenko · 17 years ago
  81. d9391b1 ed: large cleanup by Denis Vlasenko · 17 years ago
  82. 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
  83. 0beaff8 update Glenn McGrath's email address by Denis Vlasenko · 17 years ago
  84. 87f3b26 *: replace select-for-one descriptor with poll, it's smaller. by Denis Vlasenko · 17 years ago
  85. fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
  86. 856be77 assorted fixes for breakage found by randomconfig by Denis Vlasenko · 17 years ago
  87. 6a2f7f4 whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  88. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  89. eea7212 patch: fix -p -1 handling by Denis Vlasenko · 17 years ago
  90. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  91. fc77eb5 patch: fix bad line ending handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  92. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  93. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  94. 2f6ae43 stray trailing tabs removed by Denis Vlasenko · 17 years ago
  95. 2414a96 vi: comment out dead code by Denis Vlasenko · 17 years ago
  96. af1bd09 awk: fix -F 'regex' bug (miscounted fields if last field is empty) by Denis Vlasenko · 17 years ago
  97. b78c782 awk: style fixes; remove one xstrdup/free pair; testsuite by Denis Vlasenko · 17 years ago
  98. 91afdf8 vi: style fixlet by Denis Vlasenko · 17 years ago
  99. a3d15c8 fix typo in prev commit :( by Denis Vlasenko · 17 years ago
  100. 27da707 vi: s/argv[0]/applet_name/ by Denis Vlasenko · 17 years ago