Ignore DSR/DTR flow control in DCB. termios doesn't support it.
[wine] / dlls / ntdll / rtl.c
2001-08-16  Alexandre JulliardAdded names to standard critical sections (suggested...
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-28  Patrik StridvallDocumentation name fixes.
2001-06-20  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2000-12-11  Alexandre JulliardImplemented RtlAcquirePebLock and RtlReleasePebLock.
2000-10-01  Alexandre JulliardImplemented a bunch of large integer functions in ntdll.
2000-09-29  Alexandre JulliardRemoved a few dependencies on kernel32 functions.
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-07-29  Alexandre JulliardRemoved a few external dependencies from ntdll.
2000-03-24  Patrik StridvallAdded/fixed some documentation reported by winapi_check.
2000-02-26  Juergen SchmiedFixed definition of the RtlMemory functions. Use macros...
2000-02-20  Andreas MohrAdded stub for RtlAssert().
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-01-24  Alexandre JulliardBuilt a complete translation table for RtlNtStatusToDos...
2000-01-23  Juergen Schmied- implementation of RtlReg* (read access), RtlEvent...
2000-01-05  Adam SacarnyFix for compilers that don't support 'long long' (From...
1999-11-13  Ulrich WeigandAdapted to new register function handling.
1999-09-29  Patrik StridvallFixed some of the issues reported by winapi-check,...
1999-07-31  Patrik StridvallFixed some of the issues reported by winapi-check.
1999-07-04  Patrik StridvallFixes for compile on non-Intel platforms.
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-06-26  Patrik StridvallANSI C fixes.
1999-05-23  Alexandre JulliardConverted to the new debug interface, using script...
1999-05-13  Alexandre JulliardAdapted for new register functions support (ESP_reg...
1999-05-09  Alexandre JulliardImproved exception handling.
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-03-09  Juergen Schmied- sorted API by groups
1999-02-26  Alexandre JulliardLarge-scale renaming of all Win32 functions and types...
1999-02-19  Juergen Schmied- made the security functions consistent. advapi calls...
1999-02-19  Huw D M DaviesFixed a few broken includes.
1999-02-17  Marcus MeissnerOptimized include/*.h: (recursively) include all header...
1999-02-13  Juergen Schmied- documented most of the undocumented functions in...
1999-01-31  Alex KorobkaAdded an implementation of MRSW locks.
1999-01-28  Marcus MeissnerFixed a lot of warnings for possible problems.
1999-01-17  Alexandre JulliardGroup commit for recovery after disk crash.
1999-01-17  Alexandre JulliardRecovery of release 990110 after disk crash. wine-990110
1998-12-24  Juergen SchmiedNew stubs.
1998-11-14  Juergen SchmiedStubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
1998-11-01  Marcus MeissnerMore Nt* and Rtl* function stubs, moved ntdll.c to...