Ringbuffer remove behavoir.

Hi Everyone,

I have a question regarding the core ringbuffer. The remove function obviously removes elements from a ringbuffer. What elements are removed? The latest added elements or earliest added elements. Or are the remaining ringbuffer contents undefined? The Documentation does not make that clear.

Cheers Simon

Hi Simon,

Okay the I think I found a bug in ringbuffer_remove. I'll provide a test and a fix tomorrow.