Iván Matellanes
|
e6be6283b6
|
msvcirt: Implement istream::read.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-19 09:52:18 +09:00 |
Iván Matellanes
|
25a02cc4a9
|
msvcirt: Implement istream::putback.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-19 09:52:15 +09:00 |
Iván Matellanes
|
7fff7ec8bf
|
msvcirt: Implement istream::peek.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-19 09:52:13 +09:00 |
Iván Matellanes
|
31e2d23b46
|
msvcirt: Implement istream::ignore.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-19 09:52:10 +09:00 |
Iván Matellanes
|
a7db5514e5
|
msvcirt: Implement istream::getline.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-19 09:52:06 +09:00 |
Iván Matellanes
|
5c691f3f09
|
msvcirt: Implement istream::get for streambufs.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-18 20:48:50 +09:00 |
Iván Matellanes
|
a3313793e0
|
msvcirt: Implement istream::get for single characters.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-18 20:48:47 +09:00 |
Iván Matellanes
|
14722ba20a
|
msvcirt: Implement istream::get for strings.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-18 20:48:45 +09:00 |
Iván Matellanes
|
eb91e1c677
|
msvcirt: Implement istream::ipfx.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 19:56:27 +09:00 |
Iván Matellanes
|
2f698f6392
|
msvcirt: Implement istream::eatwhite.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 19:56:19 +09:00 |
Iván Matellanes
|
a035f67cf5
|
msvcirt: Implement istream constructors/destructors.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-15 19:56:14 +09:00 |
Iván Matellanes
|
5101a90bca
|
msvcirt: Reset the pointers on file sync in most cases.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-14 22:51:49 +09:00 |
Iván Matellanes
|
3f59de0faf
|
msvcirt/tests: Remove unnecessary casts.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-07 19:57:16 +09:00 |
Iván Matellanes
|
46978629fd
|
msvcirt: Cast to unsigned char before promotion to int.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-07-07 19:57:12 +09:00 |
Piotr Caban
|
5c1b944a1c
|
msvcirt/tests: Remove unneeded casts.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-23 22:03:26 +09:00 |
Iván Matellanes
|
2cb786b6a0
|
msvcirt: Implement ostream::operator<< for streambuf.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 23:55:36 +09:00 |
Iván Matellanes
|
7ccc6338bc
|
msvcirt: Implement ostream::operator<< for pointers.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 23:55:33 +09:00 |
Iván Matellanes
|
e4df032cce
|
msvcirt: Implement ostream::operator<< for floats.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 23:55:29 +09:00 |
Iván Matellanes
|
c969efcaf2
|
msvcirt: Implement ostream::operator<< for integers.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 23:55:26 +09:00 |
Iván Matellanes
|
65935c4c88
|
msvcirt: Implement ostream::operator<< for strings.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 23:55:22 +09:00 |
Iván Matellanes
|
81cf0b2c48
|
msvcirt: Implement ostream::operator<< for characters.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 23:55:08 +09:00 |
Iván Matellanes
|
025c543442
|
msvcirt: Fix implementation of strstreambuf::underflow.
Spotted while testing for ostream printing.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-21 00:23:57 +09:00 |
Iván Matellanes
|
d5f445511e
|
msvcirt: Implement ostream::writepad.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:41 +09:00 |
Iván Matellanes
|
3f32455f01
|
msvcirt: Implement ostream::tellp.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:38 +09:00 |
Iván Matellanes
|
d77342ff96
|
msvcirt: Implement ostream::seekp.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:35 +09:00 |
Iván Matellanes
|
c4a5730ec3
|
msvcirt: Implement ostream::write.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:31 +09:00 |
Iván Matellanes
|
e1b3a52902
|
msvcirt: Implement ostream::put.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:27 +09:00 |
Iván Matellanes
|
28d400be63
|
msvcirt: Implement ostream::osfx.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:24 +09:00 |
Iván Matellanes
|
327cada0f1
|
msvcirt: Implement ostream::opfx.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:21 +09:00 |
Iván Matellanes
|
6fedfa6128
|
msvcirt: Implement ostream::flush.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:17 +09:00 |
Iván Matellanes
|
cf1f23379b
|
msvcirt: Implement ostream constructors/destructors.
Signed-off-by: Iván Matellanes <matellanes.ivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-15 20:42:12 +09:00 |
Iván Matellanes
|
b34b65e462
|
msvcirt: Improve implementation of streambuf::pbackfail.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 20:16:25 +09:00 |
Iván Matellanes
|
6aa589e854
|
msvcirt: Implement stdiobuf::seekoff.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 20:16:18 +09:00 |
Iván Matellanes
|
66ff2e3bad
|
msvcirt: Implement stdiobuf::setrwbuf.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-08 20:16:10 +09:00 |
Iván Matellanes
|
c16e4f5cc5
|
msvcirt: Implement stdiobuf::sync.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
|
2015-10-07 13:00:33 +09:00 |
Iván Matellanes
|
7754619128
|
msvcirt: Implement stdiobuf::underflow.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
|
2015-10-07 13:00:30 +09:00 |
Iván Matellanes
|
608aa13672
|
msvcirt: Implement stdiobuf::overflow.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
|
2015-10-07 13:00:27 +09:00 |
Iván Matellanes
|
a9ad6e88d7
|
msvcirt: Implement stdiobuf constructors and destructor.
Signed-off-by: Iván Matellanes <matellanesivan@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
|
2015-10-07 13:00:23 +09:00 |
Iván Matellanes
|
24d57405ac
|
msvcirt: Implement strstreambuf::seekoff.
|
2015-10-01 00:02:05 +09:00 |
Iván Matellanes
|
60d1d6f595
|
msvcirt: Implement strstreambuf::overflow.
|
2015-09-18 15:00:23 +02:00 |
Iván Matellanes
|
2f70aba8d9
|
msvcirt: Implement strstreambuf::underflow.
|
2015-09-18 15:00:21 +02:00 |
Iván Matellanes
|
675ad97a69
|
msvcirt: Implement strstreambuf::setbuf.
|
2015-09-18 15:00:15 +02:00 |
Iván Matellanes
|
0257ebc838
|
msvcirt: Implement strstreambuf::doallocate.
|
2015-09-18 15:00:10 +02:00 |
Iván Matellanes
|
a8b26a96b4
|
msvcirt: Implement strstreambuf::freeze.
|
2015-09-18 15:00:00 +02:00 |
Iván Matellanes
|
aa4e2740b7
|
msvcirt: Implement strstreambuf constructors and destructor.
|
2015-09-18 14:59:56 +02:00 |
Iván Matellanes
|
d5229aeec5
|
msvcirt: Implement filebuf::seekoff.
|
2015-08-17 18:19:28 +09:00 |
Iván Matellanes
|
0ed82afe9e
|
msvcirt: Implement filebuf::underflow.
|
2015-08-17 18:19:24 +09:00 |
Iván Matellanes
|
ed5f60e46f
|
msvcirt: Implement filebuf::overflow.
|
2015-08-17 18:19:19 +09:00 |
Iván Matellanes
|
5ebf8cfc40
|
msvcirt: Implement filebuf::sync.
|
2015-08-17 18:19:16 +09:00 |
Iván Matellanes
|
28c61981ad
|
msvcirt: Implement filebuf::setbuf.
|
2015-08-17 18:19:11 +09:00 |