summaryrefslogtreecommitdiff
path: root/Src/linklist.c
AgeCommit message (Collapse)AuthorFilesLines
2020-05-0345729: internal: Add a second parameter to zlinklist2array(), analogously to ↵Daniel Shahaf1-4/+9
hlinklist2array(). Will be used in the next commit.
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
Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.
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
not "last".
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