43
43
* Lots of bugfixes for the test suite on Windows. We should once again
44
44
have a test suite with no failures on Windows. (John Arbash Meinel)
46
49
* The new glob expansion on Windows would replace all ``\`` characters
47
50
with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
48
51
etc. Now only change slashes if there is something being glob expanded.