| 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 |
| 2020-07-07 | PR bin/55468 | rin |
| 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-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 | 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-03 | Make sure that every wide char occupies at least one display width: | rin |
| 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 | 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 |
| 2017-11-13 | Use mvwchgat(3), which is not a macro in general (and in our case). | rin |
| 2017-11-13 | Make sure to cast arguments of ISFOO and TOFOO macros into UCHAR_T. | rin |
| 2017-11-13 | Use ISBLANK macro instead of isblank(3). | rin |
| 2017-11-13 | Remove duplicate definition for ISUPPER. | rin |
| 2017-11-12 | PR/52671: Ralph Geier, return the wide character when changing case (because | christos |
| 2017-11-12 | _POSIX_VDISABLE exceeds CHAR_MAX. We thus need to cast it to CHAR_T for the | rin |
| 2017-11-12 | db_recno_t aka recno_t is uint32_t | rin |
| 2017-11-12 | No need to cast endp in both cases of USE_WIDECHAR == "yes" nor "no". | rin |
| 2017-11-12 | Fix argument type of put() in common_extern.h | rin |
| 2017-11-12 | Add missing encoding conversion before printing it. | rin |
| 2017-11-10 | Instead of opening the file and using popen(3), pass the file descriptor | christos |
| 2017-11-10 | Restore the initial state at the end of line. | rin |
| 2017-11-10 | make the checkok test stricter to avoid races, and use O_REGULAR. | christos |
| 2017-11-10 | Change the behavior of join command in accordance with nvi-m17n, as proposed on | rin |