maxim 24b0d3f0fd o From the submitter: dos2unixchr will convert to lower case if
LCASE_BASE or LCASE_EXT or both are set.  But dos2unixfn uses
dos2unixchr separately for the basename and the extension.  So if
either LCASE_BASE or LCASE_EXT is set, dos2unixfn will convert both
the basename and extension to lowercase because it is blindly
passing in the state of both flags to dos2unixchr.  The bit masks I
used ensure that only the state of LCASE_BASE gets passed to
dos2unixchr when the basename is converted, and only the state of
LCASE_EXT is passed in when the extension is converted.

PR:		kern/86655
Submitted by:	Micah Lieske
MFC after:	3 weeks
2006-11-26 18:49:44 +00:00
..
2006-11-23 21:29:50 +00:00
2006-11-18 17:27:39 +00:00
2006-05-26 13:54:27 +00:00
2006-11-02 16:24:18 +00:00
2006-11-21 04:40:30 +00:00
2006-11-24 18:36:04 +00:00
2006-11-26 07:54:44 +00:00
2006-11-26 18:27:16 +00:00