CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2010-04-28 10:00:24

Modified files:
        winsup/cygwin  : ChangeLog cygwin.din nlsfuncs.cc 
        winsup/cygwin/include/cygwin: config.h 

Log message:
        * cygwin.din (__locale_mb_cur_max): Export.
        * nlsfuncs.cc (__getlocaleinfo): Drop conversion to multibyte.
        (__charfromwchar): New function to convert to multibyte.
        (__eval_datetimefmt): Convert to return wchar_t pointer.  Work on
        wide char string.
        (__set_lc_time_from_win): Take additional pointer to "C" category info
        to accommodate C.foo locales.  Rework to fill wide char members in
        category info.
        (__set_lc_ctype_from_win): New function.
        (__set_lc_numeric_from_win): Take additional pointer to "C" category
        info to accommodate C.foo locales.  Rework to fill wide char members
        in category info.
        (__set_lc_monetary_from_win): Ditto.
        (__set_lc_messages_from_win): Ditto.
        (__get_current_collate_codeset): New function, called from nl_langinfo.
        * include/cygwin/config.h (__HAVE_LOCALE_INFO_EXTENDED__): Define.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4931&r2=1.4932
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.222&r2=1.223
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/nlsfuncs.cc.diff?cvsroot=src&r1=1.30&r2=1.31
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/config.h.diff?cvsroot=src&r1=1.13&r2=1.14

Reply via email to