winapi_test: Updated so the generated tests work.
[wine] / dlls / ntdll / tests / string.c
2009-01-03  Alexandre Julliardntdll/tests: Avoid long long printf formats in traces.
2008-08-26  Alexandre Julliardntdll/tests: Allow alternate results in the string...
2008-07-22  Lei Zhangntdll: Use our own implementation of atoi and atol.
2008-04-21  Austin EnglishSpelling fixes.
2008-04-09  Austin EnglishSpelling fixes.
2006-11-21  Paul Vriensntdll: Remove unused variables.
2006-11-21  Paul Vriensntdll: Use intended variable.
2006-11-21  Paul Vriensntdll: Remove tests that crash on XP and W2K3.
2006-11-21  Paul Vriensntdll: Remove unused variables.
2006-11-21  Paul Vriensntdll: Remove tests that crash on XP and W2K3.
2006-10-14  Michael Stefaniucntdll/tests: Win64 printf format warning fixes.
2006-08-23  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-12  Aric StewartBoth wcschr and wcsrchr should be able to find the...
2005-06-27  Stefan HuehnerFix some -Wstrict-prototypes warnings.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-08-14  Francois GougetAvoid annoying 'macro redefinition' warnings by defining
2004-02-07  Francois GougetAdd trailing '\n's to ok() calls.
2003-12-15  Hans LeidekkerCheck if a function exists before testing it.
2003-10-04  Michael GünnewigFixed warnings with gcc option "-Wwrite-strings".
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-06  Alexandre JulliardAvoid non-portable long long constants.
2003-03-18  Thomas MertesTests for _itoa, _ltoa, _ultoa, _i64toa, _ui64toa,...