Robert van Herk
|
516bb0ba64
|
msvcrt: Fix file mode T (temporary file).
|
2012-03-28 11:47:13 +02:00 |
Akihiro Sagawa
|
ece5d712f6
|
msvcrt: Fix _mbsnbcmp and _mbsnbicmp implementation.
|
2012-03-26 18:15:33 +02:00 |
Akihiro Sagawa
|
7535b367dd
|
msvcrt: Fix _mbcjistojms off by one error.
|
2012-03-26 18:15:33 +02:00 |
Akihiro Sagawa
|
c1558bb7ef
|
msvcrt/tests: Add more tests for _mbcjistojms.
|
2012-03-26 18:15:32 +02:00 |
Akihiro Sagawa
|
9085a2e54c
|
msvcrt/tests: Rewrite test_mbcjisjms to test in various codepages.
|
2012-03-26 18:15:32 +02:00 |
Akihiro Sagawa
|
578d85f320
|
msvcrt: Improve _mbbtombc to handle Japanese characters.
|
2012-03-26 18:15:31 +02:00 |
Akihiro Sagawa
|
d3e9665001
|
msvcrt: Add test for _mbbtombc.
|
2012-03-26 18:15:31 +02:00 |
André Hentschel
|
36217c208f
|
msvcrt: Fix a typo.
|
2012-03-26 12:41:27 +02:00 |
Akihiro Sagawa
|
c9f1489cab
|
msvcrt: Implement _mbcjmstojis.
|
2012-03-16 11:11:07 +01:00 |
Akihiro Sagawa
|
0800572257
|
msvcrt: Add semi stub _mbcjmstojis implementation.
|
2012-03-16 11:10:54 +01:00 |
Alexandre Julliard
|
881374ee96
|
msvcrt: Add entry points for the C++ exception functions on x86_64.
|
2012-03-16 11:00:01 +01:00 |
Alexandre Julliard
|
b8467c5f69
|
msvcrt: Add a new file for the x86_64 exception handling.
|
2012-03-16 10:58:08 +01:00 |
Alexandre Julliard
|
89b2dd08ff
|
msvcrt: Move more i386-specific exception code to except_i386.c.
|
2012-03-16 10:53:21 +01:00 |
Alexandre Julliard
|
aba6423b83
|
msvcrt: Create an i386-specific file for exception handling.
|
2012-03-16 10:52:10 +01:00 |
Akihiro Sagawa
|
cf7479ca85
|
msvcrt: Add support for _flushall to clear all input buffer.
|
2012-03-14 12:59:11 +01:00 |
Akihiro Sagawa
|
58d6a9a331
|
msvcrt: Add a helper function to flush all buffers.
|
2012-03-14 12:59:10 +01:00 |
Akihiro Sagawa
|
1a01893c74
|
msvcrt: Add support for fflush to clear an input buffer.
|
2012-03-14 12:59:10 +01:00 |
Akihiro Sagawa
|
09a7f8c196
|
msvcrt/tests: Add tests for fflush on input stream.
|
2012-03-14 12:59:09 +01:00 |
Piotr Caban
|
79c19aef29
|
msvcrt: Fixed printf behaviour on hexadecimal, zero-padded numbers.
|
2012-03-13 10:26:05 +01:00 |
Piotr Caban
|
c39793087d
|
msvcrt: Handle negative file->_cnt value in _flsbuf function.
|
2012-02-07 09:32:20 -06:00 |
Eric Pouech
|
f8b29a0685
|
msvcrt: Fix TRACE format modifier for wfreopen.
|
2012-02-06 10:19:32 -06:00 |
Dmitry Timoshkov
|
42157151d0
|
msvcrt: Add some tests for strftime/wcsftime.
|
2012-01-10 17:55:51 +01:00 |
Daniel Lehman
|
08aa6ae52d
|
msvcrt: Add _snwprintf_l.
|
2012-01-09 12:52:17 +01:00 |
Daniel Lehman
|
85559848ff
|
msvcrt: Sync _wtempnam with _tempnam.
|
2012-01-09 12:52:16 +01:00 |
Alexandre Julliard
|
446a6b3556
|
msvcrt: Use the correct type for findnext64.
|
2012-01-06 21:57:38 +01:00 |
Alexandre Julliard
|
2a1ce301fa
|
msvcrt: Don't name a local variable 'errno'.
|
2012-01-06 21:48:56 +01:00 |
Daniel Lehman
|
5a3695ccee
|
msvcrt: Make WEOF returned from swscanf signed.
|
2012-01-06 19:24:16 +01:00 |
Marcus Meissner
|
b057a3e898
|
msvcrt: Mark various internal functions as hidden.
|
2012-01-03 12:37:32 +01:00 |
Piotr Caban
|
17f0ee4622
|
msvcrt: NULL terminate strings returned by _Getdays and _Getmonths.
|
2011-12-28 17:50:11 +01:00 |
André Hentschel
|
825a25ef96
|
msvcrt/tests: Fix two test messages.
|
2011-12-27 16:55:06 +01:00 |
Piotr Caban
|
283c07b8ce
|
msvcp90: Added ctype<char>::tolower functions implementation.
|
2011-12-21 18:05:47 +01:00 |
Alexandre Julliard
|
88d632aec3
|
msvcrt: Fix formatting of pointers in printf.
|
2011-12-21 16:05:04 +01:00 |
Piotr Caban
|
516a65a605
|
msvcrt/tests: Added _Gettnames tests.
|
2011-12-07 17:50:05 +01:00 |
Piotr Caban
|
d82dd2a4db
|
msvcrt: Added _Getmonths implementation.
|
2011-12-07 17:50:05 +01:00 |
Piotr Caban
|
7a43f0cb8f
|
msvcrt: Added _Getdays implementation.
|
2011-12-07 17:50:05 +01:00 |
Piotr Caban
|
4bb1e9c32a
|
msvcrt: Added _Gettnames implementation.
|
2011-12-07 17:50:04 +01:00 |
Piotr Caban
|
344883fb85
|
msvcrt: Initialize lc_time_curr inside create_locale.
|
2011-12-07 17:50:04 +01:00 |
Piotr Caban
|
dbff7a1ca2
|
msvcrt: Fix lc_collate_cp initialization.
|
2011-12-06 15:51:00 +01:00 |
Piotr Caban
|
f84858ac2c
|
msvcrt: Added _get_current_locale implementation.
|
2011-12-06 15:51:00 +01:00 |
Akihiro Sagawa
|
28184600e7
|
msvcrt: Add validity checks for _mbstrlen_l.
|
2011-12-01 14:17:35 +01:00 |
Akihiro Sagawa
|
13aff6dc56
|
msvcrt: Fix wctob in C locale.
|
2011-12-01 14:16:30 +01:00 |
Akihiro Sagawa
|
f9403bfb90
|
msvcrt: Use given locale info in _mbtowcs_l.
|
2011-12-01 14:15:12 +01:00 |
André Hentschel
|
f012242037
|
msvcrt: Implement _wasctime_s.
|
2011-11-30 17:04:39 +01:00 |
André Hentschel
|
35722cb4ce
|
msvcrt: Implement asctime_s.
|
2011-11-30 17:04:35 +01:00 |
Eric Pouech
|
d7bc2eff2f
|
msvcrt: Implemented _ultow_s.
|
2011-11-29 13:23:47 +01:00 |
Piotr Caban
|
66520ea08a
|
msvcrt: Fix FILE critical section initialization.
|
2011-11-24 20:57:01 +01:00 |
Piotr Caban
|
3fe5e6ee8a
|
msvcrt: Keep FILE critical section initialized after closing file.
|
2011-11-23 14:14:39 +01:00 |
Frédéric Delanoy
|
520a92de33
|
msvcrt: Avoid hardcoding array lengths.
|
2011-11-23 09:11:22 +01:00 |
Francois Gouget
|
d78bfe1149
|
msvcrt: Statically initialize and name the MSVCRT_file_cs critical section.
|
2011-11-16 17:02:10 +01:00 |
Piotr Caban
|
764b85511c
|
msvcrt: Don't use fputc in flsbuf implementation.
|
2011-11-16 17:01:09 +01:00 |