- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / sdk / crt /
2009-10-16 Christoph von Wittichfix all msvcrt file winetests
2009-10-16 Christoph von Wittichdon't set errno for libcnt
2009-10-16 Christoph von Wittich-sync msvcrt_init_io to wine 1.1.31
2009-10-16 Christoph von Wittich-fix some msvcrt string winetests
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-30 Stefan Ginsberg- Remove the remaining __USE_W32API, deprecated for...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-26 Stefan GinsbergFix one of the most awesome "_MSC_VER means compiling...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-22 Gregor Brunmar- Implemented MSVC version of fmod
2009-08-22 Gregor Brunmar- Implemented MSVC version of exp
2009-08-22 Gregor Brunmar- Implemented MSVC version of ldexp
2009-08-22 Gregor Brunmar- Implemented MSVC version of atan2
2009-08-21 Stefan Ginsberg- svchost: #ifdef _MSC_VER doesn't mean "using Microsof...
2009-08-18 Gregor SchneiderSync scanf to current wine sources, correct msvcrt...
2009-08-16 Gregor SchneiderAdd some useful information to the popen header
2009-08-15 Dmitry Chapyshev- Partially sync locale.c with Wine
2009-08-11 Gregor SchneiderFree memory on error
2009-08-11 Gregor SchneiderFix memory allocation for small number of digits
2009-08-08 Gregor Schneider-Use correct conversion factors in FileTimeToUnixTime...
2009-08-08 Gregor Schneider-time() returns a valid value even if no pointer is...
2009-08-07 Stefan Ginsberg- Properly stub atan2/exp/fmod/ldexp for MSVC -- #error...
2009-08-07 Stefan Ginsberg- Add inlined assembly for MSVC to _clearfp, _control87...
2009-08-06 Stefan Ginsberg- Don't rely on the default calling convention being...
2009-08-06 Gregor SchneiderRetrieve the timezone bias in mktime via GetTimeZoneInf...
2009-08-06 Gregor Schneider-Increase array size to allow proper string termination...
2009-08-06 Stefan Ginsberg- MSVC fix: static __inline__ -> FORCEINLINE
2009-08-06 Gregor SchneiderSwitch from time to time_new 2/2:
2009-08-06 Gregor SchneiderSwitch from time to time_new 1/2:
2009-08-06 Stefan Ginsberg- crt: Use ANSI C types
2009-08-06 Gregor Schneider-Merge license change from AMD64 branch (r42414)
2009-08-06 Timo KreuzerChange license of my crt time code to LGPL, this is...
2009-08-06 Gregor Schneider-Deactivate _invalid_parameter for now, depends on...
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-08-05 Gregor Schneiderasctime/ctime: Check for too low input time, fixes...
2009-08-05 Gregor Schneider-_ecvt really uses a static buffer for return values
2009-08-04 Gregor SchneiderFix formatting
2009-08-04 Gregor Schneider_ecvt:
2009-08-04 Gregor Schneidersprintf:
2009-08-03 Gregor SchneiderUse ALL_X macros in fstat, fixes one msvcrt file winetest
2009-08-03 Gregor Schneider- Fix mbslwr: increment pointer in both cases (prevents...
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-13 Timo KreuzerGet rid of memcpy at all and use memove instead like...
2009-07-12 ReactOS Portable... Do not build some floating point math functions on...
2009-07-12 ReactOS Portable... Revert the change to tcsrchr, it should be a XINT not...
2009-07-11 ReactOS Portable... Fix the signature of tcsrchr. The last prameter is...
2009-07-11 ReactOS Portable... Don't build stack-based WINE exception handling on...
2009-07-11 ReactOS Portable... How was this code even supposed to compile???
2009-07-07 Gregor SchneiderGeoffroy Couprie <geo DOT couprie AT gmail DOT com>:
2009-06-28 Christoph von Wittichfix formatting
2009-06-22 KJK::Hyperionmodified lib/sdk/crt/include/float.h
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-20 Timo Kreuzerfix x86 compilation
2009-05-26 Aleksey Bragin- Make memcpy a duplicate of a memmove (confirmed by...
2009-05-21 Timo KreuzerStubplement fmodf
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-16 Timo KreuzerImplement ceilf, floorf and sqrtf for x64 in assembly...
2009-05-03 Dmitry Chapyshev- Implement _wfreopen, _y0, _y1, _yn
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-22 Christoph von Wittichfix some msvcrt string winetests
2009-04-22 Christoph von Wittichimport strcpy_s from wine
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-06 Gregor Schneider- Remove error case shortcut, allows results to be...
2009-04-05 Gregor Schneider- msvcrt's pow function does not set errno, so there...
2009-03-23 Jeffrey MorlanFix a bug in wcstoul causing it to set *endptr improperly.
2009-03-23 Jeffrey Morlan- Moved the code for updating the drive-specific curren...
2009-03-20 Samuel SerapionImplement generic forms of __wine_push_frame and __wine...
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-11 Jeffrey MorlanFix bug where wcscspn could return non-zero value on...
2009-03-04 Jeffrey MorlanIn the CRT, replaced __set_errno calls having Win32...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-04 Christoph von Wittichadd wcsncpy_s, strcat_s (from wine)
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-03 Timo Kreuzerimplement __iob_func()
2009-02-03 Timo Kreuzerinclude time.h for struct tm
2009-02-03 Timo Kreuzeradd localtime_s prototype here, as it's not part of...
2009-02-03 Timo Kreuzerimplement _mktime32, _mkgmtime32, _mktime64, _mkgmtime6...
2009-02-03 Timo Kreuzer#if out x86 specific inline code for other archictectures
2009-02-01 Christoph von Wittichstub some missing functions
2009-01-25 Stefan Ginsberg- Deprecate global helper.h -- define the various ...
2009-01-22 Christoph von Wittichadd _mbsnbcpy_s to msvcrt (imported from wine)
2009-01-19 Timo Kreuzercrt update:
2009-01-18 Stefan Ginsberg- Fix WMC and mkhive warnings
2009-01-10 Timo Kreuzersilence TRACEs for libcntpr, too
2009-01-05 Timo Kreuzersilence crt TRACE flood
2009-01-01 Timo KreuzerSync to trunk r38500
2009-01-01 Timo Kreuzersync to trunk r38300
2009-01-01 Timo KreuzerSync to trunk r38250
2008-12-31 Timo KreuzerSync to trunk r38200
2008-12-28 Samuel SerapionFixed a pointer truncation for 64-bit platform.
2008-12-22 Timo Kreuzeruse _str(n)icmp instead of non-standard str(n)casecmp
2008-12-22 Timo KreuzerDon't use wine's headers and wintrnl.h for exception...
2008-12-21 Timo KreuzerUpdate excpt.h, fcntl.h, float.h, math.c, mbctype.h...
2008-12-21 Timo KreuzerFix definition of _assert()
next