Age | Commit message (Expand) | Author |
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 |
2015-11-09 | NULL_IFILE has no weird use patterns. NULL is sufficient. | Theo de Raadt |
2015-11-09 | define of SPACES_IN_FILENAMES is never used | Theo de Raadt |
2015-11-09 | use (off_t)-1 rather than a BAD_LSEEK wrapper | Theo de Raadt |
2015-11-09 | error() is not a stdarg function, so there is no reason for NULL_PARG | Theo de Raadt |
2015-11-09 | 3 pledge calls; 2 are for secure mode and will help track down if this | Theo de Raadt |
2015-11-09 | do not save history in secure mode | Theo de Raadt |
2015-11-09 | use open() with flags instead of creat() | Theo de Raadt |
2015-11-09 | Remove NULL-checks before free(), a needless comment, and a needless | mmcc |
2015-11-09 | cleanup struct definitions | Theo de Raadt |
2015-11-09 | close_getchr() is now a noop | Theo de Raadt |
2015-11-09 | use STDERR_FILENO instead of 2 | Theo de Raadt |
2015-11-09 | do not need wrappers around O_RDONLY and such | Theo de Raadt |
2015-11-08 | stop pointing people to the gnu and less sites; ok nicm | Jason McIntyre |
2015-11-08 | Remove support for LESSGLOBALTAGS, we do not have global(1) (standard | Nicholas Marriott |
2015-11-07 | replace save() with estrdup() and make estrdup() exit like all the other | Ted Unangst |
2015-11-07 | delete custom charset tables and just use ctype. init utf_mode from LC_CTYPE | Ted Unangst |
2015-11-07 | remove some charsets we don't use. remove LESSCHARSET since setting it to | Ted Unangst |
2015-11-06 | remove rarely used LESSCHARDEF support. ok nicm | Ted Unangst |
2015-11-06 | Remove support for ! to run a shell command, we have ^Z around these | Nicholas Marriott |
2015-11-06 | Garrett D'Amore has agreed to moving his copyright line up above the | Nicholas Marriott |
2015-11-06 | time_t is not a long. remove incorrect abstraction around time(). | Ted Unangst |
2015-11-06 | Remove LSIGNAL which is just the same as lsignal() now. | Nicholas Marriott |