Andrew Nguyen
|
ed357e5ca6
|
msvcrt: Implement _ultoa_s.
|
2010-10-21 12:30:44 +02:00 |
Andrew Nguyen
|
a622af49a7
|
msvcrt: Implement _mbsnbcat_s.
|
2010-10-21 12:30:35 +02:00 |
Damjan Jovanovic
|
b39c59e75d
|
msvcrt: Improve wcsncat_s.
|
2010-10-19 10:15:38 +02:00 |
Damjan Jovanovic
|
c7536ef868
|
msvcrt: Define STRUNCATE.
|
2010-10-19 10:15:35 +02:00 |
Damjan Jovanovic
|
302d63a225
|
msvcrt: Implement wcsncat_s.
|
2010-10-18 19:47:49 +02:00 |
Andrew Nguyen
|
41ab825126
|
msvcrt: Implement _strlwr_s.
|
2010-10-11 17:11:38 +02:00 |
Andrew Nguyen
|
bcfaf467b5
|
msvcrt: Implement _itoa_s.
|
2010-10-11 17:11:38 +02:00 |
Andrew Nguyen
|
6086610314
|
msvcrt: Implement _localtime32_s.
|
2010-10-11 17:11:37 +02:00 |
Andrew Nguyen
|
90771ab605
|
msvcrt: Use the write_invalid_msvcrt_tm helper in _gmtime64_s.
|
2010-10-11 17:11:37 +02:00 |
Andrew Nguyen
|
e245cb52c6
|
msvcrt: Implement _localtime64_s.
|
2010-10-11 17:11:37 +02:00 |
Andrew Nguyen
|
eb09472870
|
msvcrt: Initialize _wenviron in Unicode environment getter function.
|
2010-10-07 12:00:27 +02:00 |
Andrew Nguyen
|
797d6cb4e2
|
msvcrt/tests: Add tests for the __p__(w)environ accessors.
|
2010-10-07 12:00:27 +02:00 |
Alexandre Julliard
|
730f01801f
|
tests: Make some variables static.
|
2010-10-01 13:41:42 +02:00 |
Andrew Nguyen
|
285e6d249f
|
msvcrt: Initialize environ on DLL load.
|
2010-09-30 17:51:16 +02:00 |
Hans Leidekker
|
23fdfbc392
|
msvcrt: Implement wcsnlen.
|
2010-09-29 10:11:48 +02:00 |
Andrew Nguyen
|
67088eb34c
|
msvcrt: Implement _set_doserrno.
|
2010-09-28 17:33:16 +02:00 |
Andrew Nguyen
|
ad68c0bd3c
|
msvcrt: Implement _set_errno.
|
2010-09-28 17:33:16 +02:00 |
Andrew Nguyen
|
c3b127f566
|
msvcrt: Implement _get_doserrno.
|
2010-09-28 17:33:16 +02:00 |
Andrew Nguyen
|
79ab715272
|
msvcrt: Implement _get_errno.
|
2010-09-28 17:33:15 +02:00 |
Andrew Nguyen
|
b7a74d24f5
|
msvcrt: Implement strerror_s.
|
2010-09-28 17:33:15 +02:00 |
Andrew Nguyen
|
ac26d786c4
|
msvcrt: Convert the Unix asctime string from CP_UNIXCP to CP_ACP.
|
2010-09-28 17:33:15 +02:00 |
Piotr Caban
|
120346da88
|
msvcrt: Added 'll' modifier to printf functions.
|
2010-09-23 17:50:12 +02:00 |
Alexandre Julliard
|
bd9852cd6f
|
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
|
2010-09-19 12:40:12 +02:00 |
Alexandre Julliard
|
81b8ee863e
|
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
|
2010-09-19 12:36:48 +02:00 |
Piotr Caban
|
1861c2162d
|
msvcrt: Fix _splitpath and _wsplitpath implementation.
|
2010-09-02 11:49:58 +02:00 |
Alexandre Goujon
|
2c08a3fbc7
|
msvcrt: Properly fix setlocale and clean up tests.
|
2010-08-31 17:48:06 +02:00 |
Alexandre Julliard
|
56ed2930a9
|
msvcrt: Use float instead of long in the spec file for 32-bit floating point values.
|
2010-08-31 14:23:48 +02:00 |
Alexandre Julliard
|
77b6ce5979
|
msvcrt: Use int64 in the spec file for 64-bit integers.
|
2010-08-31 14:23:48 +02:00 |
Piotr Caban
|
899d9a042b
|
msvcrt: Added _splitpath_s implementation.
|
2010-08-30 11:26:30 +02:00 |
Alexandre Goujon
|
7a1752013c
|
msvcrt: string Avoid size_t in ok().
|
2010-08-30 11:26:29 +02:00 |
Alexandre Julliard
|
dfdea6c4a5
|
msvcrt: Add -ret64 flag on some functions that return a 64-bit value.
|
2010-08-29 12:09:36 +02:00 |
Piotr Caban
|
3a25d7d9aa
|
msvcrt: Added _gcvt_s implementation.
|
2010-08-27 12:06:43 +02:00 |
Piotr Caban
|
600fa766f3
|
msvcrt: Added _scprintf implementation.
|
2010-08-27 12:06:12 +02:00 |
Piotr Caban
|
6467c8325f
|
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.
|
2010-08-27 12:06:00 +02:00 |
Piotr Caban
|
471bad1ee8
|
msvcrt: Added _strdate_s and _wstrdate_s implementation.
|
2010-08-27 12:05:42 +02:00 |
Piotr Caban
|
7d0c04d31c
|
msvcrt: Added _strtime_s and _wstrtime_s implementation.
|
2010-08-27 12:05:10 +02:00 |
Piotr Caban
|
898e17f2af
|
msvcrt: Added _set_purecall_handler implementation.
|
2010-08-25 17:37:48 +02:00 |
Piotr Caban
|
76058b14eb
|
msvcrt: Added _set_SSE2_enable stub.
|
2010-08-25 17:37:37 +02:00 |
Alexandre Julliard
|
52aac5aba7
|
msvcrt: Export the 64-bit version of the C++ mangled names for all implemented functions.
|
2010-08-24 22:22:09 +02:00 |
Alexandre Julliard
|
c4f673fb63
|
msvcrt: List the this pointer as an additional argument for thiscall functions.
|
2010-08-24 19:29:27 +02:00 |
Alexandre Julliard
|
14072676a6
|
msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer.
|
2010-08-24 16:31:25 +02:00 |
Alexandre Julliard
|
b21e28ca11
|
msvcrt: Use the thiscall type on appropriate entry points.
|
2010-08-24 16:24:01 +02:00 |
Alexandre Julliard
|
c27aa289b7
|
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
|
2010-07-22 16:55:35 +02:00 |
Piotr Caban
|
9915dd03b4
|
msvcrt: Fixed strtod_l/wcstod_l implementation.
|
2010-07-22 16:11:02 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
a38ff8d7dd
|
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
|
2010-07-21 13:23:59 +02:00 |
Greg Geldorp
|
913c91fd47
|
msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0.
|
2010-07-19 14:49:07 +02:00 |
Alexandre Julliard
|
d2cda58a1f
|
msvcrt/tests: Add some alternative locale names that happen on Windows.
|
2010-07-09 11:38:08 +02:00 |
Alexandre Julliard
|
c5e88a3a69
|
msvcrt: Use the correct strdup function for locale data.
|
2010-06-28 11:45:01 +02:00 |
Andrew Nguyen
|
58dd97efcf
|
msvcrt: Implement _wmakepath_s.
|
2010-06-25 12:49:57 +02:00 |