> Yes, this one works as expected.

Great!

> So it is a build issue?

MinGW tries hard to make programs behave like they do on Unix. It seems like 
binaries compiled 
with it do shell-like expansion on arguments, before passing them to main() 
function.  Thus, there's
no need to write your own wildcard expansion code for Windows when porting Unix 
code.

Visual Studio compiler doesn't do such thing, so wildcards are not expanded for 
binaries built on VS.
Richard seem to have released 1.19 binary for Windows compiled with Visual 
Studio,  while 1.18
has been compiled with MinGW.

--
Dmitry Chestnykh

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to