reactos/reactos
Hermès Bélusca-Maïto 66fa5c8c6f [REGEDIT]
Fix the creation of empty REG_MULTI_SZ values (they have to contain only one NULL char, since a multi-string has the form:
str1\0str2\0...strN\0\0
where each strI\0 is a null-terminated string, and a multi-string is terminated by a null string.
And therefore an empty multi-string has only one null char, corresponding to the terminating null string.

svn path=/trunk/; revision=59529
2013-07-20 00:37:47 +00:00
..
base [REGEDIT] 2013-07-20 00:37:47 +00:00
boot [CONSRV-WINSRV] 2013-07-13 04:54:49 +00:00
cmake * Improve the way we create rossym debug info. The effort results in ~85% *smaller* build folder with ninja all with no code changes. 2013-07-18 21:03:01 +00:00
deprecated
dll [MISC]: Cleanup a bunch of unused variables, in cases where it was obvious these variables were left-overs from debug code, debug prints, or in some cases commented-out functionality (in which case the variables were commented out instead of removed). If you own ACLUI, CLASS2, USB, USER32, or EXT2LIB you may want to check that these changes are accurate (i.e.: such as the last commit where the variable was actually not being used due to a bug). 2013-07-20 00:10:31 +00:00
drivers [USBEHCI]: Straggler fix. 2013-07-20 00:13:59 +00:00
hal
include Fix ASSERTMSG definition and usage (which is: ASSERTMSG(Message, expression) and not the other way around, see http://msdn.microsoft.com/en-us/library/windows/hardware/ff542113(v=vs.85).aspx , http://www.osronline.com/DDKx/ddtools/debugfns_41yr.htm and google...) (Part 2/X) 2013-07-19 13:03:42 +00:00
lib [MISC]: Cleanup a bunch of unused variables, in cases where it was obvious these variables were left-overs from debug code, debug prints, or in some cases commented-out functionality (in which case the variables were commented out instead of removed). If you own ACLUI, CLASS2, USB, USER32, or EXT2LIB you may want to check that these changes are accurate (i.e.: such as the last commit where the variable was actually not being used due to a bug). 2013-07-20 00:10:31 +00:00
media [SYSSETUP] 2013-07-13 06:28:13 +00:00
modules
ntoskrnl Final fixes for the SYNCHRONIZE flag 2013-07-19 15:19:03 +00:00
subsystems
tools [WIDL] 2013-07-19 14:24:22 +00:00
win32ss [MISC]: Cleanup a bunch of unused variables, in cases where it was obvious these variables were left-overs from debug code, debug prints, or in some cases commented-out functionality (in which case the variables were commented out instead of removed). If you own ACLUI, CLASS2, USB, USER32, or EXT2LIB you may want to check that these changes are accurate (i.e.: such as the last commit where the variable was actually not being used due to a bug). 2013-07-20 00:10:31 +00:00
.hgeol
apistatus.lst
CMakeLists.txt * Improve the way we create rossym debug info. The effort results in ~85% *smaller* build folder with ninja all with no code changes. 2013-07-18 21:03:01 +00:00
configure.cmd [CMAKE] 2013-07-14 21:00:42 +00:00
configure.sh [CONFIGURE.SH] 2013-07-12 10:13:45 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
depmap.xsl
Doxyfile
global.lds
INSTALL "bugzilla" --> Jira 2013-06-02 18:44:50 +00:00
PreLoad.cmake
README
toolchain-gcc.cmake
toolchain-msvc.cmake
vreport.xsl

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.