Iván Matellanes
|
e2119fb854
|
msvcirt: Add stub of class ios.
|
2015-07-07 14:24:45 +09:00 |
Piotr Caban
|
9249f393c2
|
msvcirt: Fix ostrstream::ostrstream() constructor stub.
|
2015-06-29 19:07:55 +09:00 |
Iván Matellanes
|
6096dfe6d9
|
msvcirt: Add implementation of streambuf::dbp.
|
2015-06-29 19:07:54 +09:00 |
Iván Matellanes
|
56f150b1c4
|
msvcirt: Add implementation of streambuf::sputbackc.
|
2015-06-29 19:07:54 +09:00 |
Iván Matellanes
|
d553a0883f
|
msvcirt: Add implementation of streambuf::stossc.
|
2015-06-26 20:35:06 +09:00 |
Iván Matellanes
|
346a8e1cbf
|
msvcirt: Add implementation of streambuf::sbumpc.
|
2015-06-26 20:35:06 +09:00 |
Iván Matellanes
|
fac4fdb56f
|
msvcirt: Add implementation of streambuf::snextc.
|
2015-06-26 20:35:06 +09:00 |
Iván Matellanes
|
7b877fbce8
|
msvcirt: Add implementation of streambuf::sgetn/sputn.
|
2015-06-23 19:34:10 +09:00 |
Iván Matellanes
|
540f644ceb
|
msvcirt: Add implementation of streambuf::sputc.
|
2015-06-17 20:01:16 +09:00 |
Iván Matellanes
|
b08d0bc75d
|
msvcirt: Add implementation of streambuf::sgetc.
|
2015-06-17 20:01:16 +09:00 |
Iván Matellanes
|
44fbaf3342
|
msvcirt: Add implementation of streambuf::in_avail/out_waiting.
|
2015-06-11 15:56:49 +09:00 |
Iván Matellanes
|
a3150b95df
|
msvcirt: Add implementation of streambuf::gbump/pbump.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
70b447d078
|
msvcirt: Add implementation of streambuf locking.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
2e880feaab
|
msvcirt: Add implementation of streambuf::unbuffered.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
43b9cb7180
|
msvcirt: Add implementation of streambuf buffer getters.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
77dbfc8979
|
msvcirt: Add implementation of streambuf::allocate.
|
2015-06-09 22:09:56 +09:00 |
Iván Matellanes
|
ee28dbf542
|
msvcirt: Add initial implementation of streambuf.
|
2015-06-05 14:44:49 +09:00 |
Alexandre Julliard
|
5e7416e5c8
|
makefiles: Get rid of the MAKE_DLL_RULES variable.
|
2014-01-02 12:08:18 +01:00 |
Piotr Caban
|
16668e82fe
|
msvcrt20: Match parameters list with function we're forwarding to.
|
2013-03-26 12:15:50 +01:00 |
Alexandre Julliard
|
799731f4b9
|
msvcrt: Synchronize spec files.
|
2013-03-14 13:21:47 +01:00 |
André Hentschel
|
874d077ca6
|
msvcrt: Add a new file for the ARM exception handling.
|
2013-02-27 19:23:45 +01:00 |
Piotr Caban
|
1cd0c4abd6
|
msvcrt: Sync spec files.
|
2012-12-17 20:31:27 +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
|
f127a2c075
|
msvcrt: Synchronize the spec files.
|
2011-09-14 17:00:19 +02:00 |
Igor Paliychuk
|
521604ffce
|
msvcrt: _CxxThrowException is stdcall, not cdecl.
|
2011-05-16 16:35:27 +02:00 |
Alexandre Julliard
|
6c88228078
|
msvcrt: Allow forwarding to stub functions when the arguments are known.
|
2011-05-03 14:38:05 +02:00 |
Alexandre Julliard
|
5ac184cad5
|
msvcrt: Update spec files using the make_specfiles script.
|
2011-05-03 12:44:14 +02:00 |
Alexandre Julliard
|
9c76ed18b7
|
msvcrt: Add stubs for the 64-bit msvcirt entry points.
|
2011-05-01 20:37:18 +02:00 |
Alexandre Julliard
|
d72da00206
|
msvcrt: Export _aexit_rtn.
|
2011-05-01 11:42:30 +02:00 |
Alexandre Julliard
|
60f3a809f5
|
msvcrt: Synchronize spec files across dlls.
|
2011-04-29 16:51:57 +02:00 |
Alexandre Julliard
|
89475918a1
|
msvcrt: Export the __p_* functions on all platforms.
|
2011-03-16 17:41:08 +01:00 |
Alexandre Julliard
|
37af4c371b
|
msvcrt: Implement longjmp for x86_64.
|
2011-02-01 18:14:09 +01:00 |
André Hentschel
|
28bdb8c58a
|
msvcrt: Forward _setjmp on x86_64.
|
2010-12-31 16:32:42 +01: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 |
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
|
c27aa289b7
|
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
|
2010-07-22 16:55:35 +02:00 |
Alexandre Julliard
|
b86d515ed6
|
dlls: Remove explicit imports of kernel32 and ntdll.
|
2010-07-21 17:38:36 +02:00 |
Alexandre Julliard
|
bcf1ef3c90
|
msvcrt: Make a few more exception handling functions i386-specific.
|
2010-04-12 17:52:37 +02:00 |
Alexandre Julliard
|
bef5645eb1
|
makefiles: Remove the no longer needed explicit separators for dependencies.
|
2010-03-16 13:28:19 +01:00 |
Detlef Riekenberg
|
583f0f08ed
|
msvcrt20: Forward more functions to msvcrt.dll.
|
2010-02-26 17:56:19 +01:00 |
Alexandre Julliard
|
e2b3ee535f
|
msvcrt: The __p_* functions are only exported on i386.
|
2008-12-15 16:20:08 +01:00 |
Alexandre Julliard
|
bcfd7dd3ff
|
msvcrt: The _CI* math functions are only exported on i386.
|
2008-12-15 15:40:45 +01:00 |
Alexandre Julliard
|
4305e6d119
|
msvcrt: Use iob_func instead of p__iob on non-x86.
|
2008-12-12 10:19:55 +01:00 |
Rob Shearman
|
48000893f9
|
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
|
2008-03-04 20:55:01 +01:00 |
Hans Leidekker
|
b284dfd7ab
|
msvcrt: _ftol returns a 64-bit value.
|
2008-01-21 11:39:47 +01:00 |
Hans Leidekker
|
93661611e5
|
msvcrt: Fix _execv spec entries for the forwarding variants too.
|
2008-01-21 11:39:43 +01:00 |
Andrew Talbot
|
99504c0e47
|
msvcrt20: Exclude unused header.
|
2007-05-15 12:19:04 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
eb8a40c368
|
libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
|
2006-07-11 19:33:22 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |