| Age | Commit message (Expand) | Author |
| 2003-04-16 | Use | wiz |
| 2003-03-31 | em-gosmacs-traspose->em-gosmacs-transpose (Igor Sobrado, PR misc/19909) | perry |
| 2003-03-29 | Consistently spell occurrence with two rs. | wiz |
| 2003-03-10 | don't use the path for awk | christos |
| 2003-03-10 | s/u_int32_t/unsigned int/ | christos |
| 2003-03-10 | Put the __weak_extern() back inside vi_alias, but after the extern for | dsl |
| 2003-03-10 | Move the __weak_extern() (ifdef'ed) outside of the vi_alias() | he |
| 2003-03-10 | null is not 0 | christos |
| 2003-03-10 | if no __weak_extern, don't even try to do vi_alias. | christos |
| 2003-03-10 | fix uninitialized variable. | christos |
| 2003-03-10 | sig_t is non portable | christos |
| 2003-03-10 | - include cdefs.h early in the game | christos |
| 2003-03-10 | include alloca.h for systems that need it. | christos |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2003-01-21 | Replace -1 with \-1 for PostScript output; drop a trailing space and fix two ... | wiz |
| 2003-01-21 | Add a uniquefier for the history function. | christos |
| 2003-01-21 | fix directory descriptor leak [from michael at moria dot de] | christos |
| 2002-11-20 | Fix problem with previous patches that broke vi history. | christos |
| 2002-11-15 | de-lint | christos |
| 2002-11-15 | PR/18995: David Laight: libedit fixes for posix conformant sh | christos |
| 2002-11-12 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-11-12 | Avoid strict alias warning. | thorpej |
| 2002-10-31 | support for % command [matching parens/brackets/braces] on vi modes. | christos |
| 2002-10-27 | remove unused variables. | christos |
| 2002-10-27 | vi mode and memory fixes from david laight. | christos |
| 2002-10-27 | don't crash in memory shortage conditions. | christos |
| 2002-10-27 | PR/17954: SAITOH Masanobu: since we have opost and onlcr set, we don't need | christos |
| 2002-10-13 | write the vis(3) converted string into the file, not the original one. | christos |
| 2002-10-02 | empty, not emptry. By Adrian Mrva. | wiz |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem |
| 2002-08-19 | More use of ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path | lukem |
| 2002-08-18 | reflect reality. | yamt |
| 2002-08-09 | Remove extraneous \n's in {err,warn}{,x}. | soren |
| 2002-04-09 | _rl_qsort_string_compare(): Fix casts. This makes gcc 3.2 happy, | thorpej |
| 2002-03-23 | make sure this compiles cleanly and works. | christos |
| 2002-03-18 | Add a couple linted comment and enable WARNS=3 | christos |
| 2002-03-18 | oops, we need config.h now. | christos |
| 2002-03-18 | - constify; passes all gcc and lint strict checks. | christos |
| 2002-02-20 | Close quoting. | wiz |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-02-03 | Fixed an __P remnant | christos |
| 2002-02-03 | Don't use HAVE_ yet. | christos |
| 2002-02-03 | Fix a warning. | christos |
| 2002-01-31 | don't forget to re-adjust the limit. | christos |
| 2002-01-31 | make pointer arithmetic more palatable. | christos |
| 2002-01-15 | Punctuation nits. | wiz |
| 2002-01-15 | Punctuation and whitespace nits, fix a typo. | wiz |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-12 | Readability cleanups; MKfoo=no -> NOfoo. | tv |