summaryrefslogtreecommitdiff
path: root/Src/linklist.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-0345729: internal: Add a second parameter to zlinklist2array(), analogously to ...Daniel Shahaf1-4/+9
2017-04-2641008: Handle expansions for precommand modifiersPeter Stephenson1-0/+29
2014-10-2633531 with additions: retain status of exited background jobs.Peter Stephenson1-0/+4
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