From 4a0ecf56beee3dfd2d39cfde4472fbfc4037ab96 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Wed, 24 Dec 2003 23:25:13 +0000 Subject: [PATCH] Added a README file regarding the status of msvcrt. svn path=/trunk/; revision=7221 --- reactos/lib/msvcrt/.cvsignore | 1 - reactos/lib/msvcrt/README.txt | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 reactos/lib/msvcrt/README.txt diff --git a/reactos/lib/msvcrt/.cvsignore b/reactos/lib/msvcrt/.cvsignore index 3fb11027a41..34a0f9d22af 100644 --- a/reactos/lib/msvcrt/.cvsignore +++ b/reactos/lib/msvcrt/.cvsignore @@ -7,5 +7,4 @@ *.dsw *.ncb *.opt -*.txt *.map diff --git a/reactos/lib/msvcrt/README.txt b/reactos/lib/msvcrt/README.txt new file mode 100644 index 00000000000..2316d4bf47a --- /dev/null +++ b/reactos/lib/msvcrt/README.txt @@ -0,0 +1,16 @@ +This file contains information about the status the MSVCRT runtime in ReactOS. +The sources for this runtime have been cobbled together from all sorts of places +from around the 'net and as such it has its share of bugs. + +Please note that all of the MSVCRT.DLL runtime sources are license GPL unless +otherwise noted. The sources from WINE are dual licensed GPL/LGPL. +If you update a function in the ~/wine directory please send a patch to wine-patches@winehq.com + +TODO List: +Remove the internal headers in msvcrt/wine/msvcrt +Implement the remaining functions that are commented out in the .def file +Update source code headers for the license information. +Compleate the W32API conversion for the following source files. +Write a decent regression test suite. +Convert all C++ style comments to C style comments. +???? \ No newline at end of file