Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trivial replacement of the home-grown IS_ASCII_OCTET() | 2019-05-15 | 1 | -1/+1 | |
| | | | | with the standard isascii(3) | ||||
* | UTF-8 cleanup in the function cmd_putstr(). | 2019-05-15 | 1 | -18/+5 | |
| | | | | | | This function is only ever called with constant ASCII string arguments, so actually it doesn't need any UTF-8 handling whatsoever. OK millert@ | ||||
* | little bit more KNF | 2016-09-17 | 1 | -8/+8 | |
| | |||||
* | style(9) includes | 2016-03-16 | 1 | -3/+4 | |
| | | | | ok nicm@ | ||||
* | Remove LINUNUM, a needless alias for off_t. Also, remove a redundant | 2016-01-12 | 1 | -2/+2 | |
| | | | | | | condition. ok nicm@ | ||||
* | Don't shadow a function argument. | 2015-11-23 | 1 | -6/+6 | |
| | |||||
* | Remove NULL-checks before free(), a needless comment, and a needless | 2015-11-09 | 1 | -13/+6 | |
| | | | | | | void* cast. ok nicm@ | ||||
* | cleanup struct definitions | 2015-11-09 | 1 | -2/+1 | |
| | |||||
* | replace save() with estrdup() and make estrdup() exit like all the other | 2015-11-07 | 1 | -2/+2 | |
| | | | | | 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. | ||||
* | Replace less with the cleaned-up fork of less 458 maintained by Garrett | 2015-11-05 | 1 | -459/+249 | |
| | | | | | | | | | | | | | 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 | -20/+55 | |
| | | | | ok guenther@, ok jmc@ for man bits | ||||
* | Don't create a history file called -... doh. Pointed out by jmc. | 2011-11-16 | 1 | -1/+3 | |
| | |||||
* | Merge in less 444 plus local changes | 2011-09-16 | 1 | -80/+541 | |
| | | | | ok nicm@ | ||||
* | Merge in less-381 w/ local changes and remove obsolete files. | 2003-04-13 | 1 | -280/+390 | |
| | |||||
* | kill more registers | 2001-11-19 | 1 | -2/+2 | |
| | | | | millert@ ok | ||||
* | $OpenBSD$ | 2001-01-29 | 1 | -0/+2 | |
| | |||||
* | Import of unmolested less-290. | 1996-09-21 | 1 | -0/+939 | |