Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-03 | 45729: internal: Add a second parameter to zlinklist2array(), analogously to ↵ | Daniel Shahaf | 1 | -4/+9 | |
hlinklist2array(). Will be used in the next commit. | |||||
2017-04-26 | 41008: Handle expansions for precommand modifiers | Peter Stephenson | 1 | -0/+29 | |
2014-10-26 | 33531 with additions: retain status of exited background jobs. | Peter Stephenson | 1 | -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-07 | Michael Hwang: 27773: document how linked lists are joined together | Peter Stephenson | 1 | -0/+70 | |
2007-06-27 | 23670: rationalise some linked list functions | Peter Stephenson | 1 | -6/+62 | |
2006-03-07 | Initialize the new "flags" integer when creating a list. | Wayne Davison | 1 | -0/+2 | |
2006-03-07 | Changed struct listnode to use "prev" for the previous pointer, | Wayne Davison | 1 | -21/+21 | |
not "last". | |||||
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -40/+39 | |
2006-03-07 | Tweaked a couple comments. | Wayne Davison | 1 | -2/+2 | |
2001-10-02 | 15919: use LinkLists in place of somewhat equivalent code | Clint Adams | 1 | -13/+90 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+222 | |