Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
[wine] / memory /
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...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-09-24  Gerard PatelLocks the virtual views linked list.
2000-09-22  Andreas MohrAdded SetLastError() in GetEnvironmentVariableA.
2000-09-18  Alexandre JulliardMisc cleanups.
2000-09-18  Alexandre JulliardMoved FILE_dommap() to memory/virtual.c (and renamed...
2000-09-16  Andreas MohrAdded VirtualAllocEx.
2000-09-06  Alexandre JulliardFixed cut&paste typo.
2000-09-04  Alexandre JulliardFixed Unicode conversion in GetAtomNameA (thanks to...
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-08-30  Alexandre JulliardAdded exception handling wrapper to a number of server...
2000-08-25  Alexandre JulliardFixed a couple of WINAPI issues with 16-bit spec files...
2000-08-19  Alexandre JulliardAuthors: Alexandre Julliard <julliard@codeweavers.com...
2000-08-14  Alexandre JulliardImplemented SEC_IMAGE mappings and shared PE sections...
2000-08-14  Alexandre JulliardReplaced all lstr* calls from inside Wine code by their...
2000-08-14  Alexandre JulliardReplaced global Callbacks structure by appropriate...
2000-08-11  Alexandre JulliardAdded Unicode ctype support.
2000-08-11  Alexandre JulliardAdded UTF-8 conversion support.
2000-08-09  Alexandre JulliardMake PDB, ENVDB and STARTUPINFO global variables.
2000-08-09  Alexandre JulliardRemoved obsolete SHMDATA parameter in GLOBAL_CreateBlock.
2000-08-06  Alexandre JulliardMoved most USER string functions to dlls/user.
2000-08-01  Peter GantenCommitting a page of a shared mapping in one process...
2000-08-01  Peter GantenMoved Wine private heap creation flags to other values.
2000-07-29  Alexandre JulliardRemoved some unnecessary inclusions of wingdi.h and...
2000-07-28  Wolfgang SchwotzerAdded NULL pointer checks.
2000-07-28  Ove KaavenRemoved the hModule parameter from various DOSMEM routi...
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-07-15  Hidenori TakeshimaFix for supporting DBCS.
2000-07-11  Alexandre JulliardSet ansi/oem/mac code pages from current locale.
2000-06-24  Hidenori TakeshimaGetCommandLine should return non-const strings.
2000-06-24  Eric PouechAdded (back) correct behavior for NULL ptrs in CharToOe...
2000-06-24  Eric PouechFixed some OOM conditions in GlobalAlloc.
2000-06-18  Dmitry TimoshkovReimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
2000-06-12  Alexandre JulliardReimplemented Unicode case mapping in a slightly more...
2000-06-10  Alexandre JulliardAdded support for symbol codepage.
2000-06-10  Alexandre JulliardRewrote codepage support to use the new codepage tables.
2000-06-08  Dmitry TimoshkovImplement NTDLL.towupper and NTDLL.towlower using alrea...
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.
next