comctl32/tests: Removed sign comparison warning in rebar tests.
[wine] / dlls / comctl32 / tests / dpa.c
2010-01-29  Alexandre Julliardcomctl32: Actually grow the array in DPA_Grow.
2009-12-07  Nikolay Sivovcomctl32/tests: Don't forget to free array after tests.
2009-10-02  Michael Stefaniuccomctl32/tests: Silence some Win64 compile warnings.
2009-09-16  Nikolay Sivovcomctl32/dpa: Check for DPA_LoadStream() presence....
2009-09-15  Nikolay Sivovcomctl32/dpa: Fix DPA_Merge() test failures on old...
2009-09-15  Nikolay Sivovcomctl32/dpa: Implement DPA_SaveStream() with tests.
2009-09-15  Nikolay Sivovcomctl32/dpa: Fix parameter validation in DPA_LoadStream().
2009-09-15  Nikolay Sivovcomctl32/dpa: Separate tests for parameter validation...
2009-09-11  Nikolay Sivovinclude: Move some definitions to public header, use...
2009-09-11  Nikolay Sivovcomctl32/dpa: Fix DPA_Merge() for DPAM_INTERSECT option.
2009-09-11  Nikolay Sivovcomctl32/dpa: Some DPA_Merge tests.
2009-09-10  Nikolay Sivovinclude: Move some documented DPA definitions to public...
2009-09-10  Nikolay Sivovcomctl32/dpa: Split tests to several functions to avoid...
2009-07-16  Nikolay Sivovcomctl32/dpa: Don't use start index on searching sorted...
2009-02-06  Michael Stefaniuccomctl32/tests: Remove superfluous pointer casts.
2009-01-03  Alexandre Julliardcomctl32/tests: Fix pointer casting warnings on 64...
2008-10-21  Paul Vrienscomctl32/tests: Use win_skip instead of trace.
2008-08-29  James Hawkinscomctl32: Fix a test failure in win98.
2008-03-10  Paul Vrienscomctl32/tests: Don't use FreeLibrary with GetModuleHandle.
2008-01-24  Austin Englishcomctl32: Spelling fixes.
2007-10-01  Alexandre Julliardcomctl32/tests: Avoid destroying a DPA twice.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2006-11-24  Francois Gougetcomctl32/tests: Fix the CheckDPA() tests.
2006-10-13  Michael Ploujnikovcomctl32/tests: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-01  Alexandre JulliardFixed regression in DPA_Search.
2005-08-01  Felix NawothnigFix DPA_Search for sorted arrays.
2005-07-11  Francois GougetAssorted spelling fixes.
2005-07-08  Felix NawothnigFix some DPA functions so they pass the new tests.
2005-07-07  Felix NawothnigAdd another failing DPA test.
2005-07-05  Felix NawothnigFix DPA tests on Win95.
2005-07-03  Felix NawothnigRewrote the DPA testsuite.
2005-06-09  Mike McCormackWarning fixes for -Wmissing-declarations and -Wwrite...
2005-04-22  Stefan LeichterImport DPA_Search by ordinal like other DPA functions.
2004-12-15  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-02-06  Robert ShearmanFix nGrow initialization in DPA_CreateEx.
2004-01-19  Francois GougetDPA_Create is missing from all recent import libraries...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-15  Uwe BonnesNew comctl32 test directory and test case for DPA_Search.