2008-12-12 |
Alexandre Julliard | msvcrt: Use iob_func instead of p__iob on non-x86. |
tree | commitdiff |
2008-12-12 |
Alexandre Julliard | msvcrt: Use intptr_t or size_t instead of long where... |
tree | commitdiff |
2008-12-12 |
Alexandre Julliard | include: Add the msvcrt/crtdefs.h header and include... |
tree | commitdiff |
2008-12-09 |
Alexandre Julliard | include: Fix the definition of 64-bit types for Mingw64. |
tree | commitdiff |
2008-12-09 |
Alexandre Julliard | include: Added the msvcrt memory.h header. |
tree | commitdiff |
2008-11-25 |
Maarten Lankhorst | includes: Add win64 calling convention. |
tree | commitdiff |
2008-06-18 |
Jon Griffiths | include/msvcrt: Wrap remaining msvcrt headers for C... |
tree | commitdiff |
2008-04-22 |
Austin English | Spelling fixes. |
tree | commitdiff |
2007-08-30 |
Francois Gouget | msvcrt: Add a prototype for _atoldbl() & co and declare... |
tree | commitdiff |
2007-07-31 |
Robert Reif | msvcrt: Add _aligned_malloc functions. |
tree | commitdiff |
2007-06-06 |
Dmitry Timoshkov | include/msvcrt: Make sure that __int64 is properly... |
tree | commitdiff |
2007-05-22 |
Francois Gouget | msvcrt: Remove the S_ISXXX() macros as they are not... |
tree | commitdiff |
2007-02-20 |
Dmitry Timoshkov | msvcrt: Pack the structures on a 8-byte boundary like... |
tree | commitdiff |
2007-02-14 |
Damjan Jovanovic | msvcrt: Added declarations for functions and structures... |
tree | commitdiff |
2007-02-06 |
Damjan Jovanovic | msvcrt: Align struct _stati64's st_size on an 8 byte... |
tree | commitdiff |
2006-12-05 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2006-10-16 |
Alexandre Julliard | configure: Don't define _WIN64 on the command line... |
tree | commitdiff |
2006-10-09 |
Nick Burns | msvcrt/process.h: __stdcall__ defined safely for Mac... |
tree | commitdiff |
2006-09-22 |
Detlef Riekenberg | include: Open Watcom compatibility (Fix _BSDTYPES_DEFIN... |
tree | commitdiff |
2006-07-10 |
Alexandre Julliard | include/msvcrt: Fix all definitions of size_t for Win64. |
tree | commitdiff |
2006-07-03 |
Ge van Geldorp | include/msvcrt: Make sure size_t is properly defined... |
tree | commitdiff |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
tree | commitdiff |
2006-02-06 |
Eric Pouech | Fixes for missing prototypes warnings. |
tree | commitdiff |
2006-01-23 |
Alexandre Julliard | msvcrt: Added EILSEQ definition. |
tree | commitdiff |
2005-11-03 |
Kevin Koltzau | Fix warnings and errors in 64bit. |
tree | commitdiff |
2005-09-27 |
Alexandre Julliard | Added implementation of _dstbias and __p__dstbias. |
tree | commitdiff |
2005-09-23 |
Vijay Kiran Kamuju | Implementation of _get_sbh_threshold and _set_sbh_threshold |
tree | commitdiff |
2005-09-19 |
Vijay Kiran Kamuju | Added __p__amblksiz implementation. |
tree | commitdiff |
2005-07-21 |
Saulius Krasuckas | - Declare implemented functions inside #ifndef _DEBUG... |
tree | commitdiff |
2005-07-08 |
Vijay Kiran Kamuju | Add _MB_CP_* defines. |
tree | commitdiff |
2005-05-13 |
Juan Lang | Implement signals. |
tree | commitdiff |
2005-04-25 |
Marcus Meissner | gcc4 alias fixes. |
tree | commitdiff |
2005-01-04 |
Lionel Ulmer | fpos_t should be 64 bits (verified with native MSVCRT... |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-10-11 |
Martin Fuchs | Define pid_t and ssize_t if not already defined. |
tree | commitdiff |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
tree | commitdiff |
2004-05-12 |
Eric Pouech | - rewrote the file code so that streams manage low... |
tree | commitdiff |
2004-04-26 |
Dimitrie O. Paun | Fix the _WCTYPE_T_DEFINED sentry for compatibility. |
tree | commitdiff |
2004-04-09 |
Dimitrie O. Paun | Added definition for HUGE_VAL. |
tree | commitdiff |
2004-04-02 |
Felix Nawothnig | Define all macros described on MSDN. |
tree | commitdiff |
2004-03-25 |
Felix Nawothnig | Define (L)DBL_* and FLT_*. |
tree | commitdiff |
2004-03-25 |
Felix Nawothnig | Define stat in msvcrt/wchar.h. |
tree | commitdiff |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
tree | commitdiff |
2004-03-12 |
Hans Leidekker | The beginnings of math.h and float.h. |
tree | commitdiff |
2004-02-19 |
Alexandre Julliard | Fixed varargs handling in the scanf functions (spotted... |
tree | commitdiff |
2003-11-28 |
Alexandre Julliard | Better support for div and ldiv in Winelib apps. |
tree | commitdiff |
2003-10-28 |
Pierre d'Herbemont | Fixed _wfullpath prototype. |
tree | commitdiff |
2003-10-24 |
Pavel Roskin | MSVCRT_tmpnam(): complete rewrite. Use the same names... |
tree | commitdiff |
2003-09-02 |
Vincent Béron | Added msvcrt headers limits.h and math.h. |
tree | commitdiff |
2003-08-28 |
Dimitrie O. Paun | Use angle brackets (<>) rather than quotes ("") for... |
tree | commitdiff |
2003-08-13 |
Dimitrie O. Paun | Alias _vsnprintf as vsnprintf. |
tree | commitdiff |
2003-08-13 |
Dimitrie O. Paun | Add definitions for the S_IS* macros. |
tree | commitdiff |
2003-07-18 |
Jon Griffiths | Don't redefine __WINE_USE_MSVCRT (msvc warning). |
tree | commitdiff |
2003-06-04 |
Antonio Larrosa... | Added CLOCKS_PER_SEC. |
tree | commitdiff |
2003-04-19 |
Vincent Béron | Terminate the lfind inline function. |
tree | commitdiff |
2003-04-17 |
Alexandre Julliard | Fixed alloca handling the way mingw does it (reported... |
tree | commitdiff |
2003-03-28 |
Dimitrie O. Paun | Fix errno linkage when compiling in C++. |
tree | commitdiff |
2003-03-26 |
Alexandre Julliard | Use aliases instead of #defines for the varargs functio... |
tree | commitdiff |
2003-03-22 |
Madhura Sahasrabudhe | Changed the macros in the msvcrt headers to static... |
tree | commitdiff |
2003-03-17 |
Dimitrie O. Paun | Define the u_{char,short,int,long} in msvcrt/sys/types... |
tree | commitdiff |
2003-01-15 |
Alexandre Julliard | Define __stdcall in msvcrt/process.h if windef.h hasn... |
tree | commitdiff |
2003-01-13 |
Dimitrie O. Paun | Define the (old name) struct stat, it is used by progra... |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Use inline functions instead of macros to avoid problem... |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Define qsort and bsearch in stdlib.h. |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Add dirent.h header for Unix/mingw compatibility. |
tree | commitdiff |
2003-01-10 |
Dimitrie O. Paun | Add unistd.h files for mingw/Unix compatibility. |
tree | commitdiff |
2003-01-04 |
Alexandre Julliard | Removed a few more #ifdef __WINE__. |
tree | commitdiff |
2003-01-03 |
Dimitrie O. Paun | Define NULL if it's not defined already. |
tree | commitdiff |
2002-12-18 |
Dimitrie O. Paun | Map strcasecmp to _stricmp. |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-12-05 |
Francois Gouget | Added EDEADLOCK. |
tree | commitdiff |
2002-11-30 |
Dimitrie O. Paun | Add a way to tell msvcrt to define wchar_t. |
tree | commitdiff |
2002-11-30 |
Francois Gouget | Added constants for _set_error_mode(). |
tree | commitdiff |
2002-09-24 |
Patrick J. McNerthney | Added casts to all macros to avoid compiler warnings. |
tree | commitdiff |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
tree | commitdiff |
2002-08-17 |
Daniel Gudbjartsson | Combined the implementation of all the scanf's in a... |
tree | commitdiff |
2002-07-31 |
Rafael Kitover | Portability fixes for Cygwin. |
tree | commitdiff |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-04-27 |
Alexandre Julliard | FreeBSD compile fix. |
tree | commitdiff |
2002-03-20 |
Bill Medland | Connect the msvcrt file byte locking up to ntdll. |
tree | commitdiff |
2002-03-11 |
Waldek Hebisch | Implemented stdio buffering and ungetc. Misc stdio... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-22 |
Peter Hunnisett | atexit doesn't take a _onexit_t parameter. |
tree | commitdiff |
2002-02-02 |
Patrik Stridvall | Move __stdcall/__cdecl to the right place. |
tree | commitdiff |
2002-01-29 |
Francois Gouget | Prefix _JBLEN to avoid conflict on FreeBSD. |
tree | commitdiff |
2001-12-21 |
Alexandre Julliard | Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>... |
tree | commitdiff |
2001-12-21 |
Bill Medland | And in addition to Mingw32 we will want the _ versions. |
tree | commitdiff |
2001-12-19 |
Bill Medland | Added share.h from Mingw32. |
tree | commitdiff |
2001-12-05 |
François Gouget | Cleanup and improve the mbcs support. |
tree | commitdiff |
2001-11-23 |
Uwe Bonnes | _dev_t is an unsigned integer. |
tree | commitdiff |
2001-11-19 |
Francois Gouget | A few typos. |
tree | commitdiff |
2001-10-22 |
Francois Gouget | Added __WINE_USE_MSVCRT. |
tree | commitdiff |
2001-10-15 |
Francois Gouget | The _IOXXX macros conflict with system headers on Solar... |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Add msvcrt/locale.h. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | - Added, cleaned up and/or documentated _{begin,end... |
tree | commitdiff |
next |