No need to define __USE_W32API
[reactos.git] / reactos / lib /
2007-10-23 Hervé PoussineauNo need to define __USE_W32API
2007-10-20 Art YerkesProtect access to the physical map.
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-19 Hervé PoussineauActivate define override check in rbuild
2007-10-19 Art YerkesDebug DbgBreakPoint and drop to GDB on program trap.
2007-10-18 Art YerkesBreak in at will.
2007-10-16 Mike Nordellconst-correctness cleanup. 'CONST UNICODE_STRING*'...
2007-10-16 Mike NordellUnbreak build. The code is used from user-mode too...
2007-10-16 Mike NordellAttempt to make Cm API at least a little const-correct.
2007-10-15 Art YerkesFix quirks for building PPC on windows.
2007-10-15 Art YerkesMake a more complete entry in the normal path so we...
2007-10-14 Art YerkesAdd simple GDB stub.
2007-10-14 Magnus Olsendo not use entrypoint="0" when dll have dllmain
2007-10-12 Aleksey BraginJohannes Anderwald
2007-10-06 Hervé PoussineauDo not define __REACTOS__ twice
2007-10-06 Art YerkesAdded to trunk.
2007-10-06 Art YerkesAll remaining changes from the PPC branch. Not well...
2007-10-03 Aleksey Bragin- Don't try to copy an uninitialized bitmap's contents...
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-09-28 Timo Kreuzeradd a DPRINT1, stating that HvpWriteLog doesn't work atm
2007-09-28 Timo Kreuzerfree memory before returning on failure.
2007-09-27 Aleksey Bragin- Fix multiple bugs in RtlWalkFrameChain and secure...
2007-09-24 Hervé PoussineauDo not use host headers anymore when building target...
2007-09-24 Hervé PoussineauRemove this headers set, as they already exist in inclu...
2007-09-24 Hervé PoussineauUse user flags when building host tools
2007-09-17 Aleksey Bragin- Change RtlIsDosDeviceName_U() implementation to a...
2007-09-17 Art YerkesMicrosoft and the open group both specify towupper...
2007-09-17 Art YerkesFixen for PPC.
2007-09-15 Colin FinckMore XML compliance fixes for the .rbuild files by...
2007-09-14 Colin FinckThis is hopefully the last fix needed to build LiveCD...
2007-09-14 Colin FinckAnd here comes the next fix, this time for fixing the...
2007-09-14 Colin Finck- Create a new "include/host" directory for host-only...
2007-09-14 Hervé PoussineauClean up .rbuild files and make them xml compliant
2007-09-04 Colin FinckSilence two warnings in cmlib.
2007-09-03 Art YerkesAdd 16-byte alignment for ppc (required by eabi too)
2007-09-03 Hervé PoussineauAlign stack to 16 bytes on mips
2007-09-03 Art YerkesFix building of libcntpr on ppc.
2007-09-03 Art YerkesStraggler edits.
2007-09-03 Art YerkesAdded freeldr and hal from PPC branch, along with neede...
2007-09-02 Hervé PoussineauFix Linux build
2007-09-02 Hervé PoussineauUse typedefs_host.h header when building inflib for...
2007-09-02 Hervé PoussineauMake some i386 code conditional
2007-09-01 Art YerkesSet needed sizes for return buffers when we return...
2007-08-28 Hervé PoussineauRevert r28603 and add the correct fix
2007-08-27 Hervé Poussineauqsort() prototype in stdlib.h doesn't specify that...
2007-08-27 Hervé PoussineauDo not include <ntddk.h> when compiling cmlib_host...
2007-08-27 Hervé PoussineauRely only on host headers (+ target ntstatus.h) to...
2007-08-26 Hervé PoussineauRemove psdk dependency, as it is automatically added
2007-08-24 Andrew MungerFree memory with the proper tag.
2007-08-19 Colin Finck- mkhive's "registry.c" used wcsncmp for comparing...
2007-08-18 Colin FinckFix an "implicit declaration of wcslen" warning on...
2007-08-18 Colin FinckFix the mkhive bug on 64-bit systems, this time correct.
2007-08-17 Colin FinckRevert r28389 as it causes a build break, when you...
2007-08-17 Colin FinckFix the long-standing mkhive bug on 64-bit systems
2007-08-09 Aleksey Bragin- Set correct hive version in the hive structure
2007-08-07 Aleksey Bragin- Make CSQ compatible with MSVC/WDK.
2007-08-07 Aleksey Bragin- Rename exception.c to except.c to avoid conflict...
2007-08-07 Aleksey Bragin- Add RtlUnwind to headers, and make list.h MSVC-compat...
2007-08-06 Hervé PoussineauAdd more uuids in uuid lib
2007-08-03 Hervé PoussineauMove some more autogenerated files to intermediate...
2007-08-03 Thomas BluemelRevert r28121 as it removes an optimization
2007-08-03 Thomas BluemelImprove calculation of new buffer size
2007-08-03 Thomas BluemelFix buffer overflow
2007-08-02 Thomas BluemelInclude stddef.h for ptrdiff_t
2007-08-02 Thomas BluemelFix buffer overflow in InfpAddSection.
2007-07-31 Magnus Olsenadding win32ksys the syscall lib for win32k
2007-07-30 Colin FinckRevert w3seek's changes from r27978, mkhive segfaults...
2007-07-28 Thomas BluemelMake sure LONG/ULONG is correctly defined for both...
2007-07-28 Thomas BluemelSome more function prototype fixes and pointer type...
2007-07-28 Thomas BluemelFix some functions to match their prototypes
2007-07-28 Thomas BluemelMake the InfpBuildFileBuffer prototype match it's defin...
2007-07-28 Thomas BluemelFix return types
2007-07-27 Thomas BluemelDisable debug output by default
2007-07-26 Hervé PoussineauDon't abuse debug system
2007-07-26 Thomas BluemelRemoved hacks from findfirst/findnext APIs
2007-07-14 Thomas BluemelPatch by David Lenon <DavidL@126.com>:
2007-07-13 Thomas BluemelFix unoptimized builds
2007-07-08 Magnus Olsenuse // as comment instead for ;
2007-07-08 Magnus Olsencorrect fix for log10.
2007-07-08 Eric KohlFix bug in log10 function. Patch by Carlo Bramix.
2007-07-05 Christoph von Wittichdon't zero an OEM_STRING with sizeof(UNICODE_STRING)
2007-07-03 Aleksey Bragin- Revert changes to CRT which were not supposed to...
2007-06-30 Magnus Olsenforget adding this file sprry I broken the build
2007-06-30 Magnus Olsenaccpect pacth in bug 2314, with one smaller change
2007-06-28 Aleksey Bragin- Fix symbols loading (PE sections are mapped now,...
2007-06-28 Andrew MungerFix realloc behavior when size == 0 and ptr != NULL.
2007-06-16 Aleksey Bragin- Fix a typo.
2007-06-16 Aleksey Bragin- Finally, removing frame pointer was a bad idea (think...
2007-06-16 Aleksey Bragin- Uhh.. Doing it properly now.
2007-06-16 Magnus Olsenrewrite atan, cos, fabs, sin, sqrt, tan, it will give...
2007-06-10 Thomas BluemelAdd GUIDs for IID_IBandSite, CLSID_RebarBandSite and...
2007-05-19 Dmitry Gorbachev- Add some code to deal with multibyte code pages.
2007-05-17 Magnus Olsenoptimizing atan and log10, do not use frame pointer...
2007-05-17 Alex Ionescu- Implement NtDeleteKey as a simpler wrapper around...
2007-05-13 Alex Ionescu- Fix crash at end of text-mode setup (by hacking cmlib...
2007-05-13 Alex Ionescu- HvGetCellSize should return the correct positive...
2007-05-13 Alex Ionescu- Fix critical bug in CmpCopyName, it wasn't compressin...
2007-05-12 Alex Ionescu- Get rid of CmiCopyKey since it was dead code. Make...
2007-05-04 Eric KohlRemoved my name because these files no longer contain...
2007-04-21 Christoph von Wittichremoved unneeded dependencies
next