Added .cvsignore file.
[reactos.git] / reactos / lib /
2002-04-20 Phillip SusiFixed stat() to set the S_IFREG flag to indicate that...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-10 Steven EdwardsDisregard this, I hit remove by mistake and am adding...
2002-04-03 Hartmut BirrFixed a bug in RtlDestroyHeap, that will cause a page...
2002-04-01 Hartmut BirrFixed a wrong length check in RtlAnsiStringToUnicodeStr...
2002-04-01 Hartmut BirrFixed the length calculation in RtlCreateProcessParamet...
2002-04-01 Hartmut BirrFixed a wrong parameter for a call to ZwFreeVirtualMemo...
2002-04-01 Hartmut BirrAdded ansi to unicode translation for the environment...
2002-04-01 Hartmut BirrFixed some wrong size calculations in GetEnvironmentStr...
2002-04-01 Hartmut BirrRewrote OpenFile().
2002-04-01 Hartmut BirrFixed handling for non existing files.
2002-04-01 Hartmut BirrAdded handling for std handles.
2002-04-01 Hartmut BirrChanged to a separat heap for malloc/calloc/realloc...
2002-04-01 Hartmut BirrRemoved fixed size of environment vars.
2002-04-01 Hartmut BirrFixed error handling in _filebuf().
2002-04-01 Hartmut BirrRemoved fixed size of args and envblock in go32_exec...
2002-04-01 Hartmut BirrAdded closing of process handle at exit.
2002-04-01 Hartmut BirrChanged heap validation.
2002-04-01 Hartmut BirrAdded heap initialization for malloc/calloc/realloc...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded CR-removing for text files.
2002-04-01 Hartmut BirrFixed initialization of new fileno_modes in __fileno_al...
2002-04-01 Hartmut BirrAdded debug messages.
2002-04-01 Hartmut BirrAdded ntdll.a to TARGET_SDKLIBS
2002-03-25 Hartmut BirrFixed the length of the command line.
2002-03-25 Hartmut BirrRewrote SearchPathW().
2002-03-25 Hartmut BirrFixed negativ positions in SetFilePointer().
2002-03-17 Hartmut BirrFixed the return value in GetEnvironmentVariable().
2002-03-17 Hartmut BirrFixed the copy length in GetSystemDirectory().
2002-03-17 Hartmut BirrIncreased the debug print buffer.
2002-03-14 Hartmut BirrFixed return value in ReadFile().
2002-03-14 Hartmut BirrFixed a wrong pointer calculation in RtlpCopyParameterS...
2002-03-07 Emanuele AlibertiLittle work on InitializeFmIfs
2002-02-25 Phillip SusiFixed typeo in etags target
2002-02-10 Eric KohlImplemented expansion of REG_MULTI_SZ.
2002-02-09 Eric KohlFixed wrong string length calculation in RtlAppendUnico...
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-02-05 Eric KohlImplemented value enumeration in RtlQueryRegistryValues().
2002-02-04 Steven EdwardsFixed a typo - Guido de Jong
2002-02-02 Phillip SusiUse LARGE_INTEGER for section view size, as expected...
2002-02-02 Phillip SusiChanged NULL to 0 where integer expected, to get rid...
2002-02-02 Hartmut BirrFixed a buffer overflow in DoQuery, if the unicode...
2002-01-27 David WelchAdded missing files
2002-01-27 David WelchFixes for problems with win32k
2002-01-27 David WelchMore user work
2002-01-15 David WelchImplemented NtW32Call and NtCallbackReturn
2002-01-15 David WelchMore missing files.
2002-01-14 David WelchAdded missing files
2002-01-13 David WelchBegan work on message queue and default window procedure
2002-01-13 Emanuele AlibertiMinor changes and some interfaces updated in FsRtl.
2002-01-10 Eric KohlFixed type casts.
2002-01-02 Eric KohlRemoved old codepage tables.
2002-01-01 David WelchFixed bug with cygwin1.dll (still doesn't work)
2001-12-20 David WelchFixed fast mutex implementation (they are NOT recursive)
2001-12-11 Emanuele Alibertiprocess/session.c in the makefile.
2001-12-07 Emanuele AlibertiA stub file for TS APIs in kernel32.
2001-12-04 Eric KohlReplaced binary constants by corresponding flags.
2001-12-02 David WelchImplemented LPC sections
2001-11-28 Emanuele AlibertiBase files (incomplete) for PSAPI.DLL.
2001-11-28 Emanuele Aliberti*** empty log message ***
2001-11-25 David Welchinclude/csrss/csrss.h: Include a define for the size...
2001-11-22 Eric KohlAdded some security/access functions.
2001-11-21 Eric KohlImplemented RtlImpersonateSelf().
2001-11-20 Eric KohlImplemented read/write.
2001-11-20 David WelchFixed zsh crash bug, it still doesn't work however
2001-11-08 Eric KohlImplemented abandoning of mutexes/mutants.
2001-11-07 Eric KohlAttach/detach mutant(mutex) to/from owning thread.
2001-11-05 James TaborFix export wvsnprintfA and W from user32.dll
2001-11-03 Casper HornstrupNew target 'implib' to avoid cicular references.
2001-11-02 Hartmut BirrFixed a bug in GetVolumeInformationA()
2001-11-01 Hartmut BirrInitialized statbuf->st_mode in _stat() and _fstati64().
2001-11-01 Hartmut BirrFixed some bugs in GetFileInformationByHandle().
2001-10-31 David WelchFix for advapi32 failing to load (it had imported symbo...
2001-10-21 Casper HornstrupOpen named pipe to SCM
2001-10-20 Eric KohlFixed WaitNamedPipe().
2001-10-12 Hartmut BirrFixed calling convention for ApcRoutine().
2001-10-11 Eric KohlMade qsort() thread-safe.
2001-10-04 Eric KohlFixed __doserrno type.
2001-10-03 Eric KohlImplemented _doserrno().
2001-10-01 Rex Jolliffsome changes to support load of LiteStep
2001-10-01 Rex Jollifffix to work around dlltool not supporting specified...
2001-09-24 Casper HornstrupFix for compile error
2001-09-24 Casper HornstrupInitial OS level SEH support.
2001-09-23 Casper HornstrupCompile using gcc 3.0
2001-09-16 Casper HornstrupEnumerate legacy devices
2001-09-09 Hartmut BirrChange the return value in CreateFileW() from FALSE...
2001-09-09 Hartmut BirrFixed a bug, that will add a '.' when the ext string...
2001-09-08 Eric KohlImplemented LdrFindEntryForAddress() and LdrQueryProces...
2001-09-03 Eric KohlImplemented RegSaveKey[A/W]().
2001-09-02 Emanuele AlibertiKERNEL32.GetPriorityClass fixed.
2001-09-02 Casper HornstrupPorted 32-bit OLE32 functions from WINE.
2001-09-02 Casper HornstrupPorted 32-bit OLE32 functions from WINE.
2001-09-01 Rex JolliffLiteStep needs GetUserName aliased
2001-09-01 Rex Jolliffadd current directory to default search path so program...
2001-09-01 Casper HornstrupImplemented many console & registry functions to get...
2001-08-31 Emanuele AlibertiNTDLL.CsrClientCallServer: more info on the interface.
2001-08-30 David WelchFixes for compilation on Linux
2001-08-21 Casper HornstrupMajor update of the build system:
2001-08-16 Eric KohlFixed compiler warnings.
next