CVSROOT: /cvs/src
Module name: src
Changes by: [EMAIL PROTECTED] 2004-12-19 02:40:41
Modified files:
winsup/cygwin : ChangeLog child_info.h path.cc
Log message:
* child_info.h (CURR_CHILD_INFO_MAGIC): Use updated value.
* path.cc (path_conv::check): Check the output Win32 path for trailing
spaces
and dots, not the input path. Disallow all use of foo./bar since
consistently
getting this right is time consuming. Remove strange test for "unc\"
since no
one seems to know what it's for.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2622&r2=1.2623
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/child_info.h.diff?cvsroot=src&r1=1.50&r2=1.51
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.328&r2=1.329