CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2007-08-16 10:41:45

Modified files:
        winsup/cygwin  : ChangeLog ntdll.h path.cc winsup.h 

Log message:
        * ntdll.h (RtlCreateUnicodeStringFromAsciiz): Fix declaration.
        (RtlUpcaseUnicodeChar): Declare.
        * path.cc (hash_path_name): Split into three functions, taking
        the path as char *, PWCSTR, or PUNICODE_STRING.  Move implementation
        into PUNICODE_STRING-based function.  Drop old drive-relative path
        consideration.
        * winsup.h (iswdirsep): Like isdirsep but for WCHARs.
        (isabspath_u): Like isabspath, for PUNICODE_STRINGs.
        (iswabspath): Like isabspath, for PWCHARs.
        (hash_path_name): Add new declarations.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3906&r2=1.3907
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.66&r2=1.67
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.449&r2=1.450
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/winsup.h.diff?cvsroot=src&r1=1.202&r2=1.203

Reply via email to