| Age | Commit message (Expand) | Author |
| 2023-02-13 | search.c: correctly handle escaped backslashes | gutteridge |
| 2021-05-17 | Fix search for collating symbols in form of [[.foo.]], as in a similar | rin |
| 2021-02-26 | Misc cleanups: | rin |
| 2021-02-26 | Put back local regex (thanks Rin) | christos |
| 2021-02-25 | we don't need the extra copy wide-regex anymore. | christos |
| 2020-07-07 | PR bin/55468 | rin |
| 2020-04-20 | Don't let clang warn about comparing pointers with string literals. | joerg |
| 2020-04-12 | Remove no longer needed workaround for PR/54656. | martin |
| 2019-10-29 | PR/54656: Martin Husemann: gcc-8 miscompiles ex_filter.c even with -O1, make | christos |
| 2019-10-24 | Switch the iconv(3) prototype to the POSIX conformant variation | kamil |
| 2019-10-04 | msg: | mrg |
| 2019-07-24 | Add missing break. | rin |
| 2019-06-17 | Fix unnamed/named edito. | uwe |
| 2019-02-04 | - use -Wno-error=implicit-fallthrough with GCC7. | mrg |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-14 | Fix description for -r option reflecting the actual behavior. | rin |
| 2018-08-07 | Use wp and wlen instead of ip and ilen for consistency. | rin |
| 2018-08-07 | Remove unnecessary buffer allocation and memcpy. | rin |
| 2018-08-07 | Add imctrl and imkey options, inspired by cannactrl and fepkey options in | rin |
| 2018-08-01 | As described in comments, we treat non-spacing chars as single-width ones. | rin |
| 2018-06-25 | Include <stddef.h> for offsetof(3) | kamil |
| 2018-06-25 | Specify SANITIZER_RENAME_SYMBOL in nvi | kamil |
| 2018-06-25 | Avoid unportable offsetof(3) calculation in nvi in log1.c | kamil |
| 2018-06-16 | Correct previous change to CHAR_T_OFFSET | kamil |
| 2018-06-16 | Do not cause Undefined Behavior in vi(1) | kamil |
| 2018-06-10 | use SUBDIR.roff suggested by uwe@ | christos |
| 2018-06-03 | Make sure that every wide char occupies at least one display width: | rin |
| 2018-05-01 | Create a new bsd.hostinit.mk file and put the build definitions for all host | christos |
| 2018-04-10 | PR bin/53164: Comment why we abort here. | rin |
| 2018-02-04 | fix GCC 6.4 issues (finally a couple that aren't actual bugs, | mrg |
| 2017-12-06 | When testing to see if a signal handler was previously installed in | jmcneill |
| 2017-12-01 | Compare ap->len wide chars, not ap->len bytes. | rin |
| 2017-12-01 | Check format strings for ex_printf. | rin |
| 2017-12-01 | Remove ex_printf duplicate with ex_extern.h. | rin |
| 2017-11-22 | Fix missing of "search wrapped" message when searching from the last char of | rin |
| 2017-11-22 | Fix backward memcpy in :e +cmd, taken from nvi2 (and OpenBSD): | rin |
| 2017-11-22 | Fix segmentation fault in corner case of backward sentence deletion, | rin |
| 2017-11-21 | Use ISMULTIWIDTH() macro. No binary changes. | rin |
| 2017-11-21 | A boundary between single- and multi-width chars is regarded as a word boundary. | rin |
| 2017-11-21 | Fix screen corruption by rewriting only a part of a multi-width character. | rin |
| 2017-11-21 | Bump WARNS to 5. Add -Wno-old-style-definition to regex.c for gcc. | rin |
| 2017-11-21 | Enable -Wuninitialized -Wformat-security for clang. | rin |
| 2017-11-21 | We always need -Wno-format-nonliteral for v_increment.c whether compiler is | rin |
| 2017-11-21 | Cosmetic changes. No functional changes. | rin |
| 2017-11-21 | Enable to compile & run without USE_ICONV. | rin |
| 2017-11-21 | Fix resource leaks due to missing of iconv_close(3). | rin |
| 2017-11-21 | Fix -Wsign-compare issue for BINC_GOTO in a similar manner to BINC_RET. | rin |
| 2017-11-21 | Fix use of uninitialized variable, found by clang. | rin |
| 2017-11-14 | Fix cursor movement for the case of USE_WIDECHAR != "yes", where the argument | rin |
| 2017-11-13 | Protect iconv stuffs by USE_WIDECHAR in addition to USE_ICONV. | rin |