widl: Print large enum constants in hex.
[wine] / dlls / ntdll / threadpool.c
2012-10-31  Jörg Höhlentdll: Do not execute callbacks past DeleteTimer(INVALI...
2012-08-14  Michael Stefaniucntdll: Avoid TRUE:FALSE conditional expressions.
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-06-16  Jörg Höhlentdll: Use list_empty() instead of list_count() == 0.
2010-11-11  Vitaliy Margolenntdll: Mask invalid flags for RtlQueueWorkItem.
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2008-12-31  Alexandre Julliardntdll: Use INT_MAX for the semaphore count since LONG_M...
2008-12-01  Jeff Zaroykontdll: Avoid NULL deref in RtlDeleteTimer.
2008-08-20  Gerald PfeiferAdd return statements to avoid gcc warnings.
2008-07-30  Dan Hipschmanntdll: Add support for a default timer queue.
2008-07-28  Dan Hipschmanntdll: Fix a small timer-queue bug whereby a deleted...
2008-07-25  Dan Hipschmanntdll: Implement RtlDeleteTimer for kernel32's DeleteTi...
2008-07-25  Dan Hipschmanntdll: Implement RtlUpdateTimer for kernel32's ChangeTi...
2008-07-25  Dan Hipschmanntdll: Implement the timer queue thread.
2008-07-23  Dan Hipschmanntdll: Implement RtlCreateTimer for kernel32's CreateTi...
2008-07-22  Dan Hipschmanntdll: Implement [Rtl]Create/DeleteTimerQueue[Ex].
2008-01-14  Andrew Talbotntdll: Remove unneeded casts.
2008-01-02  Rob Shearmanntdll: Implement RtlRegisterWait, RtlDeregisterWait...
2007-12-31  Andrew Talbotntdll: Remove unneeded casts.
2007-12-21  Andrey Turkinntdll: Implement BindIoCompletionCallback.
2007-03-17  Andrew Talbotntdll: Replace inline static with static inline.
2007-01-04  Rob Shearmanntdll: Don't print a fixme in RtlQueueUserWorkItem...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-08-23  Mike McCormackntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-21  Robert Shearmanntdll: Start of pooling support for RtlQueueWorkItem.
2006-03-13  Robert Shearmanntdll: Very crude implementation of RtlQueueWorkItem.