- 26 Jan, 1999 5 commits
-
-
Eric Pouech authored
-
Marcus Meissner authored
Return NULL from OpenThreadToken.
-
Marcus Meissner authored
Create xterm even if stdin is not a terminalhandle. SetConsoleCursorPosition: Only make complex console on row change, ignore interline positioning (so the cygwin cmdline tools do not create xterms unnecessary)
-
Huw D M Davies authored
-
Stephane Lussier authored
- One message queue for every thread needing it. - Messages in the message queue are now stored in a linked list - Messages are allocated in the system heap. - Messages in the message queue are 32 bits (MSG32). - All read/write operations regarding messages in the message queue are thread safe.
-
- 24 Jan, 1999 27 commits
-
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Eric Kohl authored
-
Geoff Clare authored
#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__) comes out false. I moved the conditionals around so that the file would at least compile. Not sure if it does the right thing on non-linux/FreeBSD/NetBSD systems.
-
Geoff Clare authored
"ERR" being redefined in sys/regset.h.
-
Geoff Clare authored
-
NF Stevens authored
Windows does.
-
Ove Kaaven authored
leaks and lost handles. Also removed some useless init code.
-
Nick Holloway authored
-
Gerard Patel authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Sylvain St.Germain authored
-
Guy Albertelli authored
-
Guy Albertelli authored
-
Guy Albertelli authored
Added support for FONTSIGNATURE in GetLocaleInfo32A and updated GetLocaleInfo32W.
-
Pascal Cuoq authored
-
Sergey Turchanov authored
searching for DBG and PDB files.
-
Sergey Turchanov authored
for debug information.
-
Ulrich Weigand authored
-
Marcus Meissner authored
-
Andreas Mohr authored
data.
-
- 23 Jan, 1999 8 commits
-
-
Andreas Mohr authored
DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32, WIN16_PeekMessage32 and WIN16_TranslateMessage32.
-
Juergen Schmied authored
- clean DllReferenceCount, better DllMain() - dynamically linking LookupIconIdFromDirectoryEx32 and CreateIconFromResourceEx32 to USER32 - moved guid's instances to new file shellguid.c - implemented ShellExecuteEx32W
-
Juergen Schmied authored
Size of compobj.o goes down to 1/3; should prevent more sig11's.
-
Juergen Schmied authored
-
Marcus Meissner authored
better. Fixes the XUnmapWindow problems reported by replacing them with NULL ptr dereferences.
-
Zygo Blaxell authored
-
Marcus Meissner authored
handles first. Split up Init from AllocDosHandle and call it from the DOSVM.
-
Marcus Meissner authored
-