wined3d: Remove some unnecessary casts in process_vertices_strided().
[wine] / dlls / rpcrt4 / tests / rpc.c
2008-11-20  Alexandre Julliardrpcrt4/tests: Fix test failures on Win9x.
2008-10-14  Juan Langrpcrt4: Add tests for UuidCreate.
2008-09-11  Alexandre Julliardrpcrt4/tests: Fix a couple of test failures on Windows.
2008-09-03  James Hawkinsrpcrt4: Fix a failing test in Vista.
2008-08-27  Rob Shearmanrpcrt4: Add tests for RpcBindingReset.
2008-08-19  Rob Shearmanrpcrt4: Test the endpoint mapper for the ncalrpc protse...
2008-08-18  Rob Shearmanrpcrt4: Fix RpcStringBindingComposeA/W and RpcStringBin...
2008-08-18  Rob Shearmanrpcrt4: Add test for RpcBindingToStringBindingA.
2008-07-31  Rob Shearmanrpcrt4: Validate the uuid portion of the string passed...
2008-07-02  James Hawkinsrpcrt4: Fix a failing test in win2k.
2008-06-26  Rob Shearmanrpcrt4: Add tests for endpoint mapper functions.
2008-06-23  Kai Blinrpcrt4: Ignore the AuthzSvr parameter for RPC_C_AUTHN_W...
2008-06-12  Paul Vriensrpcrt4/tests: Fix test failures for win9x, NT4, W2K...
2008-05-26  James Hawkinsrpcrt4: Trace the results of two statuses that return...
2008-04-16  Rob Shearmanrpcrt4: Test and fix I_RpcExceptionFilter.
2008-02-28  Rob Shearmanrpcrt4: Add tests for RpcStringBindingParseA.
2008-02-11  Paul Vriensrpcrt4/tests: Don't crash on WinXP SP3.
2008-02-11  Paul Vriensrpcrt4/tests: Vista uses the same status values as...
2008-02-08  Paul Vriensrpcrt4/tests: Skip rest of the tests if we fail.
2008-02-08  Paul Vriensrpcrt4/tests: Change test for Windows 2003.
2008-02-04  Rob Shearmanrpcrt4: Fix memory leaks in the rpc tests.
2008-01-15  Rob Shearmanrpcrt4: Allow NULL networkaddr and endpoint in rpcrt4_n...
2008-01-07  Rob Shearmanrpcrt4: Implement I_RpcMapWin32Status.
2007-12-31  Rob Shearmanrpcrt4: Make some variables in the tests static.
2007-04-13  Dan Hipschmanrpcrt4: Add tests for RpcServerListen and friends.
2007-01-12  Paul Vriensrpcrt4/tests: Cast-qual warning fixes.
2006-06-13  Alexandre Julliardrpcrt4/tests: Don't use sizeof in ok() to avoid printf...
2006-06-03  Robert Shearmanrpcrt4: Don't try to resolve the name when constructing...
2006-06-02  Robert Shearmanrpcrt4: All of the parameters to TowerExplode are optional.
2006-06-02  Robert Shearmanrpcrt4: Implement TowerConstruct and TowerExplode.
2006-05-24  Alexandre JulliardTests should not use wine/unicode.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-18  Mike McCormackrpcrt4: Fix and test RpcNetworkIsProtseqValid.
2005-09-06  Mike McCormackFix gcc 4.0 warnings.
2005-06-20  Stefan HuehnerMake some function static.
2004-12-23  Bill MedlandImplemented DceErrorInqText.
2004-01-26  Francois GougetAdd trailing '\n's to ok() calls.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2002-12-24  Dimitrie O. PaunFix definitions for Uuid{To,From}String, RpcStringFree.
2002-12-05  Francois GougetSkip Unicode tests if there's no Unicode support.
2002-10-07  Greg TurnerAdded skeleton for rpcrt4 unit test with some UUID...