Re: Usage of libxml2 for several modules

2010-01-16 Thread Nikolay Sivov
On 1/17/2010 00:11, Mike Kaplinskiy wrote: While we're on the subject of libxml2, there is a small problem with the way we use xmlAddChild. msxml doesn't automatically coalesce text nodes when two are next to each other in the tree and keeps them as two separate entities (you call normalize to co

Re: Unable to connect to #winehackers

2010-01-16 Thread Ben Klein
2010/1/17 Owen Rudge : > Hi James, > >> I have been trying to connect to #winehackers from my Mac using >> Conversation.  However, this is not working as I am not receiving the >> welcome screen from irc.freenode.net. > > There's possibly some issue with Freenode, as is not uncommon. Have you > tri

Re: Unable to connect to #winehackers

2010-01-16 Thread Jeff Zaroyko
On Sun, Jan 17, 2010 at 1:17 PM, James Mckenzie wrote: >>Hi James, >> >>> I have been trying to connect to #winehackers from my Mac using >>> Conversation.  However, this is not working as I am not receiving the >>> welcome screen from irc.freenode.net. >> >>There's possibly some issue with Free

Re: Unable to connect to #winehackers

2010-01-16 Thread James Mckenzie
>Hi James, > >> I have been trying to connect to #winehackers from my Mac using >> Conversation. However, this is not working as I am not receiving the >> welcome screen from irc.freenode.net. > >There's possibly some issue with Freenode, as is not uncommon. Have you >tried connecting to any pa

Re: Unable to connect to #winehackers

2010-01-16 Thread Owen Rudge
Hi James, I have been trying to connect to #winehackers from my Mac using Conversation. However, this is not working as I am not receiving the welcome screen from irc.freenode.net. There's possibly some issue with Freenode, as is not uncommon. Have you tried connecting to any particular Fr

Unable to connect to #winehackers

2010-01-16 Thread James Mckenzie
All: I have been trying to connect to #winehackers from my Mac using Conversation. However, this is not working as I am not receiving the welcome screen from irc.freenode.net. Anyone else experiencing this problem and have a workaround. I would really like to get onto winehackers to discuss

Re: Winetest: What to do if NT4 behaves other then W2k and up

2010-01-16 Thread Austin English
On Sat, Jan 16, 2010 at 1:06 PM, Uwe Bonnes wrote: > > Wine Bug 21292 shows a problem with > CreateFileA("bla/n", GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, >  NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL) > > All winebot systems beside WNT4WSSP6 return ERROR_INVALID_NAME 123L, while > wi

Re: Usage of libxml2 for several modules

2010-01-16 Thread Nikolay Sivov
On 1/17/2010 00:11, Mike Kaplinskiy wrote: While we're on the subject of libxml2, there is a small problem with the way we use xmlAddChild. msxml doesn't automatically coalesce text nodes when two are next to each other in the tree and keeps them as two separate entities (you call normalize to co

Re: Usage of libxml2 for several modules

2010-01-16 Thread Mike Kaplinskiy
While we're on the subject of libxml2, there is a small problem with the way we use xmlAddChild. msxml doesn't automatically coalesce text nodes when two are next to each other in the tree and keeps them as two separate entities (you call normalize to coalesce them). libxml2 does this automatically

Winetest: What to do if NT4 behaves other then W2k and up

2010-01-16 Thread Uwe Bonnes
Wine Bug 21292 shows a problem with CreateFileA("bla/n", GENERIC_READ, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL) All winebot systems beside WNT4WSSP6 return ERROR_INVALID_NAME 123L, while wine and NT4 happily open the file. How to proceed? === WNT4WSS

Re: Usage of libxml2 for several modules

2010-01-16 Thread Nikolay Sivov
On 1/16/2010 18:40, Dan Kegel wrote: http://xmlsoft.org/threads.html says it's only a problem if the same document is being parsed by both threads. The trouble scenario seems unlikely, offhand. Yes, it seems so. There should be a problem sharing documents cause msxml and xmllite don't have

re: Usage of libxml2 for several modules

2010-01-16 Thread Dan Kegel
http://xmlsoft.org/threads.html says it's only a problem if the same document is being parsed by both threads. The trouble scenario seems unlikely, offhand.