Making dflat32 a dll. Its a little broken ATM.
[reactos.git] / reactos / lib /
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.
2001-08-15 Emanuele AlibertiMinor fixes in KERNEL32.TerminateThread() and in
2001-08-14 Hartmut BirrChange the attribute from FILE_DIRECTORY_FILE to
2001-08-14 Emanuele AlibertiCSR.GetTitle implemented.
2001-08-07 Eric KohlChanged stack allocation.
2001-08-06 Hartmut BirrFixed a bug in FindCloseFile().
2001-08-06 Hartmut BirrFixed a bug in SetFilePointer(),
2001-08-04 Hartmut BirrFixed a bug in CopyFileExW().
2001-08-03 Emanuele AlibertiI implemented KERNEL32.RaiseException().
2001-08-03 Eric KohlRewrote stack allocation.
2001-08-02 Phillip SusiSome more simple etags make rules
2001-08-02 Phillip SusiAdded SetWindowOrgEx and SetViewportOrgEx
2001-08-02 Hartmut BirrFixed a minor bug in __getmainargs()/__GetMainArgs().
2001-08-02 Hartmut BirrFixed a minor bug in _filbuf().
2001-08-01 Hartmut BirrFixed a bug in FindFirstFileW() and FindNextFileW().
2001-07-29 Eric KohlFixed more %Z / %wZ bugs.
2001-07-29 Eric KohlFixed msvcrt startup bug.
2001-07-29 Hartmut BirrFixed a bug in _vsnprintf() with formats %wZ and %Z.
2001-07-27 Eric KohlDisabled a function-call that crashes all msvcrt-based...
2001-07-27 Eric KohlFixed a warning.
2001-07-25 Eric KohlAdded missing .cvsignore files.
2001-07-22 Emanuele AlibertiSkeleton for KERNEL32.GlobalMemoryStatus
2001-07-21 Emanuele AlibertiMinor fix.
2001-07-21 Emanuele AlibertiAdded version resource script.
2001-07-21 Emanuele AlibertiAdded version resource script.
2001-07-21 Emanuele AlibertiOps! Target of a forwarded exported symbol should be as
next