Re: insque/remque bugs

2014-08-14 Thread Philip Guenther
On Sun, Aug 10, 2014 at 5:58 PM, Philip Guenther wrote: ... > So, complete diff. This also zaps the unnecessary casts in the .c files. This has been committed; thank for the patch. Philip Guenther

Re: insque/remque bugs

2014-08-10 Thread Philip Guenther
On Sun, 10 Aug 2014, Miod Vallat wrote: > > > If the queue is to be used as a linear list, invoking insque(&element, > > > NULL), where element is the initial element of the queue, shall > > > initialize the forward and backward pointers of element to null > > > pointers. > > > > > > > Hmm. Do th

Re: insque/remque bugs

2014-08-10 Thread Miod Vallat
> > If the queue is to be used as a linear list, invoking insque(&element, > > NULL), where element is the initial element of the queue, shall > > initialize the forward and backward pointers of element to null > > pointers. > > > > Hmm. Do the vax ASM versions of these functions need changes to

Re: insque/remque bugs

2014-08-09 Thread Philip Guenther
On Wed, Jul 23, 2014 at 5:43 PM, enh wrote: > If the queue is to be used as a linear list, invoking insque(&element, > NULL), where element is the initial element of the queue, shall > initialize the forward and backward pointers of element to null > pointers. > Hmm. Do the vax ASM versions of