Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-12 Thread Kuba Ober
> > One further note: on projects as big as Wine patching the ChangeLog is > > not practical as it would result in a lot of conflicts. Therefore, > > Alexandre Julliard automatically generates ChangeLog entries from CVS > > just before each release. > > Oh, I only did it cause its requested on > ht

Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-10 Thread Jonathan Ernst
Le jeudi 10 novembre 2005 à 11:21 +0100, Markus Gömmel a écrit : > > One further note: on projects as big as Wine patching the ChangeLog is not > > practical as it would result in a lot of conflicts. Therefore, Alexandre > > Julliard automatically generates ChangeLog entries from CVS just before

Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-10 Thread Markus G�mmel
Hi, > Sorry, but the patch is wrong. The Wine list implementation makes sure > that next and prev are always valid pointers, such that the list is > circular. The only way to detect the end of the list is if entry->next == > start. If one of the entries is NULL then this generally indicates eith

Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-09 Thread Robert Shearman
Markus Gömmel wrote: Sometimes resulted in an exception when AllocHeap() was called... Regards Markus Goemmel [EMAIL PROTECTED] Sorry, but the patch is wrong. The Wine list implementation makes sure that next and prev are always valid pointers, such that the list is circular. The only w