Added AvgCharWidth member to font metrics.
[wine] / memory /
2000-06-08  Alexandre JulliardRemoved a few unnecessary includes.
2000-06-04  Ulrich WeigandUpdated support for Solaris/Sparc architecture.
2000-06-03  Alexandre JulliardDelay loading of interrupt table functions until they...
2000-05-30  Turchanov SergeiImplemented local atoms in the server.
2000-05-29  Alexandre JulliardExec a separate wine binary for every win32 process...
2000-05-23  Huw D M DaviesHeapFree on a NULL ptr should return TRUE.
2000-05-09  Alexandre JulliardFixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole...
2000-05-01  Alexandre JulliardUse exception handling to implement the IsBad* functions.
2000-05-01  Alexandre JulliardRewrote Unix process launching to allow passing startup...
2000-04-30  Dimitrie O. PaunRemoved HEAP_xalloc.
2000-04-29  Ove KaavenAdd Wine-internal allocation type MEM_SYSTEM for Virtua...
2000-04-28  Alexandre JulliardAuthors: Gavriel State <gavriels@corel.com>, Ulrich...
2000-04-28  Dimitrie O. PaunGet rid of HEAP_xrealloc.
2000-04-13  Alexandre JulliardImplemented guard pages and stack overflow exceptions.
2000-04-13  Huw D M DaviesGlobalReAlloc returns 0 on failure.
2000-04-09  Andreas MohrImplemented HeapWalk().
2000-04-08  Alexandre JulliardRemoved a number of global handle allocations and criti...
2000-04-06  Patrik StridvallFixed some issues reported by winapi_check.
2000-03-28  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-03-25  Francois GougetUse min/max instead of MIN/MAX.
2000-03-24  Francois GougetAdded (correct) prototype for HeapWalk.
2000-03-19  Dimitrie O. PaunRemoved most calls to xmalloc/xrealloc.
2000-03-19  Andreas MohrAdded an exception frame for lstrcpy16.
2000-03-10  Alexandre JulliardRemoved PROCESS_IsCurrent().
2000-03-08  Patrik StridvallFixed some warnings.
2000-03-07  Marcus MeissnerActual write the cached struct in GlobalMemoryStatus.
2000-03-04  Marcus MeissnerSome applications call GlobalMemoryStatus() very often...
2000-02-27  Patrik StridvallFixed some Solaris specific assembler problems.
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-26  Alexandre JulliardImproved the selector get/set functions.
2000-02-19  Alexandre JulliardBug fix for native USER.
2000-02-13  Alexandre JulliardMoved global atoms to the server (based on the work...
2000-02-10  Alexandre JulliardOptimized debugging API to reduce code size.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-27  Alexandre JulliardImplemented GetThreadSelectorEntry through the server.
2000-01-25  Alexandre JulliardShare the system heap between different address spaces...
2000-01-23  Dmitry TimoshkovReplaced LocalToWideChar() by lstrcpynAtoW(), WideCharT...
2000-01-23  Guy AlbertelliFix problems with GlobalHandle and GlobalFree so result...
2000-01-15  Guy AlbertelliAdded null check in GlobalHandle.
1999-12-27  Francois GougetBuffer overflows and strncpy fixes.
1999-12-26  Francois GougetWrapped some strings in a debugstr_* call.
1999-12-08  Dimitrie O. PaunMake use of the DEFAULT_DEBUG_CHANNEL where appropriate.
1999-11-25  Juergen SchmiedRemoved fixme.
1999-11-25  Alexandre JulliardStore all object names as Unicode in the server.
1999-11-21  Ulrich WeigandBugfix: GetThreadSelectorEntry() sets read-write flag...
1999-11-15  Alexandre JulliardFixed allocation rounding for MEM_RESERVE.
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-11-10  Ulrich WeigandWhen decommitting, remap zero pages using MAP_FIXED.
1999-11-08  Alexandre JulliardRemap zero-pages when decomitting a page range (based...
1999-11-07  James AbbatielloAddresses issues with multiple processes accessing...
1999-11-04  Michael McCormackModified lstrcpynWtoA to put terminating null at end...
1999-10-25  Andreas MohrBug fix.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-09-19  Richard CohenTidy up TRACE etc to use default channel.
1999-09-11  Patrik StridvallEliminated warnings.
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-09-04  Alexandre JulliardFixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard...
1999-09-03  Ulrich WeigandHEAP_Commit/Decommit were assuming a page size of 4KB
1999-09-03  Marcus MeissnerFixed prototype order.
1999-08-18  Ulrich WeigandMoved implementation of WOW routines to single file.
1999-08-15  Uwe BonnesInhibit wraparound in comparison.
1999-08-08  Alexandre JulliardAdded an exception handler around a few lstr* functions.
1999-08-01  Alexandre JulliardChanged INSTR_EmulateInstruction to use a CONTEXT86...
1999-07-28  Ulrich WeigandBugfix: fixed freshly introduced bug in GlobalLock16.
1999-07-27  Ulrich WeigandAdded IsBadFlatReadWritePtr16().
1999-07-27  Ulrich WeigandBugfix: Return selector also in CX from GlobalLock16().
1999-07-25  Ulrich WeigandRelay code for Win16 register functions converts arguments.
1999-07-24  Noel BorthwickFix bug with pasting Wine clipboard content to external...
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Alexandre JulliardTake advantage of the new registers saved in the STACK1...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-11  Rein KlazesFixed a case when GlobalSize did not return zero after...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Ulrich WeigandBugfix: correctly cope with end > 0xfffe.
1999-07-03  Ulrich WeigandBugfix: LocalInit with start == 0 always places heap...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-20  Alexandre JulliardFixed Winelib compilation.
1999-06-18  Alexandre JulliardInclude instruction emulation in Winelib.
1999-06-12  Patrik StridvallAdded missing/wrong includes.
1999-06-11  Alexandre JulliardUse the normal environment routines to build the env...
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-15  Alexandre JulliardServer reorganization:
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Huw D M DaviesCall SetLastError in HeapCompact().
1999-04-25  Alexandre JulliardFixed __builtin_return_address arg.
1999-04-25  Patrik StridvallFixed ANSI compabillity.
1999-04-25  Patrik Stridvall#pragma pack(?) changed to #include "*pack*.h"
1999-04-25  Ove KaavenMade HeapValidate threadsafe, and added some macros...
1999-04-22  Michael VekslerRemoved some includes of 16 bit API.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-18  Bertho StultiensReorganization of the loader to correctly load and...
1999-04-11  Alexandre JulliardMade SELECTOR_ReallocBlock preserve the current selecto...
1999-03-28  Dimitrie O. PaunChanged some debug messages from one channel to another...
1999-03-22  Andreas MohrlstrcpyA can't use strcpy.
1999-03-21  Alexandre JulliardGot rid of SYSTEM_LOCK macros.
next