1. 12566e7 ash,hush: fix handling of SIGINT while waiting for interactive input by Denys Vlasenko · 2 years, 11 months ago
  2. db5546c libbb: code shrink: introduce and use [_]exit_SUCCESS() by Denys Vlasenko · 3 years ago
  3. 076f5e0 less: code shrink by Denys Vlasenko · 3 years ago
  4. 35727f5 less: Ignore -X by Ismael Luceno · 3 years, 2 months ago
  5. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  6. 058a153 less: fix fallout from "use common routine to set raw termios" by Denys Vlasenko · 7 years ago
  7. 50aea27 less: remove unnecessary message by Denys Vlasenko · 7 years ago
  8. 3694150 less: implement -F by Aaro Koskinen · 7 years ago
  9. 0e0209a less: accept -R option. Closes 10816 by Denys Vlasenko · 7 years ago
  10. 14bc965 less: fix help text conditional for -R by Denys Vlasenko · 7 years ago
  11. 8528d3d less: optional support of -R by Denys Vlasenko · 7 years ago
  12. 83c99ab less: code shrink by Denys Vlasenko · 7 years ago
  13. 0c4dbd4 regularize format of source file headers, no code changes by Denys Vlasenko · 7 years ago
  14. aaaaaa5 less,microcom,lineedit: use common routine to set raw termios by Denys Vlasenko · 7 years ago
  15. d54f58d hexedit: implement "[enter] goto offset" key by Denys Vlasenko · 7 years ago
  16. 363fb5e hexedit: restore screen on exit by Denys Vlasenko · 7 years ago
  17. 8187e01 *: use ESC define instead of "\033"; use ESC[m instead of ESC[0m by Denys Vlasenko · 7 years ago
  18. 73af705 hexedit: new applet by Denys Vlasenko · 7 years ago
  19. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  20. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  21. 10ad622 Spelling fixes in comments, documentation, tests and examples by Denys Vlasenko · 8 years ago
  22. f560422 Big cleanup in config help and description by Denys Vlasenko · 8 years ago
  23. f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  24. 7fa799a less: switch off nonblock on kbd_fd before exit by Denys Vlasenko · 8 years ago
  25. 3c0e579 less: fall back to using fd #1 for keyboard reading. Closes 9231 by Denys Vlasenko · 8 years ago
  26. 110c6bb less: fix bracket search to match behavior of less 481 by Denys Vlasenko · 8 years ago
  27. 2525596 less: fix SEGV by Denys Vlasenko · 8 years ago
  28. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  29. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  30. 26ccd3d less: fix botched attempt to use last column by Ron Yorston · 9 years ago
  31. b27cf31 less: further tweaks to regular file detection by Ron Yorston · 9 years ago
  32. 9dc526d less: improve regular file detection in line counting code by Denys Vlasenko · 9 years ago
  33. 1ecb996 less: allow use of last column of terminal by Ron Yorston · 9 years ago
  34. d542d18 less: fix line number confusion by Ron Yorston · 9 years ago
  35. ad1b4d5 less: add a function to detect when display is at end of file by Ron Yorston · 9 years ago
  36. 70b84be less: rearrange detection of non-regular files by Ron Yorston · 9 years ago
  37. 159e032 less: move code to count lines into a separate function by Ron Yorston · 9 years ago
  38. ae1a9e8 less: fix numeric input by Ron Yorston · 9 years ago
  39. 193ba40 less: improvements to verbose status messages by Ron Yorston · 9 years ago
  40. 78cfa00 less: correctly account for tabs when rewrapping lines by Ron Yorston · 9 years ago
  41. f06386a less: fix display of line numbers by Ron Yorston · 9 years ago
  42. 51aa861 less: document -S flag and make it independently configurable by Ron Yorston · 9 years ago
  43. 97c6491 typo fixes by Maninder Singh · 10 years ago
  44. 307d26c less: make -E work by Aaro Koskinen · 10 years ago
  45. 865814a less: trivial code shrink by Denys Vlasenko · 10 years ago
  46. d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
  47. 15943c8 less: disable "suppress empty wraparound" optimization by Denys Vlasenko · 10 years ago
  48. fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
  49. 69b114f less: fix bugs discovered with "git log -p | less -m" on kernel tree by Denys Vlasenko · 11 years ago
  50. 821e643 less: accept and ignore -s by Denys Vlasenko · 11 years ago
  51. cc1c9ca less: support "less 1<>TTY" by Denys Vlasenko · 11 years ago
  52. 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
  53. 5377286 who,less: tweaked help text by Denys Vlasenko · 13 years ago
  54. 2491511 Fixes for warnings in FreeBSD build by Denys Vlasenko · 13 years ago
  55. 4f54168 less: fix for screen size detection by Denys Vlasenko · 13 years ago
  56. 2ef4214 less: add a TODO comment by Denys Vlasenko · 13 years ago
  57. 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
  58. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  59. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  60. 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
  61. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  62. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  63. ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
  64. d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
  65. 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
  66. ecd90fd fix Unicode config option limits and some comments in less by Denys Vlasenko · 15 years ago
  67. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  68. 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
  69. 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
  70. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  71. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  72. c51457c less: fix pasting into search line ('/' cmd) - by Denis Vlasenko · 16 years ago
  73. 6497479 less: fix newly-introduced case of less spinning forever on pty's closed etc by Denis Vlasenko · 16 years ago
  74. 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
  75. e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
  76. f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
  77. 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
  78. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  79. 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
  80. e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
  81. d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
  82. 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
  83. 48a6773 - add less -I to be able to search case-insensitively by Bernhard Reutner-Fischer · 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. 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
  87. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  88. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  89. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  90. 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
  91. 24f824e less: fix somewhat elusive case when less gets stuck in search mode by Denis Vlasenko · 17 years ago
  92. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  93. 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 17 years ago
  94. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  95. b78d1c0 less: shrink by Denis Vlasenko · 17 years ago
  96. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
  97. d553faf less: small shrink by Denis Vlasenko · 17 years ago
  98. d2172c0 less: make it a bit more resistant against statusline corruption. by Denis Vlasenko · 17 years ago
  99. 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
  100. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago