Sign in
goma
/
wine
/
7458d7416986a8e0680c4e40866393ebdecd6a51
/
dlls
/
msvcrt
/
mbcs.c
3d96c56
Do not forward _mbccpy to strcpy.
by Rein Klazes
· 19 years ago
6f92870
Fix _mbsspn() with conformance tests.
by Rein Klazes
· 19 years ago
442c253
Add missed _mbscoll function.
by Vitaly Lipatov
· 20 years ago
792d7eb
Fix gcc 4.0 warnings.
by Mike McCormack
· 20 years ago
240d4ee
Remove a few more instances of strncpy.
by Alexandre Julliard
· 20 years ago
05413fc
Fixed some signed / unsigned pointer casts.
by Eric Pouech
· 20 years ago
eb5bf7d
Documentation spelling fixes.
by Jon Griffiths
· 20 years ago
f8e01ef
Assorted spelling fixes.
by Francois Gouget
· 21 years ago
0377462
Split the MSVCRT implementation headers from the public headers.
by Dimitrie O. Paun
· 21 years ago
7d77d77
mbtowc returns -1 if we can't find a valid multibyte char in the non
by Michael Stefaniuc
· 22 years ago
909ffb7
Implemented _mbsnbcat.
by Michael Stefaniuc
· 22 years ago
3dcd451
Remove dead code after return or properly comment it out.
by Michael Stefaniuc
· 22 years ago
bb2210b
Store mbstok() next pointer in the per-thread data.
by Alexandre Julliard
· 22 years ago
d76455d
Implemented _mbstok and _mbsnbset.
by Michael Stefaniuc
· 22 years ago
af39862
Implemented mbsicoll (without locale handling).
by Marcus Meissner
· 22 years ago
5f31b32
Use MSVCRT_wchar_t instead of WCHAR so that the implementation matches
by Alexandre Julliard
· 22 years ago
083b0be
Implemented some ismbc* functions (based on a patch by Greg Turner).
by Alexandre Julliard
· 22 years ago
9a62491
Removed trailing whitespace.
by Vincent Béron
· 23 years ago
7ccf8bc
Implemented _mbsnbicmp.
by François Gouget
· 23 years ago
0799c1a
Added LGPL standard comment, and copyright notices where necessary.
by Alexandre Julliard
· 23 years ago
bd1689e
Don't include debugtools.h in the header file, moved it to the C files
by Alexandre Julliard
· 23 years ago
63d1331
Cleanup and improve the mbcs support.
by François Gouget
· 23 years ago
3953614
- implement mbscspn mostly as a stub - reimplement mktime
by Gerard Patel
· 23 years ago
bab91aa
Implemented _mbsupr.
by Francois Gouget
· 24 years ago
2378305
Implemented mbsnbcnt, added stubs for _Gettnames and __lc_collate_cp.
by Marcus Meissner
· 24 years ago
0dae258
Implemented msvcrt._mbspbrk.
by Mike McCormack
· 24 years ago
7b3495a
Implemented multibyte string reverse.
by Mike McCormack
· 24 years ago
4b15745
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
33929be
- Made sure that the files that contains the declarations
by Patrik Stridvall
· 24 years ago
e0cef27
Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn.
by Uwe Bonnes
· 24 years ago
8b216b3
Documentation ordinal fixes.
by Patrik Stridvall
· 24 years ago
e7f75c5
Include the msvcrt headers, remove duplicate definitions.
by Francois Gouget
· 24 years ago
203a8f8
Adjust the 'MSVCRT_' prefix to match the msvcrt headers
by Francois Gouget
· 24 years ago
05fc3cd
Typo fixes in comments.
by Francois Gouget
· 24 years ago
a91a28c
Fixes as a result of testing builtin crtdll against builtin msvcrt.
by Jon Griffiths
· 24 years ago
1db20bf
- Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions.
by Jon Griffiths
· 24 years ago