CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2006-02-07 15:49:08

Modified files:
        winsup/cygwin  : ChangeLog dtable.cc fhandler_disk_file.cc 
                         miscfuncs.cc security.cc uinfo.cc winsup.h 

Log message:
        * dtable.cc (handle_to_fn): Accomodate new argument order in call to
        sys_wcstombs.
        * fhandler_disk_file.cc (fhandler_disk_file::readdir): Call sys_wcstombs
        instead of just wcstombs to accomodate OEM codepages.
        * miscfuncs.cc (sys_wcstombs): Split len argument in source and target
        length.  Always 0-terminate result in target string.
        * security.cc (lsa2wchar): Remove unused function.
        (lsa2str): Ditto.
        (get_lsa_srv_inf): Ditto.
        (get_logon_server): Accomodate new argument order in call to
        sys_wcstombs.
        (get_user_groups): Ditto.
        (get_user_local_groups): Ditto.
        (get_priv_list): Call sys_wcstombs directly instead of lsa2str.
        * uinfo.cc (cygheap_user::ontherange): Accomodate new argument order
        in call to sys_wcstombs.
        * winsup.h (sys_wcstombs): Change prototype to match new argument order.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3389&r2=1.3390
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.163&r2=1.164
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.168&r2=1.169
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/miscfuncs.cc.diff?cvsroot=src&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/security.cc.diff?cvsroot=src&r1=1.192&r2=1.193
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/uinfo.cc.diff?cvsroot=src&r1=1.142&r2=1.143
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.182&r2=1.183

Reply via email to