in System.Collections.Generic:
authorJb Evain <jbevain@gmail.com>
Wed, 25 Nov 2009 17:30:16 +0000 (17:30 -0000)
committerJb Evain <jbevain@gmail.com>
Wed, 25 Nov 2009 17:30:16 +0000 (17:30 -0000)
commit2ece19dfb2d95fe7e9fbf56999f867c46d5f3ab9
tree3a201717dd4290c79fc007390a2a3a5e74b87246
parentc6c8aed1736bc06edeb8ca20a840ede554d47d29
in System.Collections.Generic:
2009-11-25  Jb Evain  <jbevain@novell.com>

* Queue.cs (Enqueue): deal with the case where the tail
is off the array when deciding to enlarge the capacity.

in Test/System.Collections.Generic:
2009-11-25  Jb Evain  <jbevain@novell.com>

* QueueTest.cs: add test for a specific combination of
calls that make the queue crash when enqueuing an item.

svn path=/trunk/mcs/; revision=146925
mcs/class/System/System.Collections.Generic/ChangeLog
mcs/class/System/System.Collections.Generic/Queue.cs
mcs/class/System/Test/System.Collections.Generic/ChangeLog
mcs/class/System/Test/System.Collections.Generic/QueueTest.cs