- f88e3bf Convert all miscutils/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
- 7fa799a less: switch off nonblock on kbd_fd before exit by Denys Vlasenko · 8 years ago
- 3c0e579 less: fall back to using fd #1 for keyboard reading. Closes 9231 by Denys Vlasenko · 8 years ago
- 110c6bb less: fix bracket search to match behavior of less 481 by Denys Vlasenko · 8 years ago
- 2525596 less: fix SEGV by Denys Vlasenko · 8 years ago
- 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
- e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
- 26ccd3d less: fix botched attempt to use last column by Ron Yorston · 9 years ago
- b27cf31 less: further tweaks to regular file detection by Ron Yorston · 9 years ago
- 9dc526d less: improve regular file detection in line counting code by Denys Vlasenko · 9 years ago
- 1ecb996 less: allow use of last column of terminal by Ron Yorston · 9 years ago
- d542d18 less: fix line number confusion by Ron Yorston · 9 years ago
- ad1b4d5 less: add a function to detect when display is at end of file by Ron Yorston · 9 years ago
- 70b84be less: rearrange detection of non-regular files by Ron Yorston · 9 years ago
- 159e032 less: move code to count lines into a separate function by Ron Yorston · 9 years ago
- ae1a9e8 less: fix numeric input by Ron Yorston · 9 years ago
- 193ba40 less: improvements to verbose status messages by Ron Yorston · 9 years ago
- 78cfa00 less: correctly account for tabs when rewrapping lines by Ron Yorston · 9 years ago
- f06386a less: fix display of line numbers by Ron Yorston · 9 years ago
- 51aa861 less: document -S flag and make it independently configurable by Ron Yorston · 9 years ago
- 97c6491 typo fixes by Maninder Singh · 10 years ago
- 307d26c less: make -E work by Aaro Koskinen · 10 years ago
- 865814a less: trivial code shrink by Denys Vlasenko · 10 years ago
- d6e7672 less: move "retry-on-EAGAIN" logic closer to read ops by Denys Vlasenko · 10 years ago
- 15943c8 less: disable "suppress empty wraparound" optimization by Denys Vlasenko · 10 years ago
- fe33683 Fix compile failures by Denys Vlasenko · 11 years ago
- 69b114f less: fix bugs discovered with "git log -p | less -m" on kernel tree by Denys Vlasenko · 11 years ago
- 821e643 less: accept and ignore -s by Denys Vlasenko · 11 years ago
- cc1c9ca less: support "less 1<>TTY" by Denys Vlasenko · 11 years ago
- 6830ade whitespace fixes. no code changes by Denys Vlasenko · 12 years ago
- 5377286 who,less: tweaked help text by Denys Vlasenko · 13 years ago
- 2491511 Fixes for warnings in FreeBSD build by Denys Vlasenko · 13 years ago
- 4f54168 less: fix for screen size detection by Denys Vlasenko · 13 years ago
- 2ef4214 less: add a TODO comment by Denys Vlasenko · 13 years ago
- 4e552a7 less: optionally query terminal size via "ESC [ 6 n". Closes bug 2659. by Denys Vlasenko · 13 years ago
- 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
- 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
- 7b18107 *: use _exit() in sighandlers; showkey: do not use exit-thru-sighandler by Marek Polacek · 14 years ago
- e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
- 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
- ea8b252 *: better string sharing by Denys Vlasenko · 15 years ago
- d9a3e89 consolidate ESC sequences by Denys Vlasenko · 15 years ago
- 58f108e lineedit: fix another corner case with bad unicode input by Denys Vlasenko · 15 years ago
- ecd90fd fix Unicode config option limits and some comments in less by Denys Vlasenko · 15 years ago
- 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 020f406 line editing: add an option to emit ESC [ 6 n and use results by Denys Vlasenko · 16 years ago
- 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
- 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
- c51457c less: fix pasting into search line ('/' cmd) - by Denis Vlasenko · 16 years ago
- 6497479 less: fix newly-introduced case of less spinning forever on pty's closed etc by Denis Vlasenko · 16 years ago
- 31d58e5 randomconfig fixes by Denis Vlasenko · 16 years ago
- e1ef89a less: correctly wrap lines with tabs by Denis Vlasenko · 16 years ago
- f3dcd3c less: FEATURE_LESS_LINENUMS depends on FEATURE_LESS_DASHCMD by Denis Vlasenko · 16 years ago
- 7b32e8f less: disable _ command, it's useless bloat by Denis Vlasenko · 16 years ago
- 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
- 53c80f0 less: add optional line number toggle and resizing on SIGWINCH. by Denis Vlasenko · 16 years ago
- e8efe81 less: add less v.418 help text doc. No code changes. by Denis Vlasenko · 16 years ago
- d908395 less: experimental code to enable wrap/no-wrap by Denis Vlasenko · 16 years ago
- 8f39b72 less: more sane way of line numbering. Prepares for by Denis Vlasenko · 16 years ago
- 48a6773 - add less -I to be able to search case-insensitively by Bernhard Reutner-Fischer · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
- 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
- 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
- 023dc67 fix warnings about pointer signedness by Denis Vlasenko · 17 years ago
- 24f824e less: fix somewhat elusive case when less gets stuck in search mode by Denis Vlasenko · 17 years ago
- cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
- 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- b78d1c0 less: shrink by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- d553faf less: small shrink by Denis Vlasenko · 17 years ago
- d2172c0 less: make it a bit more resistant against statusline corruption. by Denis Vlasenko · 17 years ago
- 3319637 less: update line input so that it doesn't interfere with by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
- 78e2d4e less: make 'f' page forward by Denis Vlasenko · 17 years ago
- 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
- fe7cd64 don't pass argc in getopt32, it's superfluous by Denis Vlasenko · 17 years ago
- 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
- 46340e3 less: add a bit more robustness in keyboard reading code by Denis Vlasenko · 17 years ago
- fdcfa2a less: less <HUGEFILE + [End] busy loops, fix it by Denis Vlasenko · 18 years ago
- 342b0ab less: forgot trivial #if ENABLE_xxxx by Denis Vlasenko · 18 years ago
- c2f011a more: stop using bss by Denis Vlasenko · 18 years ago
- 22a9a3c less: fix very obscure memory corruption bug by Denis Vlasenko · 18 years ago
- a1d24a0 less: stop using data/bss. Code got smaller too. by Denis Vlasenko · 18 years ago
- b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
- 8465a99 less: fix case when regex search finds nothing by Denis Vlasenko · 18 years ago
- c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 18 years ago
- 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 18 years ago
- f5a1576 less: handle yet another Home/End key sequence; expand a comment by Denis Vlasenko · 18 years ago
- a1c6312 less: make '/' (regex search) scan input if no matches are found by Denis Vlasenko · 18 years ago
- 18d6fc1 less: yet another attempt to make search better by Denis Vlasenko · 18 years ago
- 5c1de36 less: fix 'n'ext match: sometimes was going to 999999th line by Denis Vlasenko · 18 years ago
- 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
- b30418a less: support xterm's home/end; improve forward search by Denis Vlasenko · 18 years ago
- 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago