Age | Commit message (Expand) | Author |
2016-09-17 | little bit more KNF | Theo de Raadt |
2016-08-28 | Check the MORE (or LESS) environment variables after forcing the various | Nicholas Marriott |
2016-07-08 | Pass errret pointer to setupterm() to prevent setupterm() | Todd C. Miller |
2016-03-26 | Improve handling of ambiguous overstrike sequences. A sequence of _\b_ | Martin Natano |
2016-03-16 | style(9) includes | mmcc |
2016-03-16 | Wrap a macro's args in parentheses. No binary change. | mmcc |
2016-02-03 | Rename a local var so that we can call the global message buffer msg. | mmcc |
2016-01-29 | sort includes | mmcc |
2016-01-29 | remove unneeded CHAR_BIT macro | mmcc |
2016-01-29 | remove superfluous macro | mmcc |
2016-01-27 | missing fclose(3). (silence cppcheck warnings). | Gleydson Soares |
2016-01-26 | Remove a fancy macro that calculates the necessary buffer size for | mmcc |
2016-01-19 | Remove the lintism PRINTFLIKE1, don't replace it with an attribute so we | mmcc |
2016-01-17 | start removing mp, the pointer to message's nul byte | mmcc |
2016-01-15 | remove needless extern keywords, a vestige of pre-ANSI C | mmcc |
2016-01-15 | Use quotes rather than angle brackets for local header. Fixes building | mmcc |
2016-01-13 | unify two identical function pairs now that we've removed less's off_t | mmcc |
2016-01-12 | remove lint annotations | mmcc |
2016-01-12 | Remove LINUNUM, a needless alias for off_t. Also, remove a redundant | mmcc |
2016-01-09 | Remove superfluous and barely used macro aliases for wctype.h functions. | mmcc |
2015-12-27 | Put macro arg in parentheses. | mmcc |
2015-12-25 | inline a once-used function that just prints a warning | mmcc |
2015-12-09 | Remove NULL-check before free(). | mmcc |
2015-11-23 | Update less(1) and lesskey(1) manuals for LESSCHARSET removal | tb |
2015-11-23 | Remove bug-less email address. From Michael Reed, thanks! | tb |
2015-11-23 | Don't shadow a function argument. | Nicholas Marriott |
2015-11-23 | Most of these functions can be static. | Nicholas Marriott |
2015-11-23 | Missing prototype. | Nicholas Marriott |
2015-11-23 | A couple more prototypes without arguments. | Nicholas Marriott |
2015-11-23 | Just use the default CDIAGFLAGS rather than defining our own. | Nicholas Marriott |
2015-11-23 | Fix function type arguments. | Nicholas Marriott |
2015-11-23 | $OpenBSD$ | Nicholas Marriott |
2015-11-23 | less builds its programs one level lower, so we need a Makefile.inc here | Ted Unangst |
2015-11-23 | calling ioctl() requires include sys/ioctl.h | Ted Unangst |
2015-11-21 | remove fancy null check function in favor of checking for null. | Ted Unangst |
2015-11-20 | wrapping an ioctl for TIOCGWINSZ inside #ifdef TIOCGWINSIZE (entirely | Theo de Raadt |
2015-11-20 | spaces | Theo de Raadt |
2015-11-19 | if you're going to call err(), need to use <err.h> | Ted Unangst |
2015-11-15 | The compile-time secure mode has gone, from Michael Reed. | Nicholas Marriott |
2015-11-14 | Symbol table tells me to use pledge "stdio rpath wpath cpath" | Theo de Raadt |
2015-11-14 | Correct check flipped in earlier commit. | Philip Guenther |
2015-11-13 | Add a flag argument to flush() to stop it calling quit() on error, then | Nicholas Marriott |
2015-11-12 | Back out of is_optchar() removal. daniel@ was not a fan. | mmcc |
2015-11-12 | Inline is_optchar(), a helper function with only one usage. | mmcc |
2015-11-12 | Cast three ctype functions' arguments to unsigned char and simplify a | mmcc |
2015-11-12 | Remove chardef[] and just use isprint/iscntrl directly, ok tedu | Nicholas Marriott |
2015-11-11 | exit if pledge fails | Theo de Raadt |
2015-11-09 | use perror() instead, as in lesskey | Theo de Raadt |
2015-11-09 | stop acting like "more" if progname is "page"; ok millert | Theo de Raadt |
2015-11-09 | fsync() on a tty is meaningless; ok deraadt@ | Todd C. Miller |