Update the address of the Free Software Foundation.
[wine] / include / wine / unicode.h
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-07-12  Alexandre JulliardFixed strchrW and strrchrW for a null character (spotte...
2005-04-28  Jeff LatimerDefine strncpyW to ensure that users know why it is...
2005-04-21  Alexandre JulliardGet rid of the remaining calls to strncpyW, and remove...
2004-09-21  Alexandre JulliardGet rid of the assembly code, it doesn't really improve...
2004-04-02  Alexandre JulliardAdded memicmpW.
2004-02-07  Alexandre JulliardAdded memchrW and memrchrW to the exported Unicode...
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2003-12-13  Ge van GeldorpWhen building a PE DLL (MinGW), variables exported...
2003-11-22  Dmitry TimoshkovMove CompareString implementation to libwine_unicode...
2003-10-15  Jon GriffithsAdded string folding support.
2003-09-27  Alexandre JulliardAdded strspnW and strcspnW.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-20  Steven EdwardsFix building libwine_unicode with w32api headers.
2003-06-27  Dmitry TimoshkovImplement LCMapString using unicode collation tables.
2003-03-21  Alexandre JulliardAdded 'wine' prefix to libwine_unicode exports.
2003-03-20  Alexandre JulliardAdded sprintfW and vsprintfW.
2003-03-12  Dmitry TimoshkovMove vsnwprintf implementation to libwine_unicode,...
2003-01-02  Alberto MassariMoved implementation of strpbrkW from filedlg95.c to...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Alexandre JulliardImplemented strtolW/strtoulW in libwine_unicode and...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2000-10-13  Konrad RieckChanged repne to repnz for Solaris assembler.
2000-09-12  Alexandre JulliardAdded missing __volatile__.
2000-09-07  Erik HofmanAdded missing const to external tables definitions.
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Alexandre JulliardAdded UTF-8 conversion support.
2000-08-01  Gerard PatelChanged the win31 style file dialog to 32 bits structur...
2000-06-13  Alexandre JulliardAdded a couple of Unicode string routines.
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-10  Alexandre JulliardAdded support for WC_NO_BEST_FIT_CHAR and default char...
2000-06-09  Alexandre JulliardAdded a bunch of code page tables for multibyte<->wide...