server: Add ARM64 support.
[wine] / dlls / ntdll / tests / string.c
2012-02-13  André Hentschelntdll/tests: Fix some typos.
2011-11-21  Frédéric Delanoyntdll/tests: Avoid harcoding array lengths.
2011-10-17  Thomas Faberntdll/tests: Fix build with MSVC.
2011-09-08  André Hentschelntdll/tests: Tests for _wcslwr and _wcsupr.
2011-02-01  Andrew Nguyenntdll/tests: Avoid casting away const in comparison...
2010-10-05  Stefan Oberhumerntdll/tests: Add some more tests for qsort().
2010-05-24  Marcus Meissnerntdll: qsort: comparator must not get the same pointer.
2010-05-13  Marcus Meissnerntdll: Implement bsearch, lfind to use correct comparat...
2010-05-11  Marcus Meissnerntdll: Reimplement qsort() using generic mergesort.
2010-04-21  Michael Stefaniucntdll/tests: Avoid using the 'long' types.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcsrchr.
2010-01-14  Andrew Nguyenntdll/tests: Add a few additional tests for wcschr.
2009-01-08  Alexandre Julliardntdll/tests: Fix a long long format in a trace.
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,...