Commit Graph

13 Commits

Author SHA1 Message Date
Erik de Castro Lopo fc9f8dac17 include: Fix "warning: cast from pointer to integer of different size". 2008-04-23 12:22:17 +02:00
Dan Hipschman 6cf8e6bd77 list.h: Add macros for reverse iteration. 2007-06-06 12:12:27 +02:00
Andrew Talbot 4125821a99 winelib: Replace inline static with static inline. 2007-03-27 12:38:06 +02:00
Alexandre Julliard 4dc61069a6 wine/list.h: Add list_count function. Make some parameters const. 2007-01-22 12:16:17 +01:00
Stefan Dösinger 3d8cdfb190 wine/list.h: Added list_move_head and list_move_tail. 2006-12-06 12:38:31 +01:00
Jonathan Ernst 360a3f9142 Update the address of the Free Software Foundation. 2006-05-23 14:11:13 +02:00
Juan Lang 341ba0f696 Added a LIST_FOR_EACH_ENTRY_SAFE helper macro. 2005-08-29 12:18:15 +00:00
Dimi Paun 10d48a9464 Document the more convenient iteration method. 2005-05-18 13:24:46 +00:00
Robert Shearman 7b3d092c26 Add a LIST_FOR_EACH_ENTRY list helper. 2005-01-14 15:11:07 +00:00
Robert Shearman e1d2a837a0 Add LIST_FOR_EACH_SAFE - a list iteration macro that is safe against
removal.
2005-01-12 19:27:35 +00:00
Mike Hearn 4328ec4180 Document the linked list support code. 2004-11-06 03:45:49 +00:00
Alexandre Julliard eb04fd22f8 Converted the memory views list to use the standard functions from
wine/list.h.
Restructured some functions to always return proper NT status codes.
A couple of optimizations.
Added a few tests for file mappings.
2004-05-21 20:58:44 +00:00
Alexandre Julliard ef5f6c7fad Moved list.h to include/wine so that it can be used everywhere. 2003-09-11 20:45:17 +00:00