wine/list.h: Add list_count function. Make some parameters const.
[wine] / include / wine / list.h
2007-01-22  Alexandre Julliardwine/list.h: Add list_count function. Make some paramet...
2006-12-06  Stefan Dösingerwine/list.h: Added list_move_head and list_move_tail.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-29  Juan LangAdded a LIST_FOR_EACH_ENTRY_SAFE helper macro.
2005-05-18  Dimi PaunDocument the more convenient iteration method.
2005-01-14  Robert ShearmanAdd a LIST_FOR_EACH_ENTRY list helper.
2005-01-12  Robert ShearmanAdd LIST_FOR_EACH_SAFE - a list iteration macro that...
2004-11-06  Mike HearnDocument the linked list support code.
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2003-09-11  Alexandre JulliardMoved list.h to include/wine so that it can be used...