Up to [wine] / wine / dlls / advapi32 / tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - [select for diffs], Wed Mar 28 11:43:45 2007 UTC (16 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_2,
Wine-1_1_1,
Wine-1_1_0,
Wine-1_0-rc5,
Wine-1_0-rc4,
Wine-1_0-rc3,
Wine-1_0-rc2,
Wine-1_0-rc1,
Wine-1_0,
Wine-0_9_61,
Wine-0_9_60,
Wine-0_9_59,
Wine-0_9_58,
Wine-0_9_57,
Wine-0_9_56,
Wine-0_9_55,
Wine-0_9_54,
Wine-0_9_53,
Wine-0_9_52,
Wine-0_9_51,
Wine-0_9_50,
Wine-0_9_49,
Wine-0_9_48,
Wine-0_9_47,
Wine-0_9_46,
Wine-0_9_45,
Wine-0_9_44,
Wine-0_9_43,
Wine-0_9_42,
Wine-0_9_41,
Wine-0_9_40,
Wine-0_9_39,
Wine-0_9_38,
Wine-0_9_37,
Wine-0_9_36,
Wine-0_9_35,
Wine-0_9_34,
STABLE,
HEAD
Changes since 1.6: +1 -1
lines
Diff to previous 1.6 (colored)
Francois Gouget <fgouget@free.fr> Remove unneeded checks on the GetModuleHandle() return value for cases where we are linked with the dll.
Revision 1.6 / (download) - [select for diffs], Mon Mar 5 19:11:43 2007 UTC (17 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_33
Changes since 1.5: +1 -4
lines
Diff to previous 1.5 (colored)
Paul Vriens <paul.vriens.wine@gmail.com> advapi32/tests: Don't use FreeLibrary with GetModuleHandle.
Revision 1.5 / (download) - [select for diffs], Fri Mar 2 12:16:04 2007 UTC (17 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_32
Changes since 1.4: +6 -2
lines
Diff to previous 1.4 (colored)
Paul Vriens <paul.vriens.wine@gmail.com> advapi32/tests: Make use of skip.
Revision 1.4 / (download) - [select for diffs], Tue May 23 12:47:29 2006 UTC (2 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_31,
Wine-0_9_30,
Wine-0_9_29,
Wine-0_9_28,
Wine-0_9_27,
Wine-0_9_26,
Wine-0_9_25,
Wine-0_9_24,
Wine-0_9_23,
Wine-0_9_22,
Wine-0_9_21,
Wine-0_9_20,
Wine-0_9_19,
Wine-0_9_18,
Wine-0_9_17,
Wine-0_9_16,
Wine-0_9_15,
Wine-0_9_14
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Jonathan Ernst <jonathan@ernstfamily.ch> Update the address of the Free Software Foundation.
Revision 1.3 / (download) - [select for diffs], Sat Aug 27 10:00:39 2005 UTC (2 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050930,
Wine-20050830,
Wine-0_9_9,
Wine-0_9_8,
Wine-0_9_7,
Wine-0_9_6,
Wine-0_9_5,
Wine-0_9_4,
Wine-0_9_3,
Wine-0_9_2,
Wine-0_9_13,
Wine-0_9_12,
Wine-0_9_11,
Wine-0_9_10,
Wine-0_9_1,
Wine-0_9
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Mike McCormack <mike@codeweavers.com> Fix gcc 4.0 warnings.
Revision 1.2 / (download) - [select for diffs], Mon Jun 13 10:00:37 2005 UTC (3 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050725,
Wine-20050628
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Mike McCormack <mike@codeweavers.com> Silence some -Wmissing-declarations warnings.
Revision 1.1 / (download) - [select for diffs], Wed Oct 6 18:53:29 2004 UTC (3 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050524,
Wine-20050419,
Wine-20050310,
Wine-20050211,
Wine-20050111,
Wine-20041201,
Wine-20041019
Hans Leidekker <hans@it.vu.nl>
Implement MD{4,5}Init MD{4,5}Update and MD{4,5}Final.
Add tests for these functions.