summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/funcs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Delete what remains of the support for combining characters intoschwarze2019-09-021-1/+0
* New utility function mbtowc_left() because this functionality -schwarze2019-08-311-0/+1
* trivial patch to at least make the buggy functions control_char()schwarze2019-05-151-2/+0
* Clean up all major UTF-8 issues in cvt.c.schwarze2019-05-151-1/+0
* Completely clean up UTF-8 handling in the file filename.c:schwarze2019-05-071-1/+0
* Start UTF-8 cleanup of store_char(), in particular getting rid ofschwarze2019-03-011-2/+0
* Split only LESS on $.krw2018-03-171-1/+1
* Remove the lintism PRINTFLIKE1, don't replace it with an attribute so wemmcc2016-01-191-1/+0
* remove needless extern keywords, a vestige of pre-ANSI Cmmcc2016-01-151-274/+274
* Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc2016-01-121-7/+7
* Missing prototype.nicm2015-11-231-0/+1
* remove fancy null check function in favor of checking for null.tedu2015-11-211-1/+0
* Add a flag argument to flush() to stop it calling quit() on error, thennicm2015-11-131-1/+1
* close_getchr() is now a noopderaadt2015-11-091-1/+0
* replace save() with estrdup() and make estrdup() exit like all the othertedu2015-11-071-1/+0
* time_t is not a long. remove incorrect abstraction around time().tedu2015-11-061-1/+0
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-293/+290
* Give more(1) its own help file, shorter than the one for less(1).schwarze2014-05-101-0/+1
* Merge Less 458 plus local patchesshadchin2014-04-251-0/+1
* Merge in less 444 plus local changesshadchin2011-09-161-12/+52
* Use interruptible syscalls instead of setjmp/longjmp. This makesmillert2003-06-071-1/+1
* o go back to using a help file instead of embedding it in the binarymillert2003-04-141-0/+2
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-24/+47
* $OpenBSD$niklas2001-01-291-0/+2
* Import of unmolested less-290.etheisen1996-09-211-0/+224