CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2010-02-12 17:46:39

Modified files:
        winsup/cygwin  : ChangeLog 
        winsup/cygwin/regex: regcomp.c regexec.c 

Log message:
        * regex/regcomp.c (xwcrtomb): New function to convert wide chars
        outside of the base plane to UTF-8.  Call throughout instead of
        wcrtomb.
        (wgetnext): Handle surrogate pairs on UTF-16 systems.
        * regex/regexec.c (xmbrtowc): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4821&r2=1.4822
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/regex/regcomp.c.diff?cvsroot=src&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/regex/regexec.c.diff?cvsroot=src&r1=1.3&r2=1.4

Reply via email to