Removed no longer used average width calculation.
[wine] / memory /
2002-01-07  Alexandre JulliardAdded support for cleaning up the TEB from inside the...
2001-12-26  Alexandre JulliardFixed bug in system heap creation when it already exists.
2001-12-20  Uwe BonnesGlobalReAlloc16: If heap has GlobalPageLock set, try...
2001-12-19  Alexandre JulliardMoved heap functions to ntdll.
2001-12-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-17  Rein KlazesAdded error message in LOCAL_GetBlock().
2001-12-05  Alexandre JulliardUse ntdll functions instead of MultiByteToWideChar...
2001-12-05  Alexandre JulliardRemoved ntdll dependency on MultiByteToWideChar/WideCha...
2001-11-30  Andrew Lewyckymap_image: map the PE header readonly.
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-24  Alexandre JulliardFixed registry routines broken by the structure sizes...
2001-11-23  Dmitry TimoshkovFixed packing and layout of many system structures.
2001-11-20  Andreas MohrUse exception handler for GlobalUnlock, GlobalFree.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-24  Alexandre JulliardTry to use read instead of mmap for files on removable...
2001-10-21  Andreas MohrCosmetics.
2001-10-15  Francois GougetAdd INVALID_ATOM and MAXINTATOM to winbase.h.
2001-10-14  Francois GougetWhen including 'wine/port.h', include it first.
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-10-12  Alexandre JulliardAdded atom_t type for atoms to make sure we use the...
2001-10-09  Alexandre JulliardFix MapViewOfFile to always return a 64K-aligned address.
2001-10-02  Andreas MohrYet another documentation/message text patch.
2001-09-26  Alexandre JulliardFixed size check in HEAP_FindFreeBlock to make sure...
2001-09-20  Francois GougetFix the conversions of a command line to/from an argv...
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-20  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-19  Alexandre JulliardMoved server.h to include/wine.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-18  Patrik StridvallDocumentation fixes.
2001-07-12  Patrik StridvallDocumentation fixes.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-14  Alexandre JulliardAdded direct system call for unaligned mmap support...
2001-06-13  Patrik StridvallDocumentation ordinal fixes (using winapi_fixup).
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-20  Dmitry TimoshkovVirtualProtect should return correct old protection...
2001-03-23  Alexandre JulliardSmall dll separation fixes.
2001-03-04  Alexandre JulliardWe need to create the system heap at startup even thoug...
2001-02-27  Alexandre JulliardNew set of macros for server calls; makes requests...
2001-02-23  Alexandre JulliardOnly create the system heap when we actually need it.
2001-02-23  Alexandre JulliardAllocations do not need to be on the system heap.
2001-02-20  Alexandre JulliardSmall server protocol cleanups.
2001-02-20  Alexandre JulliardFixed MEM_SYSTEM handling to avoid unmapping areas...
2001-02-14  François GougetMisc typos in comments.
2001-02-12  James AbbatielloDon't require write access on the file handle to create a
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-26  Andreas MohrSome more cleanups.
2001-01-15  Uwe BonnesMapViewOfFileEx: make the returned error dependent...
2001-01-15  Alexandre JulliardRemoved some direct accesses to the 16-bit task structure.
2001-01-12  Alexandre JulliardAdded flag to differentiate file mappings and VirtualAl...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2001-01-04  Mike McCormackSome borken memory monitoring programs divide by dwTota...
2001-01-02  Ulrich WeigandAlign moveable blocks if the architecture requires it.
2000-12-29  Alexandre JulliardAdded support for composite Unicode characters in Multi...
2000-12-27  Ulrich WeigandAdded check whether unaligned memory access is allowed.
2000-12-22  Alexandre JulliardUse a separate FIFO pair for server requests that don...
2000-12-22  Alexandre JulliardReplaced WIN16_GlobalLock16 by "official" function...
2000-12-20  Dmitry TimoshkovMake new edit control allocate its buffers with granula...
2000-12-19  Alexandre JulliardSet last error in GlobalUnlock.
2000-12-16  Patrik StridvallFixed some issues found by winapi_check.
2000-12-15  Alexandre JulliardConverted enum_key_value request to the new request...
2000-12-13  Alexandre JulliardUse getpagesize() instead of VIRTUAL_GetPageSize().
2000-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-12-11  Alexandre JulliardMoved all Wine internal definitions out of process.h.
2000-12-02  Francois GougetFixed miscellaneous typos, syntactic and grammatical...
2000-12-01  Patrik StridvallAdded/modified documentation for function arguments.
2000-11-30  Andreas MohrFixed crash in UnMapLS for pointers not belonging to...
2000-11-30  Alexandre JulliardUse the HEAP_WINE_SEGPTR flag to specify allocations...
2000-11-29  Andreas MohrVirtualQuery should return 0 for all addresses >= 0xc00...
2000-11-28  Alexandre JulliardGot rid of the Wine internal lstrcpy* functions and...
2000-11-28  Alexandre JulliardMade HEAP_strdup* functions inline (temporary).
2000-11-27  Dmitry TimoshkovGlobalAlloc as GlobalAlloc16 should round size to 32.
2000-11-26  Alexandre JulliardMoved UTSelectorOffsetToLinear and UTLinearToSelectorOf...
2000-11-25  Dimitrie O. PaunInclude config.h in files that test for constants defin...
2000-11-14  Alexandre JulliardMoved LDT handling to libwine.so. Changed the interface...
2000-11-13  Alexandre JulliardReplaced a few internal functions by exported ones.
2000-11-10  Francois GougetUse DUMMYxxxNAME for anonymous struct/unions.
2000-11-08  Alexandre JulliardAdded new library.h header for libwine definitions.
2000-11-07  Alexandre JulliardFixed 0/-1 mixup for indicating no mapping handle.
2000-10-29  David ElliottAdded basic working stubs of new Windows 2000 API funct...
2000-10-29  Alexandre JulliardRemoved unused LOCAL_LockSegptr.
2000-10-28  Francois GougetReturn the correct value for dwTotalVirtual.
2000-10-23  Alexandre JulliardFixed multibyte handling in HEAP_strdupAtoW.
2000-10-19  Ulrich WeigandAllow freeing locked global memory handles.
2000-10-15  Alexandre JulliardConverted a few more server requests to the new mechanism.
2000-10-13  Guy AlbertelliValidate access even if wrap past address 0 for IsBadSt...
2000-10-13  Andreas Mohr- stupid spelling fixes
2000-10-13  Andreas MohrGet rid of shared heap fixme messages.
2000-10-13  Marcus MeissnerCheck for buffer overflows on data returns from RegQuer...
2000-10-02  Lawson WhitneyProtect GlobalHandle() against bad parameters.
2000-10-02  Andreas MohrIntroduced a new arena flag called GA_DOSMEM to disting...
2000-10-02  Alexandre JulliardConvert NtQueryKey and NtEnumerateKey to the new reques...
2000-10-01  Alexandre JulliardConverted some of the registry server requests to the...
2000-09-29  Andreas MohrMake sure we commit enough memory in a new subheap.
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-25  Alexandre JulliardRemoved inclusion of wine/winestring.h from winbase...
next