msvcrt: Implement _set_errno.
[wine] / dlls / msvcrt / errno.c
2010-09-28  Andrew Nguyenmsvcrt: Implement _set_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_doserrno.
2010-09-28  Andrew Nguyenmsvcrt: Implement _get_errno.
2010-09-28  Andrew Nguyenmsvcrt: Implement strerror_s.
2010-04-14  Alexandre Julliardmsvcrt: Implement _invalid_parameter and fix the handle...
2010-04-01  Piotr Cabanmsvcrt: Fix _get/_set_invalid_parameter_handler impleme...
2010-03-25  Piotr Cabanmsvcr90: Added _get/set_invalid_parameter_handler imple...
2009-07-14  Alexandre Julliardmsvcrt: Add an errno mapping for ERROR_SHARING_VIOLATION.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2008-12-24  Andrew Talbotmsvcrt: Remove a superfluous semicolon.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Alexandre Julliardmsvcrt: Make error strings static.
2006-01-23  Alexandre Julliardmsvcrt: Properly implemented strerror and perror (based...
2006-01-23  Alexandre Julliardmsvcrt: Added _sys_errlist (based on a patch by Uwe...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-07-28  AndrĂ© JohansenAdded a dummy implementation of the _set_error_mode...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.