summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/filename.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Completely clean up UTF-8 handling in the file filename.c:schwarze2019-05-071-12/+12
* To simplify the upcoming UTF-8 cleanup in less(1), delete supportschwarze2019-02-261-1/+1
* After fstat(2) failure, trying lseek(2) is useless, so delete it.schwarze2017-10-291-16/+1
* little bit more KNFderaadt2016-09-171-4/+4
* style(9) includesmmcc2016-03-161-2/+3
* remove superfluous macrommcc2016-01-291-1/+1
* NULL_IFILE has no weird use patterns. NULL is sufficient.deraadt2015-11-091-3/+3
* use (off_t)-1 rather than a BAD_LSEEK wrapperderaadt2015-11-091-2/+2
* error() is not a stdarg function, so there is no reason for NULL_PARGderaadt2015-11-091-2/+2
* replace save() with estrdup() and make estrdup() exit like all the othertedu2015-11-071-2/+2
* Garrett D'Amore has agreed to moving his copyright line up above thenicm2015-11-061-4/+2
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-587/+233
* Merge Less 458 plus local patchesshadchin2014-04-251-39/+55
* Merge in less 444 plus local changesshadchin2011-09-161-50/+75
* use SMALL_PROGRAM to knock out some codederaadt2010-07-031-0/+2
* Don't access buf[strlen(buf) - 1] for zero-length strings.ray2006-12-061-1/+2
* Fix removing of trailing space in file name completion list.otto2006-05-231-1/+1
* use SEEK_* for lseek()deraadt2006-04-021-2/+2
* Do %s replacement for LESSOPEN and LESSCLOSE ourselves insteadmillert2004-08-231-8/+32
* o go back to using a help file instead of embedding it in the binarymillert2003-04-141-0/+19
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-290/+604
* more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfderaadt2003-04-061-11/+15
* very simple strlcat callsderaadt2003-04-061-3/+3
* some more string shit; krw okderaadt2003-04-051-11/+15
* lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduderaadt2003-03-131-10/+10
* kill more registersmpech2001-11-191-11/+11
* $OpenBSD$niklas2001-01-291-0/+2
* Import of unmolested less-290.etheisen1996-09-211-0/+715