1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-10 12:40:58 +02:00
Commit graph

7 commits

Author SHA1 Message Date
Peter Stephenson
4d52b7ebe6 23670: rationalise some linked list functions 2007-06-27 13:56:10 +00:00
Wayne Davison
5fd72f0f1a Initialize the new "flags" integer when creating a list. 2006-03-07 22:05:44 +00:00
Wayne Davison
d9d04545a5 Changed struct listnode to use "prev" for the previous pointer,
not "last".
2006-03-07 21:43:34 +00:00
Wayne Davison
4cb83571c4 Changed some structures to avoid gcc's type-punned warnings. 2006-03-07 21:30:36 +00:00
Wayne Davison
19305c6eaf Tweaked a couple comments. 2006-03-07 01:15:47 +00:00
Clint Adams
1bbe1d1b0a 15919: use LinkLists in place of somewhat equivalent code 2001-10-02 02:35:00 +00:00
Tanaka Akira
e74702b467 Initial revision 1999-04-15 18:05:38 +00:00