aboutsummaryrefslogtreecommitdiff
path: root/miscutils/less.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2018-05-131-9/+14
|\
| * less: fix fallout from "use common routine to set raw termios"Denys Vlasenko2018-04-161-1/+1
| * less: remove unnecessary messageDenys Vlasenko2018-04-151-1/+0
| * less: implement -FAaro Koskinen2018-04-151-7/+13
* | win32: exclude termios codeRon Yorston2018-04-051-0/+6
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-1/+5
|\|
| * less: accept -R option. Closes 10816Denys Vlasenko2018-02-271-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-4/+64
|\|
| * less: fix help text conditional for -RDenys Vlasenko2018-01-241-1/+1
| * less: optional support of -RDenys Vlasenko2018-01-221-1/+63
| * less: code shrinkDenys Vlasenko2018-01-081-3/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-18/+10
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-2/+0
| * less,microcom,lineedit: use common routine to set raw termiosDenys Vlasenko2017-09-151-9/+3
| * hexedit: implement "[enter] goto offset" keyDenys Vlasenko2017-09-141-2/+2
| * hexedit: restore screen on exitDenys Vlasenko2017-09-141-1/+1
| * *: use ESC define instead of "\033"; use ESC[m instead of ESC[0mDenys Vlasenko2017-09-131-2/+2
| * hexedit: new appletDenys Vlasenko2017-09-131-1/+1
* | less: avoid defining unused functionJohannes Schindelin2017-08-231-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-19/+19
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-18/+18
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-1/+1
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-081-4/+1
|\|
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-4/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-0/+4
|\|
| * Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-221-0/+4
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-12/+31
|\|
| * less: switch off nonblock on kbd_fd before exitDenys Vlasenko2016-09-131-7/+5
| * less: fall back to using fd #1 for keyboard reading. Closes 9231Denys Vlasenko2016-09-131-4/+12
| * less: fix bracket search to match behavior of less 481Denys Vlasenko2016-08-161-9/+18
| * less: fix SEGVDenys Vlasenko2016-08-161-2/+6
* | less: hide unsupported signal handling in include fileRon Yorston2016-05-191-6/+0
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-2/+5
|\|
| * *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-211-3/+4
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-2/+4
| * less: fix botched attempt to use last columnRon Yorston2015-08-161-14/+14
* | winansi: revert to previous console behaviour for vi/lessRon Yorston2016-04-261-1/+1
* | less: fix bugs in terminal width handlingRon Yorston2015-08-061-14/+14
* | less: port to WIN32 and enable by defaultRon Yorston2015-08-061-0/+84
|/
* less: further tweaks to regular file detectionRon Yorston2015-08-031-11/+5
* less: improve regular file detection in line counting codeDenys Vlasenko2015-07-311-19/+28
* less: allow use of last column of terminalRon Yorston2015-07-311-10/+10
* less: fix line number confusionRon Yorston2015-07-311-37/+82
* less: add a function to detect when display is at end of fileRon Yorston2015-07-311-13/+12
* less: rearrange detection of non-regular filesRon Yorston2015-07-311-8/+15
* less: move code to count lines into a separate functionRon Yorston2015-07-311-24/+28
* less: fix numeric inputRon Yorston2015-07-311-1/+1
* less: improvements to verbose status messagesRon Yorston2015-07-211-14/+69