reactos/reactos
Pierre Schweitzer 160a7614dd Changes by Hervé Poussineau:
- Simplified code for WriteText which avoids infinite loops and fixes EOLN conversion. This fixes bug 3551
Changes by Pierre Schweitzer
- Removed some non-understandable unicode code in WriteText
- Added a check to prevent crash when trying to create an empty file
- Fixed formatting for WriteText
See issue #3551 for more details.

svn path=/trunk/; revision=35018
2008-08-01 19:43:18 +00:00
..
base Changes by Hervé Poussineau: 2008-08-01 19:43:18 +00:00
boot - Use MmAllocateMemoryWithType instead of deprecated MmAllocateMemory for the ARM Shared Heap allocation 2008-08-01 17:50:17 +00:00
dll - extended range for calendar view for years 1900-9999, each selectable year/month combination creates a correct month view 2008-08-01 17:43:53 +00:00
drivers - Fix broken VideoPortSignalDmaComplete definition 2008-08-01 14:54:19 +00:00
hal - Don't use .spec file on ARM, it doesn't work. 2008-07-28 03:07:50 +00:00
include - Use macros instead of magic "1" and "2" for Setup Loader Block Flags 2008-08-01 16:47:17 +00:00
lib Gregor Schneider <grschneider@gmail.com> 2008-08-01 11:54:27 +00:00
media Mario Kacmar <kario AT szm DOT sk> 2008-07-20 14:58:35 +00:00
modules
ntoskrnl - PspSetPrimaryToken: Fix some incorrect object dereferencing. 2008-08-01 16:54:14 +00:00
subsystems - IntRemoveMenuItem: Fix bug involving deleting item from submenu. (Bug 3292) 2008-08-01 17:40:56 +00:00
tools Replace '#ifdef __linux__' by '#ifndef WIN32', etc. to fix compilation on Mac OS X (hint by Alex on ros-dev) 2008-07-28 08:32:04 +00:00
apistatus.lst - Add myself to CREDITS (no comments ;)) 2007-12-19 09:21:21 +00:00
baseaddress.rbuild - Add baseaddress for msvcrt40 2008-07-02 08:21:39 +00:00
config-arm.template.rbuild Add a variable to include support for ELF format 2008-07-27 15:48:00 +00:00
config-ppc.template.rbuild Add a variable to include support for ELF format 2008-07-27 15:48:00 +00:00
config.template.rbuild Add a variable to include support for ELF format 2008-07-27 15:48:00 +00:00
COPYING
COPYING.ARM - Implement beginnings of Ramdisk Port Driver. Planning compatibility with ISO, SDI and WIM files and full Windows support. 2008-06-29 02:58:05 +00:00
CREDITS Added myself to CREDITS 2008-07-02 07:06:27 +00:00
depmap.xsl
Doxyfile - Commit changes made to doxygen config by Marc Piulachs. 2007-10-14 12:52:44 +00:00
INSTALL
LGPL.txt
Makefile Revert r34848 and r34850, and replace them by a real fix (hinted by Colin Finck) 2008-07-27 19:39:05 +00:00
proxy.mak
ReactOS-arm.rbuild - We finally figured out how to build the CRT! It seems on ARM, we have to add __MSVCRT__ to all build targets. 2008-07-28 02:13:39 +00:00
ReactOS-generic.rbuild modified dll/win32/kernel32/misc/lang.c 2008-07-13 17:54:53 +00:00
ReactOS-i386.rbuild Revert r34533 (except the nice indentation in the Makefile) for unbreaking trunk. 2008-07-15 22:04:16 +00:00
ReactOS-ppc.rbuild Apply again r34533: rename autogenerated makefile to makefile-$(ARCH).auto, 2008-07-25 19:07:36 +00:00
README
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.