wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / msvcrt /
2007-08-15  Paul Vriensmsvcrt/tests: Remove wrong FreeLibrary and fix typo's.
2007-08-14  Alexandre Julliardmsvcrt: Use a valid parameter array when demangling...
2007-08-08  Alexandre Julliardmsvcrt: Use the correct size_t type.
2007-08-07  Peter Beutnermsvcrt: Fix _makepath().
2007-08-07  Peter Beutnermsvcrt: Add _makepath() tests.
2007-08-06  Damjan Jovanovicmsvcrt: mbsnbicmp should be case insensitive.
2007-07-31  Robert Reifmsvcrt/tests: Add _aligned_malloc tests.
2007-07-31  Robert Reifmsvcrt: Add _aligned_malloc functions.
2007-07-27  Alexandre Julliardmsvcrt: Get rid of the now unused strndup/wstrndup...
2007-07-27  Alexandre Julliardmsvcrt: Fixed errno setting in malloc, HeapAlloc doesn...
2007-07-27  Alexandre Julliardmsvcrt: Fixed buffer allocation in _getcwd/_wgetcwd.
2007-07-16  Vitaliy Margolenmsvcrt: Preserve registers when calling unwind function.
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2007-06-25  Michael Stefaniucmsvcrt: Do not use wide character constants.
2007-06-20  Michael Stefaniucmsvcrt: Move definition of 2 static inline functions...
2007-06-08  Alexandre Julliardmsvcrt: Set the correct ebp value before calling the...
2007-05-29  Francois Gougetmsvcrt/tests: Fix a signed/unsigned int mismatch.
2007-05-22  Francois Gougetmsvcrt: When operating on a closed pipe, read() should...
2007-05-22  Francois Gougetmsvcrt: Remove the S_ISXXX() macros as they are not...
2007-05-22  Francois Gougetmsvcrt/tests: When compiling with Visual C++ 2005,...
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-04-19  Hans Leidekkermsvcrt: Correct the spec file entry for _makepath.
2007-04-11  Andrew Talbotmsvcrt: Remove superfluous semicolons.
2007-04-06  Michael Stefaniucmsvcrt: Demangle a C++ mangled string that is only...
2007-04-06  Michael Stefaniucmsvcrt: Move the code to demangle a name with its templ...
2007-03-23  Andrew Talbotmsvcrt/tests: Replace inline static with static inline.
2007-03-20  Andrew Talbotmsvcrt: Replace inline static with static inline.
2007-03-19  Dmitry Timoshkovmsvcrt: Print FIXME on platforms where _except_handler3...
2007-03-15  Jan Zerebeckimsvcrt: Remove unused variable.
2007-03-14  Alexandre Julliardmsvcrt: _initterm doesn't return anything.
2007-03-13  Alexandre Julliardmsvcrt: Improved _local_unwind2 implementation.
2007-03-12  Jan Zerebeckimsvcrt: Add DebugInfo to critical sections.
2007-03-06  Paul Vriensmsvcrt/tests: Properly remove temporary directory.
2007-02-16  Damjan Jovanovicmsvcrt: Fix fstat's handling of pipes and char devices.
2007-02-14  Damjan Jovanovicmsvcrt: Implemented stat64, wstat64 and fstat64.
2007-02-14  Damjan Jovanovicmsvcrt: Added declarations for functions and structures...
2007-02-09  Eric Pouechmsvcrt: Use raise(SIGABRT) for abort() and assert().
2007-02-09  Eric Pouechmsvcrt: Implemented the raise function.
2007-02-09  Eric Pouechmsvcrt: Reset a signal to DFL before it's used.
2007-02-07  Alexandre Julliardmsvcrt: Implement fopen/wfopen on top of fsopen/wfsopen...
2007-02-07  Juan Langmsvcrt: Implement _mbbtype according to MSDN.
2007-02-06  Damjan Jovanovicmsvcrt: Align struct _stati64's st_size on an 8 byte...
2007-02-05  Michael Stefaniucmsvcrt: Fix *printf() handling of negative field width.
2007-01-23  Eric Pouechmsvcrt: Fix the internal flag computation for _open_osf...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-17  Alasdair Sinclairmsvcrt: If we're at EOF in the buffer and we have patte...
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
2007-01-16  Andrew Talbotmsvcrt: Move static function from header into file...
2007-01-15  Andrew Talbotmsvcrt: Declare some items static.
2007-01-02  Eric Pouechmsvcrt: execl fix when no args are given (reported...
2007-01-02  Andrew Talbotmsvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2006-12-27  Michael Stefaniucjanitorial: In multiline strings there is no need for...
2006-12-26  Dmitry Timoshkovmsvcrt: Make an internal function static, avoid a proto...
2006-12-24  Duane Clarkmsvcrt: Add function _mbsspnp.
2006-12-19  Louis Lendersmsvcrt: Add _atoldbl.
2006-12-16  Alexandre Julliardmsvcrt: Define __CxxLongjmpUnwind for i386 only.
2006-12-15  Alexandre Julliardmsvcrt: Implemented __CxxLongjmpUnwind.
2006-12-15  Alexandre Julliardmsvcrt: Make pointers to read-only exception descriptor...
2006-12-14  Dmitry Timoshkovmsvcrt: Make some data const.
2006-12-14  Francois Gougetmsvcrt: The tests link with msvcrt(d).dll now, so use...
2006-12-13  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-12-12  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-12-12  Andrew Talbotmsvcrt/tests: Cast-qual warnings fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-08  Alexandre Julliardmsvcrt: Use LOCALE_USER_DEFAULT to get the proper codep...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-11-24  Francois Gougetmsvcrt/tests: We cannot link with _initterm() with...
2006-11-24  Francois Gougetmsvcrt/tests: The tests must not include msvcrt.h becau...
2006-11-17  Louis Lendersmsvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
2006-11-15  Sam Dennismsvcrt: Use the custom vsnprintf implementation for...
2006-11-14  Alexandre Julliardmsvcrt/tests: Clean up a temp file.
2006-11-14  Jesse Allenmsvcrt: printf buffer overrun tests.
2006-11-14  Jesse Allenmsvcrt: Estimate required buffer size better in pf_vsnp...
2006-11-14  Jesse Allenmsvcrt: Free correct buffer in pf_vsnprintf.
2006-11-06  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-10-31  Louis. Lendersmsvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-27  Duane Clarkmsvcrt: Fix fread on large buffers in ascii mode.
2006-10-23  Markus Amslermsvcrt: Speed up new operator.
2006-10-18  Louis. Lendersmsvcrt: Add stub for _getmaxstdio.
2006-10-13  Markus Amslermsvcrt: Fix fread eof handling.
2006-10-13  Markus Amslermsvcrt: fread: Fill buffer on small reads.
2006-10-13  Markus Amslermsvcrt: Add fread eof tests.
2006-10-10  Michael Stefaniucjanitorial: Remove remaining NULL checks before free...
2006-10-06  Michael Stefaniucmsvcrt/tests: Win64 printf format warning fixes.
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-26  Duane Clarkmsvcrt: fgetc needs to use unsigned parameters.
2006-09-20  Andrew Talbotmsvcrt: Cast-qual warnings fix.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-23  Andrzej Popowskimsvcrt: Fix scanf format "%i" base detection.
2006-08-18  Alexandre Julliardmsvcrt: Fixed access to the extra arguments of setjmp3.
2006-08-09  Tijl Coosemansmsvcrt: Rename _execve to MSVCRT__execve.
2006-08-09  Duane Clarkmsvcrt: In text mode a ctrl-z signals EOF.
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-08-07  Stefan Leichtermsvcrt: Some more exports requested from msvcr80.dll.
2006-07-31  Duane Clarkmsvcrt: Fix fgetwc/s in binary mode.
next