Re: [nvi-iconv]Call for test

2011-12-07 Thread Zhihao Yuan
Hi, I uploaded a new version, 2.0.2. http://students.cs.niu.edu/~z1565938/distfiles/nvi2-freebsd-2011-12-07.diff.gz Same as before, you need to remove usr.bin/vi/port.h after you applied this patch. In this version, I analyzed all of the PRs, patches/commits of Debian's nvi package and NetBSD's

Re: [nvi-iconv]Call for test

2011-10-29 Thread Zhihao Yuan
Hi, I uploaded a revision, https://github.com/downloads/lichray/nvi2/nvi2-freebsd-2011-10-28.diff.gz ** This patch works for cvs/svn/git, but you have to remove usr.bin/vi/port.h by hand. ** In this version, I hacked the CJK part. Now all EUC-compatible encodings are being regarded as GB18030. N

Re: [nvi-iconv]Call for test

2011-08-26 Thread Zhihao Yuan
A new version is uploaded. SVN users can download the patch at https://github.com/downloads/lichray/nvi2/nvi2-freebsd-2011-08-26-svn.diff.gz A rcsid-free version (for git users) is available at https://github.com/downloads/lichray/nvi2/nvi2-freebsd-2011-08-26.diff.gz I did a "revision by revision

Re: [nvi-iconv]Call for test

2011-08-23 Thread Zhihao Yuan
On Tue, Aug 23, 2011 at 12:51 PM, Ulrich Spörlein wrote: > On Thu, 2011-08-18 at 22:15:47 -0500, Zhihao Yuan wrote: >> On Thu, Aug 18, 2011 at 9:26 PM, Test Rat wrote: >> > timp writes: >> > >> >> Hi! >> >> I just tried you patch on latest current with clang. >> >> >> >> [root@current64 /usr/src

Re: [nvi-iconv]Call for test

2011-08-23 Thread Ulrich Spörlein
On Thu, 2011-08-18 at 22:15:47 -0500, Zhihao Yuan wrote: > On Thu, Aug 18, 2011 at 9:26 PM, Test Rat wrote: > > timp writes: > > > >> Hi! > >> I just tried you patch on latest current with clang. > >> > >> [root@current64 /usr/src]# uname -a > >> FreeBSD current64 9.0-BETA1 FreeBSD 9.0-BETA1 #0:

Re: [nvi-iconv]Call for test

2011-08-22 Thread timp
Just checked your new patch. Works too. Thanks! -- View this message in context: http://freebsd.1045724.n5.nabble.com/nvi-iconv-Call-for-test-tp4698373p4723231.html Sent from the freebsd-hackers mailing list archive at Nabble.com. ___ freebsd-hackers

Re: [nvi-iconv]Call for test

2011-08-22 Thread timp
I'm very sorry. Thanks to all! -p0 was the problem. Now it compiles and works. I tried new vi with russian text and everything is fine. Thank you! And I'll try new patch -- View this message in context: http://freebsd.1045724.n5.nabble.com/nvi-iconv-Call-for-test-tp4698373p4722191.html

Re: [nvi-iconv]Call for test

2011-08-21 Thread Zhihao Yuan
A new patch is uploaded. https://github.com/downloads/lichray/nvi2/nvi2-freebsd-2011-08-21.diff.gz There is no functional change in this patch. I just wrote a cmake script and regenerated config.h and pathnames.h; I also removed usr.bin/vi/port.h, so please make sure you applied the patch with pa

Re: [nvi-iconv]Call for test

2011-08-18 Thread Zhihao Yuan
On Thu, Aug 18, 2011 at 9:26 PM, Test Rat wrote: > timp writes: > >> Hi! >> I just tried you patch on latest current with clang. >> >> [root@current64 /usr/src]# uname -a >> FreeBSD current64 9.0-BETA1 FreeBSD 9.0-BETA1 #0: Thu Aug 18 03:56:45 MSK >> 2011     mox@current64:/usr/obj/usr/src/sys/GE

Re: [nvi-iconv]Call for test

2011-08-18 Thread Test Rat
timp writes: > Hi! > I just tried you patch on latest current with clang. > > [root@current64 /usr/src]# uname -a > FreeBSD current64 9.0-BETA1 FreeBSD 9.0-BETA1 #0: Thu Aug 18 03:56:45 MSK > 2011 mox@current64:/usr/obj/usr/src/sys/GENERIC amd64 > > [root@current64 /usr/src]# patch < ~/nvi2-

Re: [nvi-iconv]Call for test

2011-08-18 Thread Zhihao Yuan
;t know how to make cl_bsd.c. Stop > *** Error code 2 > > Stop in /usr/src/usr.bin. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Maybe do I something wrong? > > -- > Vi

Re: [nvi-iconv]Call for test

2011-08-18 Thread timp
1 Stop in /usr/src. Maybe do I something wrong? -- View this message in context: http://freebsd.1045724.n5.nabble.com/nvi-iconv-Call-for-test-tp4698373p4711635.html Sent from the freebsd-hackers mailing list archive at Nabble.com. ___ freebsd-hackers

Re: [nvi-iconv]Call for test

2011-08-17 Thread Zhihao Yuan
I totally hate gmail's reply -- I enabled "Reply to all" by default but I still got things wrong. Anyway, for short, the problem is caused by the lack of a widechar enabled regex. I ported the one used by nvi-devel-1.8x. A new patch is uploaded, https://github.com/downloads/lichray/nvi2/nvi2-free

Re: [nvi-iconv]Call for test

2011-08-16 Thread Test Rat
Zhihao Yuan writes: > On Sun, Aug 14, 2011 at 10:39 AM, Zhihao Yuan wrote: >> Hi, hackers: >> >> My GSoC2011 project, "Multibyte Encoding Support in Nvi" is ready for >> testing. The proposal of the project is here: >> http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1 [...]

Re: [nvi-iconv]Call for test

2011-08-14 Thread Zhihao Yuan
On Sun, Aug 14, 2011 at 10:39 AM, Zhihao Yuan wrote: > Hi, hackers: > > My GSoC2011 project, "Multibyte Encoding Support in Nvi" is ready for > testing. The proposal of the project is here: > http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1 > > The project creates a multibyt

[nvi-iconv]Call for test

2011-08-14 Thread Zhihao Yuan
Hi, hackers: My GSoC2011 project, "Multibyte Encoding Support in Nvi" is ready for testing. The proposal of the project is here: http://www.google-melange.com/gsoc/proposal/review/google/gsoc2011/zy/1 The project creates a multibyte fork of the BSD-licensed nvi editor. It adds only 1 dependence,