summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/charset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete what remains of the support for combining characters intoschwarze2019-09-021-25/+0
* New utility function mbtowc_left() because this functionality -schwarze2019-08-311-0/+21
* trivial patch to at least make the buggy functions control_char()schwarze2019-05-151-2/+2
* Clean up all major UTF-8 issues in cvt.c.schwarze2019-05-151-42/+0
* Completely clean up UTF-8 handling in the file filename.c:schwarze2019-05-071-12/+0
* control_char() for ASCII needs to include both genuine controlnicm2017-04-201-1/+3
* Avoid an out of bounds read when the environment variable LESSBINFMTmillert2017-01-041-3/+4
* little bit more KNFderaadt2016-09-171-2/+2
* style(9) includesmmcc2016-03-161-2/+2
* Remove chardef[] and just use isprint/iscntrl directly, ok tedunicm2015-11-121-37/+7
* delete custom charset tables and just use ctype. init utf_mode from LC_CTYPEtedu2015-11-071-143/+2
* remove some charsets we don't use. remove LESSCHARSET since setting it totedu2015-11-071-62/+0
* remove rarely used LESSCHARDEF support. ok nicmtedu2015-11-061-9/+0
* Garrett D'Amore has agreed to moving his copyright line up above thenicm2015-11-061-4/+2
* whitespacederaadt2015-11-051-1/+1
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-416/+287
* Merge Less 458 plus local patchesshadchin2014-04-251-3/+2
* Fix mismerged copyright noticemillert2011-09-211-2/+2
* Merge in less 444 plus local changesshadchin2011-09-161-52/+912
* isprint() doesn't consider all whitespace to be printable so usemillert2004-04-251-1/+1
* Hard-code charset if SMALLmillert2003-04-171-0/+54
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-49/+96
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-5/+5
* kill more registersmpech2001-11-191-8/+8
* $OpenBSD$niklas2001-01-291-0/+2
* Import of unmolested less-290.etheisen1996-09-211-0/+287