rename buffer io to ring buffer

This commit is contained in:
carm 2015-02-13 19:00:04 -05:00
parent 7d92950a4e
commit 4a994cff38
3 changed files with 4 additions and 2 deletions

2
_oasis
View file

@ -70,7 +70,7 @@ Library "containers_data"
Path: src/data
Modules: CCMultiMap, CCMultiSet, CCTrie, CCFlatHashtbl, CCCache,
CCPersistentHashtbl, CCDeque, CCFQueue, CCBV, CCMixtbl,
CCBufferIO
CCRingBuffer
FindlibParent: containers
FindlibName: data

View file

@ -1,5 +1,7 @@
(*
* CCBufferIO - Polymorphic circular buffer
* CCRingBufferIO - Polymorphic circular buffer with
* deque semantics for accessing both the head and tail.
*
* Copyright (C) 2014 Simon Cruanes
*
* This library is free software; you can redistribute it and/or