- moved the structural queue code to queue.c, Array.xs is purely an
authorTony Cook <tony@develop=help.com>
Tue, 11 Apr 2006 03:54:50 +0000 (03:54 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 11 Apr 2006 03:54:50 +0000 (03:54 +0000)
commitc50a32c98eb81371181e95c1299a4fc810ddc4b0
tree5fbbaa3f43da2781c838083080c174798434819a
parenta0e4f61f402c53fee9cac30497331f8c5519aff6
 - moved the structural queue code to queue.c, Array.xs is purely an
   interface to that now.
 - replaced all the opaque memmove() calls with a call to pq_move_items()
   which does sanity checks in DEBUG code.
 - added t/02_release.t which attempts to check we're handling references
   correctly.
Changes
queue.c
t/02_release.t [new file with mode: 0644]