Age | Commit message (Expand) | Author |
2006-05-26 | remove references to CRTs where they no longer make sense; | Jason McIntyre |
2006-05-23 | Fix removing of trailing space in file name completion list. | Otto Moerbeek |
2006-04-02 | use SEEK_* for lseek() | Theo de Raadt |
2006-01-11 | Fix recovery of realloc failure, which causes a segv on files with | Otto Moerbeek |
2005-08-27 | Fix off-by-one when moving a line to the end of the buffer. Instead | Todd C. Miller |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt |
2004-12-30 | these pages already have their copyrights contained within the main | Jason McIntyre |
2004-12-19 | use strchr instead of index | Theo de Raadt |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-08-23 | Do %s replacement for LESSOPEN and LESSCLOSE ourselves instead | Todd C. Miller |
2004-04-25 | isprint() doesn't consider all whitespace to be printable so use | Todd C. Miller |
2004-04-08 | When reallocating the line buffer, double the existing buffer | Todd C. Miller |
2004-02-20 | uppercase CRT; | Jason McIntyre |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2003-11-30 | - .Sh WARNINGS -> standard .Sh CAVEATS | Jason McIntyre |
2003-11-30 | - document LESSKEY_SYSTEM and /etc/sysless | Jason McIntyre |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-09-25 | Call fsync() _after_ tcsetattr() and pass tcsetattr the TCSASOFT | Todd C. Miller |
2003-09-02 | escape punctuation; | Jason McIntyre |
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller |
2003-08-18 | We distribute less under a 2-term BSD-style license. Update COPYRIGHT | Todd C. Miller |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-08-01 | another round of missing system includes | David Krause |
2003-07-14 | - escape %{B,D,P} to prevent groff trying to expand them | Jason McIntyre |
2003-06-18 | Use OPT_ONPLUS instead of hard-coding '2' | Todd C. Miller |
2003-06-18 | Fix sizeof(char *) in snprintf that broke the -N option. | Todd C. Miller |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-07 | Use interruptible syscalls instead of setjmp/longjmp. This makes | Todd C. Miller |
2003-06-04 | It turns out that POSIX specifies more should prompt with the file name, | Todd C. Miller |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-04-22 | Tell glob() to do tilde and brace expansion too. | Todd C. Miller |
2003-04-17 | Hard-code charset if SMALL | Todd C. Miller |
2003-04-16 | no more less.nro | Todd C. Miller |
2003-04-16 | mdoc format man pages from jmc@ | Todd C. Miller |
2003-04-14 | No more LESSECHO environment variable | Todd C. Miller |
2003-04-14 | help.o now needs HELPFILE defined too | Todd C. Miller |
2003-04-14 | less uses the "lessecho" command to do globbing on systems that | Todd C. Miller |
2003-04-14 | Make the GNU_OPTIONS define actually do something (was a no-op) | Todd C. Miller |
2003-04-14 | o go back to using a help file instead of embedding it in the binary | Todd C. Miller |
2003-04-13 | Whoops, this is less 381, not 390 (my mistake) | Todd C. Miller |
2003-04-13 | Merge in less-381 w/ local changes and remove obsolete files. | Todd C. Miller |
2003-04-13 | Stock less-390 with some unneeded DOS/Windoze files removed | Todd C. Miller |
2003-04-10 | Only print the "helpful" prompt in -d mode if there is room on the | Todd C. Miller |
2003-04-06 | more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintf | Theo de Raadt |
2003-04-06 | very simple strlcat calls | Theo de Raadt |
2003-04-05 | some more string shit; krw ok | Theo de Raadt |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt |
2002-12-31 | Typoes; jmc AT prioris DoT mini DoT pw DoT edu DoT pl | Todd C. Miller |
2001-11-19 | kill more registers | Mike Pechkin |
2001-09-25 | let configure script use GNUSYSTEM_AUX_DIR | Marc Espie |