summaryrefslogtreecommitdiffstats
path: root/usr.bin/less (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust a variable name in a comment after the reorg in signal.c rev. 1.18schwarze2019-09-041-1/+1
* less uses a correct raceless signal method of indicating signal events inderaadt2019-09-0315-61/+57
* Delete what remains of the support for combining characters intoschwarze2019-09-024-42/+7
* New utility function mbtowc_left() because this functionality -schwarze2019-08-313-45/+30
* - more no longer accepts random less commandsjmc2019-08-202-34/+30
* Correct misleading description of -S;schwarze2019-07-201-6/+4
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-287-8/+8
* asprintf returns -1, not an arbitrary value < 0. Also upon error thederaadt2019-06-281-1/+1
* In manpages, don't escape apostrophes as \'; it's rarely what you want.bentley2019-06-021-3/+3
* use proper crossreferencesnaddy2019-05-261-4/+8
* trivial patch to at least make the buggy functions control_char()schwarze2019-05-152-4/+2
* trivial replacement of the home-grown IS_ASCII_OCTET()schwarze2019-05-154-5/+3
* Clean up all major UTF-8 issues in cvt.c.schwarze2019-05-153-46/+11
* UTF-8 cleanup in the function cmd_putstr().schwarze2019-05-151-18/+5
* delete five unused macrosschwarze2019-05-091-5/+0
* UTF-8 cleanup in the function pshift().schwarze2019-05-091-39/+37
* fix an obvious documentation bug: -# requires an argumentschwarze2019-05-071-6/+11
* Completely clean up UTF-8 handling in the file filename.c:schwarze2019-05-073-25/+12
* UTF-8 cleanup of the function pappend():schwarze2019-05-071-42/+42
* Cleanup and bugfix:schwarze2019-03-141-6/+8
* UTF-8 cleanup in do_append() replacing calls to broken functions:schwarze2019-03-131-7/+11
* Clean up UTF-8 handling in backc():schwarze2019-03-121-8/+38
* de-obfuscate by expanding three useless macros; no functional change;schwarze2019-03-011-24/+22
* Start UTF-8 cleanup of store_char(), in particular getting rid ofschwarze2019-03-012-38/+37
* To simplify the upcoming UTF-8 cleanup in less(1), delete supportschwarze2019-02-264-19/+11
* To measure the display width of a wide character in pwidth(), useschwarze2019-02-241-35/+40
* Delete unnecessary <libgen.h> #includesguenther2018-12-301-1/+0
* Split only LESS on $.krw2018-03-173-9/+9
* Fix use after free that caused the creation of a spurious file.krw2018-03-172-1/+3
* Use CLOCK_MONOTONIC for the delay before printing "Calculating line numbers"jca2017-11-271-3/+23
* After fstat(2) failure, trying lseek(2) is useless, so delete it.schwarze2017-10-291-16/+1
* When performing an inverted search in less, make sure to invalidate the matchanton2017-08-022-2/+5
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
* While freeing tag entries, make sure to free the copied strings.millert2017-05-031-0/+2
* control_char() for ASCII needs to include both genuine controlnicm2017-04-201-1/+3
* The character buffer should be resized using recallocarray()deraadt2017-04-021-2/+2
* Fix the "t" command for the case where we go down by just a few lines:schwarze2017-01-121-0/+1
* Avoid an out of bounds read when the environment variable LESSBINFMTmillert2017-01-041-3/+4
* restore a not so redundant test. loopcount = -1 is a significant indicatortedu2016-12-301-1/+1
* Unify wording for LC_CTYPE in ENVIRONMENT:schwarze2016-10-241-3/+6
* little bit more KNFderaadt2016-09-1725-63/+63
* Check the MORE (or LESS) environment variables after forcing the variousnicm2016-08-281-4/+4
* Pass errret pointer to setupterm() to prevent setupterm()millert2016-07-081-2/+7
* Improve handling of ambiguous overstrike sequences. A sequence of _\b_natano2016-03-262-12/+24
* style(9) includesmmcc2016-03-1616-27/+37
* Wrap a macro's args in parentheses. No binary change.mmcc2016-03-161-2/+2
* Rename a local var so that we can call the global message buffer msg.mmcc2016-02-031-9/+10
* sort includesmmcc2016-01-291-8/+7
* remove unneeded CHAR_BIT macrommcc2016-01-291-4/+0
* remove superfluous macrommcc2016-01-292-2/+1