OSDN Git Service

* miscfuncs.h (transform_chars): Declare. Define inline variation here.
authorcorinna <corinna>
Mon, 2 Nov 2009 20:42:03 +0000 (20:42 +0000)
committercorinna <corinna>
Mon, 2 Nov 2009 20:42:03 +0000 (20:42 +0000)
commit56ac4622dff7da1b94237c98608711c93935243f
tree027b6ad796d621a00150ca01e351c20fed37920a
parent925d665175677a38f5b6e12db94ea5c1c461dfca
* miscfuncs.h (transform_chars): Declare.  Define inline variation here.
* mount.cc (mount_info::from_fstab): Remove extern declaration of
transform_chars.
* path.cc (tfx_chars): Move to strfuncs.cc.
(transform_chars): Ditto.
* strfunc.cc (tfx_chars): Moved here from path.cc.
(transform_chars): Ditto.
(sys_cp_wcstombs): Make UNICODE private use area conversion roundtrip
save for all characters.
(sys_cp_mbstowcs): Ditto, by removing special case for UTF-8 sequences
representing U+f0XX UNICODE chars.  Fix typo in comment.
winsup/cygwin/ChangeLog
winsup/cygwin/miscfuncs.h
winsup/cygwin/mount.cc
winsup/cygwin/path.cc
winsup/cygwin/strfuncs.cc