Up to [wine] / wine / dlls / msvcrt
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.39 / (download) - [select for diffs], Fri May 7 19:27:05 2010 UTC (3 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_3_0,
Wine-1_2-rc7,
Wine-1_2-rc6,
Wine-1_2-rc5,
Wine-1_2-rc4,
Wine-1_2-rc3,
Wine-1_2-rc2,
Wine-1_2-rc1,
Wine-1_2,
Wine-1_1_44,
Wine-1_1_43,
HEAD
Changes since 1.38: +44 -0 lines
Diff to previous 1.38 (colored)
Alexandre Julliard <julliard@winehq.org> msvcrt: Implement the missing exception constructor functions.
Revision 1.38 / (download) - [select for diffs], Tue Oct 6 15:37:40 2009 UTC (10 months, 3 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_42,
Wine-1_1_41,
Wine-1_1_40,
Wine-1_1_39,
Wine-1_1_38,
Wine-1_1_37,
Wine-1_1_36,
Wine-1_1_35,
Wine-1_1_34,
Wine-1_1_33,
Wine-1_1_32,
Wine-1_1_31
Changes since 1.37: +1 -1 lines
Diff to previous 1.37 (colored)
Alexandre Julliard <julliard@winehq.org> msvcrt: Use strict function prototypes.
Revision 1.37 / (download) - [select for diffs], Mon Jun 15 13:00:08 2009 UTC (14 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_30,
Wine-1_1_29,
Wine-1_1_28,
Wine-1_1_27,
Wine-1_1_26,
Wine-1_1_25,
Wine-1_1_24
Changes since 1.36: +36 -36 lines
Diff to previous 1.36 (colored)
Alexandre Julliard <julliard@winehq.org> msvcrt: Add appropriate stdcall decorations to assembly functions.
Revision 1.36 / (download) - [select for diffs], Wed May 27 14:37:46 2009 UTC (15 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_23
Changes since 1.35: +1 -1 lines
Diff to previous 1.35 (colored)
Michael Stefaniuc <mstefani@redhat.de> msvcrt: Avoid using size_t when not neededed.
Revision 1.35 / (download) - [select for diffs], Fri Dec 12 13:05:08 2008 UTC (20 months, 2 weeks ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_22,
Wine-1_1_21,
Wine-1_1_20,
Wine-1_1_19,
Wine-1_1_18,
Wine-1_1_17,
Wine-1_1_16,
Wine-1_1_15,
Wine-1_1_14,
Wine-1_1_13,
Wine-1_1_12,
Wine-1_1_11
Changes since 1.34: +18 -0 lines
Diff to previous 1.34 (colored)
Alexandre Julliard <julliard@winehq.org> msvcrt: Avoid truncated relocations on 64-bit.
Revision 1.34 / (download) - [select for diffs], Fri Nov 28 13:17:37 2008 UTC (21 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_10
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 (colored)
Francois Gouget <fgouget@codeweavers.com> msvcrt: Remove WINAPI on static functions where not needed.
Revision 1.33 / (download) - [select for diffs], Wed Oct 31 13:37:09 2007 UTC (2 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-1_1_9,
Wine-1_1_8,
Wine-1_1_7,
Wine-1_1_6,
Wine-1_1_5,
Wine-1_1_4,
Wine-1_1_3,
Wine-1_1_2,
Wine-1_1_1,
Wine-1_1_0,
Wine-1_0_1,
Wine-1_0-rc5,
Wine-1_0-rc4,
Wine-1_0-rc3,
Wine-1_0-rc2,
Wine-1_0-rc1,
Wine-1_0,
Wine-0_9_61,
Wine-0_9_60,
Wine-0_9_59,
Wine-0_9_58,
Wine-0_9_57,
Wine-0_9_56,
Wine-0_9_55,
Wine-0_9_54,
Wine-0_9_53,
Wine-0_9_52,
Wine-0_9_51,
Wine-0_9_50,
Wine-0_9_49,
STABLE
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored)
Alexandre Julliard <julliard@winehq.org> msvcrt: Silence FIXME about an unknown parameter that isn't used.
Revision 1.32 / (download) - [select for diffs], Tue May 15 19:03:13 2007 UTC (3 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_48,
Wine-0_9_47,
Wine-0_9_46,
Wine-0_9_45,
Wine-0_9_44,
Wine-0_9_43,
Wine-0_9_42,
Wine-0_9_41,
Wine-0_9_40,
Wine-0_9_39,
Wine-0_9_38
Changes since 1.31: +0 -3
lines
Diff to previous 1.31 (colored)
Andrew Talbot <Andrew.Talbot@talbotville.com> msvcrt: Exclude unused headers.
Revision 1.31 / (download) - [select for diffs], Wed Apr 11 11:43:20 2007 UTC (3 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_37,
Wine-0_9_36,
Wine-0_9_35
Changes since 1.30: +6 -6
lines
Diff to previous 1.30 (colored)
Andrew Talbot <Andrew.Talbot@talbotville.com> msvcrt: Remove superfluous semicolons.
Revision 1.30 / (download) - [select for diffs], Wed Jan 17 11:22:44 2007 UTC (3 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_34,
Wine-0_9_33,
Wine-0_9_32,
Wine-0_9_31,
Wine-0_9_30
Changes since 1.29: +33 -33
lines
Diff to previous 1.29 (colored)
Joel Parker <jjk3@msstate.edu> Remove redundant semicolons for ANSI compatibility.
Revision 1.29 / (download) - [select for diffs], Tue Jan 16 11:23:41 2007 UTC (3 years, 7 months ago) by julliard
Branch: MAIN
Changes since 1.28: +6 -0
lines
Diff to previous 1.28 (colored)
Andrew Talbot <Andrew.Talbot@talbotville.com> msvcrt: Move static function from header into file where it is called.
Revision 1.28 / (download) - [select for diffs], Wed Aug 9 11:04:30 2006 UTC (4 years ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_29,
Wine-0_9_28,
Wine-0_9_27,
Wine-0_9_26,
Wine-0_9_25,
Wine-0_9_24,
Wine-0_9_23,
Wine-0_9_22,
Wine-0_9_21,
Wine-0_9_20,
Wine-0_9_19
Changes since 1.27: +1 -2
lines
Diff to previous 1.27 (colored)
Michael Stefaniuc <mstefani@redhat.de> msvcrt: Remove redundant NULL checks before MSVCRT_free.
Revision 1.27 / (download) - [select for diffs], Tue Jun 13 11:00:58 2006 UTC (4 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_18,
Wine-0_9_17,
Wine-0_9_16
Changes since 1.26: +10 -10
lines
Diff to previous 1.26 (colored)
Alexandre Julliard <julliard@winehq.org> msvcrt: Explicitly specify CDECL calling convention on exported functions.
Revision 1.26 / (download) - [select for diffs], Tue May 23 12:48:18 2006 UTC (4 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_15,
Wine-0_9_14
Changes since 1.25: +1 -1
lines
Diff to previous 1.25 (colored)
Jonathan Ernst <jonathan@ernstfamily.ch> Update the address of the Free Software Foundation.
Revision 1.25 / (download) - [select for diffs], Sat Dec 17 11:40:27 2005 UTC (4 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-0_9_9,
Wine-0_9_8,
Wine-0_9_7,
Wine-0_9_6,
Wine-0_9_5,
Wine-0_9_4,
Wine-0_9_13,
Wine-0_9_12,
Wine-0_9_11,
Wine-0_9_10
Changes since 1.24: +3 -11
lines
Diff to previous 1.24 (colored)
Alexandre Julliard <julliard@winehq.org> Take advantage of the __EXCEPT_PAGE_FAULT macro.
Revision 1.24 / (download) - [select for diffs], Thu Jun 16 15:53:29 2005 UTC (5 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050930,
Wine-20050830,
Wine-20050725,
Wine-20050628,
Wine-0_9_3,
Wine-0_9_2,
Wine-0_9_1,
Wine-0_9
Changes since 1.23: +3 -2
lines
Diff to previous 1.23 (colored)
Store vtables in the data segment to avoid text relocations.
Revision 1.23 / (download) - [select for diffs], Mon Jan 3 14:50:12 2005 UTC (5 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20050524,
Wine-20050419,
Wine-20050310,
Wine-20050211,
Wine-20050111
Changes since 1.22: +1 -1
lines
Diff to previous 1.22 (colored)
Eric Pouech <pouech-eric@wanadoo.fr> Some missing const correctness fixes.
Revision 1.22 / (download) - [select for diffs], Mon Nov 8 22:11:05 2004 UTC (5 years, 9 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20041201
Changes since 1.21: +7 -4
lines
Diff to previous 1.21 (colored)
Eric Pouech <pouech-eric@wanadoo.fr> Now that name undecoration works, fix the type info.
Revision 1.21 / (download) - [select for diffs], Tue Oct 19 04:03:07 2004 UTC (5 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20041019
Changes since 1.20: +164 -211
lines
Diff to previous 1.20 (colored)
Output the virtual tables for the exception classes using assembly so that they can have the correct layout, and get rid of the corresponding hacks in RTTI_GetObjectLocator. Build more of the code on non-i386 platforms too. Protect __RTDynamicCast and friends with exception handlers. Fix handling of the vtable pointer so that we don't need to declare all object pointers as type_info.
Revision 1.20 / (download) - [select for diffs], Mon Oct 18 23:13:55 2004 UTC (5 years, 10 months ago) by julliard
Branch: MAIN
Changes since 1.19: +45 -37
lines
Diff to previous 1.19 (colored)
Fixed __RTDynamicCast to return the correct pointer for multiple inheritance hierarchies (thanks to Muse Research for help with this one). Added some debug output.
Revision 1.19 / (download) - [select for diffs], Thu Oct 14 03:11:52 2004 UTC (5 years, 10 months ago) by julliard
Branch: MAIN
Changes since 1.18: +14 -14
lines
Diff to previous 1.18 (colored)
Fixed spelling of 'hierarchy'.
Revision 1.18 / (download) - [select for diffs], Fri Jun 25 01:19:15 2004 UTC (6 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040914,
Wine-20040813,
Wine-20040716
Changes since 1.17: +14 -17
lines
Diff to previous 1.17 (colored)
Dimitrie O. Paun <dpaun@rogers.com> Split the MSVCRT implementation headers from the public headers. Fix some naming conventions aberrations. Add tests to ensure consistency between the two sets of symbols.
Revision 1.17 / (download) - [select for diffs], Mon Feb 9 22:07:43 2004 UTC (6 years, 6 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040615,
Wine-20040505,
Wine-20040408,
Wine-20040309,
Wine-20040213
Changes since 1.16: +1 -1
lines
Diff to previous 1.16 (colored)
Francois Gouget <fgouget@free.fr> Assorted spelling and case fixes.
Revision 1.16 / (download) - [select for diffs], Mon Oct 6 21:10:44 2003 UTC (6 years, 10 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20040121,
Wine-20031212,
Wine-20031118,
Wine-20031016
Changes since 1.15: +4 -2
lines
Diff to previous 1.15 (colored)
Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> MSVCRT___RTDynamicCast: Reject a NULL cppobj.
Revision 1.15 / (download) - [select for diffs], Fri Sep 5 23:08:35 2003 UTC (6 years, 11 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030911
Changes since 1.14: +5 -0
lines
Diff to previous 1.14 (colored)
Fixed header dependencies to be fully compatible with the Windows headers (with help from Dimitrie O. Paun).
Revision 1.14 / (download) - [select for diffs], Tue Aug 19 03:12:32 2003 UTC (7 years ago) by julliard
Branch: MAIN
Changes since 1.13: +661 -143
lines
Diff to previous 1.13 (colored)
Jon Griffiths <jon_p_griffiths@yahoo.com> Use exception as the base for all exception derived classes. Implement type_info methods correctly. Add static RTTI for exported objects. Throw exceptions when run time casts fail.
Revision 1.13 / (download) - [select for diffs], Tue Jun 17 03:59:24 2003 UTC (7 years, 2 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030813,
Wine-20030709,
Wine-20030618
Changes since 1.12: +325 -151
lines
Diff to previous 1.12 (colored)
Added an assembly wrapper to retrieve the this pointer from %ecx for _thiscall functions. Fixed some bugs, and added a few missing functions.
Revision 1.12 / (download) - [select for diffs], Fri Jul 19 03:24:50 2002 UTC (8 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20030508,
Wine-20030408,
Wine-20030318,
Wine-20030219,
Wine-20030115,
Wine-20021219,
Wine-20021125,
Wine-20021031,
Wine-20021007,
Wine-20020904,
Wine-20020804
Changes since 1.11: +31 -17
lines
Diff to previous 1.11 (colored)
Fixed per-thread data handling. Made terminate and unexpected function pointer per-thread. Added set_se_translator.
Revision 1.11 / (download) - [select for diffs], Sat Mar 9 23:39:08 2002 UTC (8 years, 5 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020710,
Wine-20020605,
Wine-20020509,
Wine-20020411,
Wine-20020310
Changes since 1.10: +14 -0
lines
Diff to previous 1.10 (colored)
Added LGPL standard comment, and copyright notices where necessary. Global replacement of debugtools.h by wine/debug.h.
Revision 1.10 / (download) - [select for diffs], Tue Jan 22 00:57:16 2002 UTC (8 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20020228,
Wine-20020122,
Before-LGPL
Changes since 1.9: +3 -1
lines
Diff to previous 1.9 (colored)
Don't include debugtools.h in the header file, moved it to the C files that need it (and used the new wine/debug.h while we are at it).
Revision 1.9 / (download) - [select for diffs], Fri Dec 21 20:27:39 2001 UTC (8 years, 8 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20011226
Changes since 1.8: +128 -2
lines
Diff to previous 1.8 (colored)
Jon Griffiths <jon_p_griffiths@yahoo.com> François Gouget <fgouget@codeweavers.com> Add RTTI support. Fix what_exception prototype. Fix new_handler_func prototype. Add set_new_handler, _callnewh, _heapadd. Add stubs for __unDName and __unDNameEx. Added a semi-stub for __CxxFrameHandler.
Revision 1.8 / (download) - [select for diffs], Mon Jul 23 23:50:18 2001 UTC (9 years, 1 month ago) by julliard
Branch: MAIN
CVS Tags: Wine-20011108,
Wine-20011004,
Wine-20010824,
Wine-20010731
Changes since 1.7: +0 -3
lines
Diff to previous 1.7 (colored)
Patrik Stridvall <ps@leissner.se> - Made sure that the files that contains the declarations of the implementated functions are included. - Corrected mismatching prototypes. - Cleaned up the include section.
Revision 1.7 / (download) - [select for diffs], Mon Jul 2 19:59:41 2001 UTC (9 years, 2 months ago) by julliard
Branch: MAIN
Changes since 1.6: +31 -31
lines
Diff to previous 1.6 (colored)
Patrik Stridvall <ps@leissner.se> Documentation fixes.
Revision 1.6 / (download) - [select for diffs], Thu May 31 21:32:53 2001 UTC (9 years, 3 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010629
Changes since 1.5: +43 -0
lines
Diff to previous 1.5 (colored)
Francois Gouget <fgouget@codeweavers.com> Added msvcrt/eh.h. Implemented unexpected, terminate and set_unexpected/terminate.
Revision 1.5 / (download) - [select for diffs], Mon Apr 23 18:20:55 2001 UTC (9 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010510
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Francois Gouget <fgouget@codeweavers.com> Add msvcrt/malloc.h (for the MFC). Add msvcrt/search.h. Move duplicated definitions to the new headers. Use malloc.h instead of stdlib.h when sensible.
Revision 1.4 / (download) - [select for diffs], Tue Apr 10 23:25:25 2001 UTC (9 years, 4 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010418
Changes since 1.3: +3 -0
lines
Diff to previous 1.3 (colored)
Francois Gouget <fgouget@free.fr> Include the msvcrt headers, remove duplicate definitions. Fixed the signature of a few functions. Don't use wcs* functions, use *W (from unicode.h) instead.
Revision 1.3 / (download) - [select for diffs], Tue Apr 10 21:16:07 2001 UTC (9 years, 4 months ago) by julliard
Branch: MAIN
Changes since 1.2: +31 -31
lines
Diff to previous 1.2 (colored)
Francois Gouget <fgouget@free.fr> Adjust the 'MSVCRT_' prefix to match the msvcrt headers Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc. Remove '_cdecl', it's unnecessary
Revision 1.2 / (download) - [select for diffs], Mon Jan 22 02:21:54 2001 UTC (9 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010326,
Wine-20010305,
Wine-20010216
Changes since 1.1: +27 -27
lines
Diff to previous 1.1 (colored)
Jon Griffiths <jon_p_griffiths@yahoo.com> - New msvcrt unicode functions, winapi_check/-Wall/-W clean. - Forward to ntdll where possible. - Fix some .spec entries with incorrect parameters.
Revision 1.1 / (download) - [select for diffs], Wed Jan 10 23:59:26 2001 UTC (9 years, 7 months ago) by julliard
Branch: MAIN
CVS Tags: Wine-20010112
Jon Griffiths <jon_p_griffiths@yahoo.com> - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions.