summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/edit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* less uses a correct raceless signal method of indicating signal events inderaadt2019-09-031-2/+1
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-1/+1
* little bit more KNFderaadt2016-09-171-1/+1
* style(9) includesmmcc2016-03-161-1/+2
* remove lint annotationsmmcc2016-01-121-1/+0
* Add a flag argument to flush() to stop it calling quit() on error, thennicm2015-11-131-2/+2
* NULL_IFILE has no weird use patterns. NULL is sufficient.deraadt2015-11-091-15/+15
* use (off_t)-1 rather than a BAD_LSEEK wrapperderaadt2015-11-091-1/+1
* error() is not a stdarg function, so there is no reason for NULL_PARGderaadt2015-11-091-3/+3
* use open() with flags instead of creat()deraadt2015-11-091-1/+1
* do not need wrappers around O_RDONLY and suchderaadt2015-11-091-2/+2
* replace save() with estrdup() and make estrdup() exit like all the othertedu2015-11-071-1/+1
* 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-244/+142
* Give more(1) its own help file, shorter than the one for less(1).schwarze2014-05-101-1/+1
* Merge Less 458 plus local patchesshadchin2014-04-251-3/+6
* Use volatile sig_atomic_t, not int, for the sigs variable. Alsomillert2011-09-211-1/+1
* Merge in less 444 plus local changesshadchin2011-09-161-14/+69
* use SMALL_PROGRAM to knock out some codederaadt2010-07-031-0/+4
* use SEEK_* for lseek()deraadt2006-04-021-1/+1
* o go back to using a help file instead of embedding it in the binarymillert2003-04-141-19/+4
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-93/+214
* kill more registersmpech2001-11-191-4/+4
* $OpenBSD$niklas2001-01-291-0/+2
* Import of unmolested less-290.etheisen1996-09-211-0/+656