summaryrefslogtreecommitdiff
path: root/src/pkg/container
AgeCommit message (Collapse)AuthorFilesLines
2009-07-28Ring ADT.Robert Griesemer3-0/+495
- Provides analogous functionality to a doubly-linked list implementation. - Completely symmetric set of operations. - Operations on the ADT do not lead to results that are outside the domain of the ADT (closed interface). - Alternative to container/list. R=rsc DELTA=489 (489 added, 0 deleted, 0 changed) OCL=32284 CL=32323
2009-07-25container/list: Add Len() method to List.David Symonds2-0/+23
R=r APPROVED=gri DELTA=23 (23 added, 0 deleted, 0 changed) OCL=32106 CL=32189
2009-06-09mv src/lib to src/pkgRob Pike8-0/+1039
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102