- strmini.h: Include windef.h so CDECL gets defined for msvc version of DEFINE_GUIDEX...
[reactos.git] / reactos / lib / sdk /
2009-07-26 Timo KreuzerFix 64bit compilation issues.
2009-07-26 Stefan Ginsberg- Misc fixes for msvc:
2009-07-24 Timo Kreuzer- move delayimp.h to psdk
2009-07-24 Timo Kreuzer[delayimp]
2009-07-24 Timo KreuzerAdd license header (LGPL)
2009-07-24 Timo KreuzerImplement delayimp lib
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-27 Sylvain PetreolleAdd MIXERCONTROL_CONTROLTYPE_BASS_BOOST and KSDATAFORMA...
2009-06-22 KJK::Hyperionmodified lib/sdk/crt/include/float.h
2009-06-18 KJK::HyperionMiscellaneous Visual C++ compilation fixes
2009-06-15 Kamil Hornicek- import dmusic from Wine, it's mostly stubs but it...
2009-05-26 Aleksey Bragin- Make memcpy a duplicate of a memmove (confirmed by...
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-29 Christoph von Wittichsync mshtml and shdocvw with wine 1.1.20
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-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-11 Jeffrey MorlanFix bug where wcscspn could return non-zero value on...
2009-03-09 Kamil Hornicek- fix some prototypes, remove dxroslayer from dsound
2009-03-04 Dmitry Chapyshev- Add GUIDs for msctf
2009-03-04 Jeffrey MorlanIn the CRT, replaced __set_errno calls having Win32...
2009-02-26 Dmitry Chapyshev- Add msctf from Wine
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-08 Christoph von Wittichremove hack
2009-02-04 Christoph von Wittichadd wcsncpy_s, strcat_s (from wine)
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 Stefan Ginsberg- Kill off more unnecessary allowwarnings="true"
2009-01-18 Stefan Ginsberg- Fix WMC and mkhive warnings
2009-01-18 Christoph von Wittichadd ctxtcall.h to uuid
2009-01-10 Timo Kreuzersilence TRACEs for libcntpr, too
2009-01-07 Gregor SchneiderDon't remove the mouse cursor when previewing a screens...
2009-01-05 Timo Kreuzersilence crt TRACE flood
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()
2008-12-21 Stefan Ginsberg- _popen/_wpopen: When overriding the default standard...
2008-12-21 Timo KreuzerInclude io.h. It's needed and was implicitly included...
2008-12-21 Timo KreuzerAvoid using non-standard names (S_IFITO, ...).
2008-12-19 Timo Kreuzerenable GetTimeZoneInformation in _getsystime
2008-12-19 Gregor Schneider- Update fputwc implementation to current wine sources
2008-12-19 Gregor Schneider- Fix return values for fputc and _flsbuf: return only...
2008-12-18 Gregor Schneider- Remove static qualifier from g_mbcp_is_multibyte...
2008-12-18 Gregor Schneider- Update _mbclen, mblen, _mbslen, _mbsnextc and _mbstrl...
2008-12-18 Gregor Schneider- Update _mbsbtype and _mbsninc functions
2008-12-18 Gregor Schneider- Remove duplicate harcoded _mbctype, rename MSVCRT_mbc...
2008-12-17 Dmitry Chapyshev- Implement __lconv_init
2008-12-13 Timo KreuzerUpdate crt headers and mingw lib from mingw64. Update...
2008-12-13 Gregor Schneider- Update _makepath and _wmakepath to allow in place...
2008-12-11 Aleksey Bragin- An "almost working" kbhit implementation by Russel...
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-04 Gregor SchneiderFree allocated resource on error, CID 1358.
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
2008-12-03 Dmitry GorbachevSilence compiler warnings (6/11).
2008-11-30 KJK::HyperionBug closing extravaganza holiday special commit!
2008-11-30 Gregor SchneiderUpdate C++ demangle code to recent wine, now all msvcrt...
2008-11-30 Stefan Ginsberg- Go away STDCALL, time has come for WINAPI and NTAPI
2008-11-29 Gregor Schneider- Updated msvcrt winetests introduced new printf testca...
2008-11-29 Gregor Schneider- Added support for floating point and exponential...
2008-11-25 Gregor Schneider- Check parameters before allocating memory
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-11-05 KJK::Hyperionmodified lib/sdk/crt/conio/cprintf.c
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-25 KJK::Hyperionmodified base/applications/screensavers/3dtext/3dtext...
2008-10-25 Colin FinckReturn if the screensaver window couldn't be created...
2008-10-25 Aleksey Bragin- Globalize ReactOS target version (there are a few...
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-28 Timo KreuzerImprove memcpy. It was working correctly, but it wasted...
2008-09-24 Art YerkesFix leaks reported by coverity 612-615. In each case...
2008-09-19 Christoph von Wittichadd CLSIDWaveParser
2008-09-16 Johannes Anderwald- add IID_INetConnectionConnectUi
2008-09-15 Samuel SerapionTidy up code a bit
2008-09-14 Christoph von WittichIID_IActiveScriptSiteDebug32 is already defined in...
2008-09-14 Christoph von Wittichadd some stuff to uuid
2008-09-13 Samuel SerapionMove several functions out of file.c, use common code...
2008-09-11 Aleksey BraginGregor Schneider <grschneider@gmail.com>
next