Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adjust a variable name in a comment after the reorg in signal.c rev. 1.18 | 2019-09-04 | 1 | -1/+1 | |
| | |||||
* | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -1/+1 | |
| | | | | | | value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future. | ||||
* | style(9) includes | 2016-03-16 | 1 | -1/+2 | |
| | | | | ok nicm@ | ||||
* | Add a flag argument to flush() to stop it calling quit() on error, then | 2015-11-13 | 1 | -3/+3 | |
| | | | | | | use this from quit() to stop less blowing up the stack looping through quit()/flush() if stderr is closed (for example "less /missing 2</dev/null"). ok millert | ||||
* | NULL_IFILE has no weird use patterns. NULL is sufficient. | 2015-11-09 | 1 | -1/+1 | |
| | |||||
* | error() is not a stdarg function, so there is no reason for NULL_PARG | 2015-11-09 | 1 | -2/+2 | |
| | | | | to be special. Simply use NULL. | ||||
* | do not need wrappers around O_RDONLY and such | 2015-11-09 | 1 | -1/+1 | |
| | |||||
* | replace save() with estrdup() and make estrdup() exit like all the other | 2015-11-07 | 1 | -3/+3 | |
| | | | | | ecalloc, etc. functions do. ok mmcc nicm | ||||
* | Garrett D'Amore has agreed to moving his copyright line up above the | 2015-11-06 | 1 | -4/+2 | |
| | | | | | terms with the existing copyright, so it is clear it applies the same terms. | ||||
* | Remove LSIGNAL which is just the same as lsignal() now. | 2015-11-06 | 1 | -2/+2 | |
| | |||||
* | Replace less with the cleaned-up fork of less 458 maintained by Garrett | 2015-11-05 | 1 | -179/+56 | |
| | | | | | | | | | | | | | D'Amore at https://github.com/gdamore/less-fork. This has significantly less portability goop, has a tidied up code style, uses terminfo instead of termcap, and is has stricter POSIX compliance. Many of our local changes have been accepted upstream: substantial remaining local changes are code to read help files from /usr/share rather than compiling them in, man page and help improvements, and some tweaks to the default options. Review and testing by millert, ok deraadt | ||||
* | Merge Less 458 plus local patches | 2014-04-25 | 1 | -3/+2 | |
| | | | | ok guenther@, ok jmc@ for man bits | ||||
* | Merge in less 444 plus local changes | 2011-09-16 | 1 | -5/+9 | |
| | | | | ok nicm@ | ||||
* | Update to less version 382. This removes some code that is licensed under | 2007-04-19 | 1 | -140/+0 | |
| | | | | | | a non-BSD license and which was not used on OpenBSD. No functional changes. From Daniel Dickmann <didickman@gmail.com>, ok itojun, millert, ray, matthieu | ||||
* | use strchr instead of index | 2004-12-19 | 1 | -1/+1 | |
| | |||||
* | Merge in less-381 w/ local changes and remove obsolete files. | 2003-04-13 | 1 | -53/+261 | |
| | |||||
* | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | 2003-04-06 | 1 | -4/+4 | |
| | | | | | reviewed by tdeval, millert, dhartmei and others. more bits coming here from some of them i think | ||||
* | kill more registers | 2001-11-19 | 1 | -7/+7 | |
| | | | | millert@ ok | ||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | Import of unmolested less-290. | 1996-09-21 | 1 | -0/+300 | |