summaryrefslogtreecommitdiff
path: root/Src/linklist.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-07Michael Hwang: 27773: document how linked lists are joined togetherPeter Stephenson1-0/+70
2007-06-2723670: rationalise some linked list functionsPeter Stephenson1-6/+62
2006-03-07Initialize the new "flags" integer when creating a list.Wayne Davison1-0/+2
2006-03-07Changed struct listnode to use "prev" for the previous pointer,Wayne Davison1-21/+21
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-40/+39
2006-03-07Tweaked a couple comments.Wayne Davison1-2/+2
2001-10-0215919: use LinkLists in place of somewhat equivalent codeClint Adams1-13/+90
1999-04-15Initial revisionTanaka Akira1-0/+222