log src/lib/llist.h @ 22664:fea53c2725c0

age author description
Thu, 03 Jul 2014 16:07:09 +0300 Timo Sirainen lib: DLLIST*_REMOVE*() no longer breaks the linked list if we try to remove item that doesn't exist there.
Wed, 17 Apr 2013 18:47:36 +0300 Stephan Bosch liblib: Added DLLIST2_INSERT_AFTER_FULL()
Thu, 25 Aug 2011 03:54:18 +0300 Timo Sirainen liblib: Added _FULL versions of all linked list handling macros with prev and next params.
Thu, 05 Nov 2009 19:47:44 -0500 Timo Sirainen Added DLLIST2_*() functions for doubly linked list with head and tail. HEAD
Thu, 05 Nov 2009 19:47:18 -0500 Timo Sirainen DLLIST_REMOVE(): Set removed item's prev/next pointers to NULL. HEAD
Sun, 06 Jan 2008 02:18:20 +0200 Timo Sirainen Added macros for handling a doubly linked list. HEAD