Re: [PATCH] vi remove custom perr from cl_main

2015-12-28 Thread Martijn van Duren
End there's also this monstrosity that removes localization support from vi, in contrast to nvi2, which switched from custom db2 functions to catgets(3): http://marc.info/?l=openbsd-tech&m=144908525123080&w=2 On 12/28/15 20:37, Michael McConville wrote: Todd C. Miller wrote: On Sun, 27 Dec 20

Re: [PATCH] vi remove custom perr from cl_main

2015-12-28 Thread Michael McConville
Todd C. Miller wrote: > On Sun, 27 Dec 2015 10:12:23 +0100, Martijn van Duren wrote: > > > This patch has been accepted by the nvi2 project.[1] There are more > > patches, but I'm waiting till these have been reviewed by nvi2. > > Committed, thanks. Thanks for taking care of this. There's a lot

Re: [PATCH] vi remove custom perr from cl_main

2015-12-28 Thread Todd C. Miller
On Sun, 27 Dec 2015 10:12:23 +0100, Martijn van Duren wrote: > This patch has been accepted by the nvi2 project.[1] > There are more patches, but I'm waiting till these have been reviewed by > nvi2. Committed, thanks. - todd

[PATCH] vi remove custom perr from cl_main

2015-12-27 Thread Martijn van Duren
Hello tech@, This patch has been accepted by the nvi2 project.[1] There are more patches, but I'm waiting till these have been reviewed by nvi2. Sincerely, Martijn van Duren [1] https://github.com/lichray/nvi2/pull/43 Index: cl/cl_main.c ==