Added handle type to object name translation in qsi.
[reactos.git] / reactos / lib /
2000-05-27 David WelchFix for issue with closing non-existent or already...
2000-05-26 Phillip Susibig work on the console front
2000-05-25 Eric KohlImplemented:
2000-05-24 David WelchMore bug fixes.
2000-05-14 David WelchUpdated clean targets in various places
2000-05-14 Emanuele AlibertiFixed bug reported by Michael Rich in kernel32 compilation.
2000-05-13 David WelchFixed typo.
2000-05-13 David WelchSome fixes.
2000-05-13 Eric KohlImplemented RtlCustomCPxx functions
2000-05-08 Eric KohlImplemented IOCTL to draw screen buffer
2000-05-01 Emanuele AlibertiSome STDCALL/FASTCALL added in Ex code.
2000-04-26 Emanuele AlibertiI forgot to update the code that uses SYSTEM_TIME_INFOR...
2000-04-25 Emanuele AlibertiPartially implemented (handlers only)
2000-04-24 Phillip SusiDo not set std handles when AllocConsole() fails, I...
2000-04-23 Phillip SusiPatched up console code a bit
2000-04-23 Phillip SusiCreateProcess was eating the flags, had to pass them on
2000-04-20 Phillip SusiFixed up Critical Section code
2000-04-17 Phillip SusiReplaced a -- with an InterlockedDecrement
2000-04-15 Eric KohlAdded some rtl functions
2000-04-14 Eric KohlImplemented debugger functions
2000-04-13 Boudewijn Dekkerapplied fixes to make a user32.dll
2000-04-12 Boudewijn Dekker.
2000-04-08 Eric KohlFixed compiler warnings
2000-04-07 Phillip SusiRemoved LoadLibraryW from kernel32.edf, as it seems...
2000-04-07 Eric KohlAdded more time functions
2000-04-07 David WelchBegan seperation of machine-dependant/independant secti...
2000-04-06 Eric KohlMoved debug functions
2000-04-06 Eric KohlAdded some more security functions
2000-04-05 Eric KohlAdded ace, acl and sid functions
2000-04-03 David WelchCorrect LPC implementation
2000-03-29 David WelchCorrected mutex implementation
2000-03-26 David WelchCorrected the handle generation algorithm in the kernel...
2000-03-24 David WelchConnected standard input/output to the console
2000-03-22 David WelchUpdated the minix driver
2000-03-18 Eric KohlFixed path bugs
2000-03-18 Eric KohlAdded image functions
2000-03-18 Eric KohlAdded security descriptor functions
2000-03-18 Eric KohlFixed compiler warnings
2000-03-17 Eric KohlFixed compiler warning
2000-03-16 Eric KohlOops! Typos...
2000-03-16 Eric KohlFixed ANSI <--> Unicode conversions
2000-03-16 David WelchOops.
2000-03-16 David WelchImplemented setting the fs register to point to the TEB
2000-03-16 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlFixed WIN32_FIND_DATA[A/W] structs and resulting bugs
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-15 Eric KohlObsolete!
2000-03-15 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-14 Eric KohlFixed ANSI/OEM <--> Unicode conversions
2000-03-13 Eric KohlFixed a bug in rtlGetFullPathName_U()
2000-03-12 Eric KohlAdded some security functions
2000-03-10 Eric KohlFixed compiler warning
2000-03-09 Eric KohlAdded time related functions
2000-03-09 Eric KohlImplemented bitmap functions
2000-03-03 Eric KohlAdded bitmaps
2000-02-27 Eric KohlFixed bugs in RtlExpandEnvironmentStrings_U() and RtlSe...
2000-02-27 Eric KohlFixed bugs in '%wZ' string output
2000-02-27 Jason FilbyMinor fixes
2000-02-27 Eric KohlImproved csrss (doesn't crash any more)
2000-02-25 Eric KohlImproved RtlCreateUserProcess()
2000-02-25 Eric KohlFixed PEB related bugs
2000-02-22 Eric KohlAdded GdiDllInitialize()
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-02-19 Eric KohlFixed bugs in process parameter and environment code
2000-02-19 Eric KohlFixed buggy RtlCompareString() and RtlCompareUnicodeStr...
2000-02-19 Eric KohlFixed a bug - memmove() couldn't handle overlapping...
2000-02-18 Eric KohlFixed environment implementation
2000-02-14 Emanuele AlibertiUntested raw implementation of MultiByteToWideChar().
2000-02-14 David WelchFixed compilation bug
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
2000-02-05 Eric KohlFixed _wcsnicmp()
2000-02-05 Eric KohlAdded some string functions
2000-01-27 David WelchChanged the loader so ZwCreateProcess now maps ntdll...
2000-01-26 David WelchMore improvements to LPC code
2000-01-23 Phillip SusiFixed OutputDebugString() to use the new int 2D debug...
2000-01-21 Phillip Susidarnit... another debug print.. someone kick me
2000-01-21 Phillip SusiOoops... forgot some debug prints ( embarassed )
2000-01-21 Phillip SusiFixed makefile to include rules.mak first, so it gets...
2000-01-20 Eric KohlReplaced calls to aprintf() or dprintf() by DPRINT()
2000-01-20 Eric KohlAdded missing format types to vfprintf()
2000-01-19 Eric KohlCleanup
2000-01-19 Eric KohlFixed compiler warning
2000-01-18 Eric KohlChanged debug output to use INT 2D
2000-01-14 Eric KohlAdded missing features and functions
2000-01-11 Eric KohlFixed process parameters
2000-01-10 Eric KohlAdded DbgPrint()
2000-01-06 David WelchRemoved debug messages from queuing code (sorry)
2000-01-05 David WelchImplemented more security functions
2000-01-05 Eric KohlFixed ctype table and functions.
2000-01-05 Eric KohlFixed ctype table.
1999-12-30 Eric KohlAdded mbtowc(), mbstowcs(), wctomb() and wcstombs()
1999-12-30 David WelchAdded some additional csrss work
1999-12-30 Eric KohlAdded even more missing functions
1999-12-29 Eric KohlAdded some missing debug, math and ctype functions
1999-12-27 Eric KohlFixed some more STDCALL issues
1999-12-26 Emanuele AlibertiSome old Fs/Po code added to the makefile
1999-12-26 David WelchAdded some security functions
1999-12-24 Eric KohlFixed compiler warnings
1999-12-24 Eric KohlAdded missing test
next