about summary refs log tree commit diff
path: root/Src/linklist.c
Commit message (Expand)AuthorAgeFilesLines
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-0/+4
* Michael Hwang: 27773: document how linked lists are joined togetherPeter Stephenson2010-03-071-0/+70
* 23670: rationalise some linked list functionsPeter Stephenson2007-06-271-6/+62
* Initialize the new "flags" integer when creating a list.Wayne Davison2006-03-071-0/+2
* Changed struct listnode to use "prev" for the previous pointer,Wayne Davison2006-03-071-21/+21
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-40/+39
* Tweaked a couple comments.Wayne Davison2006-03-071-2/+2
* 15919: use LinkLists in place of somewhat equivalent codeClint Adams2001-10-021-13/+90
* Initial revisionTanaka Akira1999-04-151-0/+222