SysAllocStringLen16 needs to handle NULL pointers, too.
[wine] / misc /
1999-10-24  Marcus MeissnerMade LoadHomeRegistryFiles default to TRUE.
1999-10-24  NathanielImproved registry isolation possibilities.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-10-13  Uwe BonnesUse LoadString16 for FormatMessage16 and handle
1999-10-13  Ulrich WeigandBugfix: DdeNameService was broken.
1999-10-13  Andreas MohrAdded warning for future VERSION_GetVersion() (mis...
1999-10-13  Marcus MeissnerAlso escape characters >=0x80 within the wineregistry...
1999-09-29  Marcus MeissnerSet refcounter to 1 on initial init or WSAStartup/WSASt...
1999-09-23  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-09-23  Patrik StridvallModification due to problems with winapi-check.
1999-09-22  David Luyergetpeername() and getsockname() return errors in errno...
1999-09-20  Patrik StridvallFixed ANSI C violations.
1999-09-20  Ulrich WeigandSystem timer proc thunk creation moved out of if1632...
1999-09-19  Huw D M DaviesFix FormatMessage16 at least enough to get win95 16bit...
1999-09-14  Patrik StridvallAdd support for anonymous struct/unions on compilers...
1999-09-13  Huw D M DaviesChange interfaces to THUNK_Alloc/Free slightly and...
1999-09-05  Richard CohenConsequential changes to default system font sizes
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-09-03  Marcus Meissnersubkey_found did not search for _all_ sub keys.
1999-08-15  Juergen SchmiedAdded resolution of LVM messages.
1999-08-15  Juergen SchmiedFixed ascii/unicode issue for naming of the mutexes.
1999-08-14  Uwe Bonnes- implemented GetCommModemStatus
1999-08-14  Morten EriksenMade GetVersionEx() behave in accordance with the speci...
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-08-07  Andreas MohrImproved (sort of) RegFlushKey.
1999-08-07  Uwe Bonnes- added some more Baudrates
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
1999-08-01  Alexandre JulliardUse the service thread for comm notifications.
1999-07-31  Patrik StridvallFixed some of the issues reported by Solaris Lint.
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-31  Eric KohlAdded stub for _except_handler2().
1999-07-31  Ove KaavenBugfixes and a fake GETBASEIRQ.
1999-07-25  Huw D M Davies{Start|End}{Doc|Page} go through DCfuncs.
1999-07-24  Ulrich WeigandUnify startup sequence for Wine and WineLib.
1999-07-24  Huw D M DaviesImplement handling of 32 bit AbortProc.
1999-07-24  Alexandre JulliardFixed GetW32SysVersion16 return type.
1999-07-23  Ulrich WeigandBugfix: Reverted CallTo16 routines to STDCALL convention.
1999-07-23  Lionel Ulmer- Added a new option 'noxshm'
1999-07-18  Albert den HaanRemove string.c because all of its functions were moved...
1999-07-18  Ian SchmidtAdded version information for Win98.
1999-07-18  Eric Pouechdebug_(snoop|relay)_(exclude|include)list => fixed...
1999-07-18  Ove KaavenAdded missing include netinet/tcp.h, for TCP_NODELAY.
1999-07-15  Keith MatthewsMinor bug fixes in DdeNameService, also changes to...
1999-07-15  Marcus MeissnerERROR_MORE_DATA requires to write the needed number...
1999-07-12  Eric PouechCompiler warnings fix.
1999-07-12  Eric PouechDumb fixes.
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  Ulrich WeigandModularized CallFrom/To16 routines. Adapted dependent...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-07-10  Ulrich WeigandBugfix: exit() replaced by ExitProcess().
1999-07-10  Huw D M DaviesAdded `const's to some registry API functions.
1999-07-10  Juergen SchmiedAdded stub for WNetGetUniversalName[A|W].
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-07-03  Marcus Meissnersome small include fixes, some checks for NULL ptrs,
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-06-26  Eric KohlAdded WNetRemoveCachedPassword() stub.
1999-06-26  Marcus MeissnerFixed the stringcompare in _find_or_add_*() (was missin...
1999-06-26  Alexandre JulliardFurther server optimizations:
1999-06-22  Alexandre JulliardMade server communication faster by using a shared...
1999-06-18  Andreas MohrBug fix.
1999-06-12  Patrik StridvallMad the include files idempotent using a consistent...
1999-06-12  Patrik StridvallRemoved direct references to CLASS internals.
1999-06-12  Andreas MohrRearrange winver detection code and cache the winver...
1999-06-12  Marcus MeissnerUse @sysconfdir@ for the default registries in misc...
1999-06-12  Ove KaavenImplementation of EV_RXFLAG.
1999-06-12  Keith Matthews1st cut implementation of DdeNameService (omits monitor...
1999-06-06  Ulrich WeigandRemoved Callback.CallTaskRescheduleProc().
1999-06-05  Robert W HallAdded 2 stubs.
1999-05-29  Marcus MeissnerFixed some warnings.
1999-05-29  Ove KaavenFixed a couple of missing event notifications. Some...
1999-05-24  Alexandre JulliardRelease the Win16Lock before calling WinExec.
1999-05-24  Ulrich WeigandMoved WINSOCK network IO event handling to special...
1999-05-23  Alexandre JulliardImplemented the Win32 debug API functions.
1999-05-23  Ulrich WeigandAdded _DebugOutput (KERNEL.328), LogApiThk (KERNEL...
1999-05-22  Marcus MeissnerReplaced all occurences of SYSMETRICS_xx and sysMetrics...
1999-05-22  Marcus MeissnerAdded init function for CRTDLL, allocate stdio/stderr...
1999-05-22  James JuranPrint a more effective (and visible) error message...
1999-05-22  Juergen SchmiedImplemented printing out of some structures.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-17  Ulrich WeigandSome stubs added.
1999-05-12  Alexandre JulliardMoved some exception definitions to winnt.h and ntddk.h.
1999-05-12  Marcus MeissnerWSOCK32/WINSOCK uses SetLastError() to keep its own...
1999-05-09  Marcus MeissnerMore debug output for RegQueryInfoKey.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-08  Huw D M DaviesSplit off wingdi16.h from wingdi.h. Add many more...
1999-05-08  Noomen HamzaBug fixes.
1999-05-04  Eric PouechInverted class/channel in __(SET|GET)_DEBUGGING macros.
1999-05-03  Ulrich WeigandFixed off-by-one ordinals in MPR.
1999-05-02  Alexandre JulliardConverted to the new debugging interface (done with...
1999-05-02  Alexandre JulliardMisc fixes and improvements.
1999-05-02  Michael VekslerRemoved redundant include of winbase.h from winuser16.h.
1999-05-02  Klaas van GendBugfix for EnumPrinters level 2.
1999-05-01  Juergen SchmiedFixed typo.
1999-05-01  Ove KaavenFixed off-by-one bug in async output buffers.
1999-04-25  Alexandre JulliardUse $HOME instead of getpwuid for user's home directory.
next