Up to [wine] / wine / dlls / advapi32 / tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.11 / (download) - [select for diffs], Thu Mar 15 13:20:50 2007 UTC (17 months, 1 week 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,
Wine-0_9_33,
STABLE,
HEAD
Changes since 1.10: +1 -1
lines
Diff to previous 1.10 (colored)
Paul Vriens <paul.vriens.wine@gmail.com> advapi32/tests: No need to check return value of GetModuleHandle.
Revision 1.10 / (download) - [select for diffs], Tue Mar 13 21:58:15 2007 UTC (17 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.9: +14 -9
lines
Diff to previous 1.9 (colored)
Paul Vriens <paul.vriens.wine@gmail.com> advapi32/tests: Use GetModuleHandle and skip.
Revision 1.9 / (download) - [select for diffs], Mon Mar 12 13:29:59 2007 UTC (17 months, 1 week ago) by julliard
Branch: MAIN
Changes since 1.8: +1 -1
lines
Diff to previous 1.8 (colored)
Andrew Talbot <Andrew.Talbot@talbotville.com> advapi32: Constify some variables.
Revision 1.8 / (download) - [select for diffs], Thu Dec 14 20:25:19 2006 UTC (20 months, 1 week ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_32,
Wine-0_9_31,
Wine-0_9_30,
Wine-0_9_29,
Wine-0_9_28
Changes since 1.7: +4 -3
lines
Diff to previous 1.7 (colored)
Francois Gouget <fgouget@free.fr> advapi32/tests: Replace an '#if 0' with an 'if (0)'.
Revision 1.7 / (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_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.6: +1 -1
lines
Diff to previous 1.6 (colored)
Jonathan Ernst <jonathan@ernstfamily.ch> Update the address of the Free Software Foundation.
Revision 1.6 / (download) - [select for diffs], Mon May 22 10:22:04 2006 UTC (2 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.5: +13 -7
lines
Diff to previous 1.5 (colored)
Mike McCormack <mike@codeweavers.com> advapi32: Implement and test SystemFunction011.
Revision 1.5 / (download) - [select for diffs], Mon May 22 10:22:01 2006 UTC (2 years, 3 months ago) by julliard
Branch: MAIN
Changes since 1.4: +21 -0
lines
Diff to previous 1.4 (colored)
Mike McCormack <mike@codeweavers.com> advapi32: Implement and test SystemFunction010.
Revision 1.4 / (download) - [select for diffs], Wed May 10 17:58:42 2006 UTC (2 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_13
Changes since 1.3: +47 -11
lines
Diff to previous 1.3 (colored)
Mike McCormack <mike@codeweavers.com> advapi32: Implement and test SystemFunction007.
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_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.