d3drm: Avoid LPDIRECT3DRMMESHBUILDER3.
[wine] / include / wine / unicode.h
2011-09-08  Alexandre Julliardlibwine: Avoid converting the final null in strlwrW...
2010-05-07  Yann Droneaudinclude: Rewrote some extern inline to static inline.
2008-11-06  Alexandre Julliardinclude: Add extern "C" to the exported Wine headers.
2007-11-07  Alexandre Julliardinclude: Only use DECLSPEC_IMPORT for Windows compilers...
2007-07-05  Andrew Talbotwinelib: Cast-qual warnings fix.
2007-05-29  Alexandre Julliardlibwine: Add support for glyph chars mapping in OEM...
2007-03-14  Alexandre Julliardlibwine: Pass flags to wine_utf8_wcstombs to allow...
2007-02-26  Rob Shearmanlibwine: Eliminate duplicate function implementations...
2006-05-26  Alexandre Julliardwine_unicode: Add prototypes for inline functions ...
2006-05-25  Alexandre Julliardinclude: Prevent internal Wine headers from being used...
2006-05-24  Alexandre Julliardlibwine_unicode: Renamed is_dbcs_leadbyte to wine_is_db...
2006-05-24  Alexandre Julliardlibwine_unicode: Define all functions in the library...
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...