Re: One line fix for _citrus_none_ctype_wcrtomb

2013-03-07 Thread Stefan Sperling
On Thu, Mar 07, 2013 at 09:40:40AM -0800, Philip Guenther wrote: > On Thu, Mar 7, 2013 at 8:36 AM, Stefan Sperling wrote: > > On Thu, Mar 07, 2013 at 10:51:13AM -0500, Vladimir Támara Patiño wrote: > >> Working on collations again (based on FreeBSD implementation) and > >> reading "wcrtomb" I see

Re: One line fix for _citrus_none_ctype_wcrtomb

2013-03-07 Thread Philip Guenther
On Thu, Mar 7, 2013 at 8:36 AM, Stefan Sperling wrote: > On Thu, Mar 07, 2013 at 10:51:13AM -0500, Vladimir Támara Patiño wrote: >> Working on collations again (based on FreeBSD implementation) and >> reading "wcrtomb" I see that return value of wcrtomb should be >> either positive or (size_t)-1,

Re: One line fix for _citrus_none_ctype_wcrtomb

2013-03-07 Thread Stefan Sperling
On Thu, Mar 07, 2013 at 10:51:13AM -0500, Vladimir Támara Patiño wrote: > Working on collations again (based on FreeBSD implementation) and > reading "wcrtomb" I see that return value of wcrtomb should be > either positive or (size_t)-1, then: > > diff -ruN src53orig/lib/libc/citrus/citrus_none.c

One line fix for _citrus_none_ctype_wcrtomb

2013-03-07 Thread Vladimir Támara Patiño
Working on collations again (based on FreeBSD implementation) and reading "wcrtomb" I see that return value of wcrtomb should be either positive or (size_t)-1, then: diff -ruN src53orig/lib/libc/citrus/citrus_none.c src53coll/lib/libc/citrus/citr us_none.c --- src53orig/lib/libc/citrus/citrus_n