]> sourceware.org Git - newlib-cygwin.git/commit
2004-06-17 Pierre Humblet <pierre.humblet@ieee.org>
authorPierre Humblet <phumblet@phumblet.no-ip.org>
Thu, 17 Jun 2004 13:34:26 +0000 (13:34 +0000)
committerPierre Humblet <phumblet@phumblet.no-ip.org>
Thu, 17 Jun 2004 13:34:26 +0000 (13:34 +0000)
commitbd0e9c7aa613edfdc3146014fb73c38df4748659
tree31f22d9165d03ec109ea29e19480599e81b8abb5
parent9f35b464563d391929da0326ea37c15e6099cdce
2004-06-17  Pierre Humblet <pierre.humblet@ieee.org>

        * fhandler.cc (fhandler_base::open_9x): Do not check for null name.
        Move debug_printf to common code line.
        (fhandler_base::open): Ditto. Initialize upath. Remove second argument
        of pc.get_nt_native_path.
        * path.h (path_conv::get_nt_native_path): Remove second argument.
        * path.cc (path_conv::get_nt_native_path): Ditto. Call str2uni_cat.
        * security.h (str2buf2uni_cat): Delete declaration.
        (str2uni_cat): New declaration.
        * security.cc (str2buf2uni): Get length from sys_mbstowcs call.
        (str2buf2uni_cat): Delete function.
        (str2uni_cat): New function.
        * miscfuncs.cc (sys_mbstowcs): Add debug_printf.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/miscfuncs.cc
winsup/cygwin/path.cc
winsup/cygwin/path.h
winsup/cygwin/security.cc
winsup/cygwin/security.h
This page took 0.03275 seconds and 5 git commands to generate.