2009-11-21 |
Alexandre Julliard | include: Specify explicit alignment for __int64 types. |
blob | commitdiff | raw |
2009-10-05 |
Alexandre Julliard | msvcrt: Add an MSVCRT prefix to _wenviron. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Eric Pouech | msvcrt: Correctly handle the error cases in strtol... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Replace long by MSVCRT_long. |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Fix the stat and finddata structures for 64... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Add explicit 32- and 64-bit versions of the... |
blob | commitdiff | raw | diff to current |
2009-05-23 |
Alexandre Julliard | msvcrt: Add explicit 32- and 64-bit versions of the... |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Alexandre Julliard | msvcrt: Fix the time_t definition for the msvcrt build. |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Alexandre Julliard | msvcrt: Add missing __cdecl on some function pointers. |
blob | commitdiff | raw | diff to current |
2009-01-03 |
Alexandre Julliard | msvcrt: Convert all the printf functions to use MS... |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: Rename _ftime to avoid conflicts. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: Add a few more *_func functions to replace... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Alexandre Julliard | msvcrt: Use iob_func instead of p__iob on non-x86. |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Alexandre Julliard | msvcrt: Use intptr_t or size_t instead of long where... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Alexandre Julliard | msvcrt: Don't include msvcrt headers, instead duplicate... |
blob | commitdiff | raw | diff to current |
2008-11-25 |
Maarten Lankhorst | msvcrt: Add CDECL to all cdecl functions. |
blob | commitdiff | raw | diff to current |
2008-10-07 |
Eric Pouech | msvcrt: Implemented splitpath_s. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Correct search strategy for the exec/spawn... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wpopen and forward _popen to it. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wsystem and forward system to it... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Dmitry Timoshkov | msvcrt: Rename _environ to avoid a conflict on Solaris. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Hans Leidekker | msvcrt: Implement _wspawnv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Hans Leidekker | msvcrt: Implement _wsearchenv. |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Tijl Coosemans | msvcrt: Resolve symbols clashes with FreeBSD libc. |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Francois Gouget | msvcrt: Add a prototype for _atoldbl() & co and declare... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Alexandre Julliard | msvcrt: Get rid of the now unused strndup/wstrndup... |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Damjan Jovanovic | msvcrt: Added declarations for functions and structures... |
blob | commitdiff | raw | diff to current |
2007-02-09 |
Eric Pouech | msvcrt: Use raise(SIGABRT) for abort() and assert(). |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Damjan Jovanovic | msvcrt: Align struct _stati64's st_size on an 8 byte... |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Alexandre Julliard | msvcrt: Export various locale and codepage variables. |
blob | commitdiff | raw | diff to current |
2006-12-19 |
Louis Lenders | msvcrt: Add _atoldbl. |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Alexandre Julliard | msvcrt: Avoid including system headers in msvcrt.h. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Alexandre Julliard | Avoid importing _strlwr/_strupr from ntdll. |
blob | commitdiff | raw | diff to current |
2006-01-24 |
Alexandre Julliard | msvcrt: Use the msvcrt version of printf everywhere. |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Alexandre Julliard | msvcrt: Properly implemented strerror and perror (based... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Alexandre Julliard | msvcrt: Added EILSEQ definition. |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Reimplement rand() and srand() to use per-threa... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Make strtok and wcstok thread-safe by using... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Alexandre Julliard | msvcrt: Implemented asctime, ctime and strftime instead... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Alexandre Julliard | msvcrt: Return a per-thread buffer in localtime and... |
blob | commitdiff | raw | diff to current |
2005-12-21 |
Marcus Meissner | msvcrt: Implemented wctime(), wasctime(). |
blob | commitdiff | raw | diff to current |
2005-12-12 |
Eric Pouech | Functions with no paramters must be (void). |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Alexandre Julliard | Prefix signal definitions with MSVCRT_ to avoid conflic... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Kevin Koltzau | Fix warnings and errors in 64bit. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Mike McCormack | Fix gcc 4.0 warnings. |
blob | commitdiff | raw | diff to current |
2005-05-14 |
Juan Lang | - move _timezone to time.c, and correct its type |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Juan Lang | Implement signals. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Jason Edmeades | Make msvcrt printf use the internal routines which... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Lionel Ulmer | fpos_t should be 64 bits (verified with native MSVCRT... |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Juan Lang | Implement _popen and _pclose, and use debugstr_a to... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Rein Klazes | - mktime should compute the tm_wday, tm_yday and renorm... |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Hans Leidekker | Prefix _fsopen with MSVCRT_ to avoid collision with... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Uwe Bonnes | Added MSVCRT_CLOCKS_PER_SEC define. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Eric Pouech | - msvcrt: the file descriptors are now inherited betwee... |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Pierre d'Herbemont | Define MSVCRT_div_t and MSVCRT_ldiv_t. |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Rein Klazes | Two "unknown" parameters of _unDName() turn out to... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Alexandre Julliard | Added an assembly wrapper to retrieve the this pointer... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Moved [efg]cvt functions to msvcrt and fixed them to... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Jon Griffiths | Move a couple of shared definitions into msvcrt.h. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Alexandre Julliard | Store mbstok() next pointer in the per-thread data. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Alexandre Julliard | Use MSVCRT_wchar_t instead of WCHAR so that the impleme... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Added support for nested exceptions happening inside... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Uwe Bonnes | Take a snapshot of the environment strings when buildin... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Alexandre Julliard | Added definition of msvcrt internal error codes. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Alexandre Julliard | Flush stdio on exit. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-21 |
Peter Hunnisett | Add _lock,_unlock and header file for them. |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-02-21 |
Alexandre Julliard | __getmainargs last argument is a pointer to new_mode. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|