Author: tkreuzer
Date: Sun Feb 17 15:06:22 2013
New Revision: 58335
URL:
http://svn.reactos.org/svn/reactos?rev=58335&view=rev
Log:
Add a large number of missing newlines at the end of text files.
Modified:
trunk/reactos/base/applications/CMakeLists.txt
trunk/reactos/base/applications/network/telnet/doc/ssh.txt
trunk/reactos/base/services/tcpsvcs/CMakeLists.txt
trunk/reactos/base/shell/cmd/todo.txt
trunk/reactos/boot/bootdata/readme.txt
trunk/reactos/dll/opengl/Mesa_for_ReactOS.txt
trunk/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CMakeLists.txt
trunk/reactos/dll/opengl/mesa/src/mesa/x86-64/calling_convention.txt
trunk/reactos/dll/win32/msacm32/msacm32.drv/CMakeLists.txt
trunk/reactos/dll/win32/nddeapi/CMakeLists.txt
trunk/reactos/dll/win32/odbc32/README.txt
trunk/reactos/dll/win32/setupapi/res/Icon_Licence/Tango.txt
trunk/reactos/dll/win32/shell32/res/icons/Icon_Licence/Tango.txt
trunk/reactos/dll/win32/smdll/readme.txt
trunk/reactos/dll/win32/softpub/CMakeLists.txt
trunk/reactos/drivers/bus/acpi/cmbatt/CMakeLists.txt
trunk/reactos/drivers/bus/acpi/compbatt/CMakeLists.txt
trunk/reactos/drivers/filesystems/mup/CMakeLists.txt
trunk/reactos/drivers/hid/hidclass/CMakeLists.txt
trunk/reactos/drivers/hid/hidparse/CMakeLists.txt
trunk/reactos/drivers/hid/hidusb/CMakeLists.txt
trunk/reactos/drivers/hid/mouhid/CMakeLists.txt
trunk/reactos/drivers/ksfilter/CMakeLists.txt
trunk/reactos/drivers/network/tcpip/notes.txt
trunk/reactos/drivers/storage/ide/uniata/todo.txt
trunk/reactos/drivers/usb/CMakeLists.txt
trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CHANGELOG.txt
trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt
trunk/reactos/include/ndk/gpl.txt
trunk/reactos/include/ndk/lgpl.txt
trunk/reactos/include/ndk/ndk.txt
trunk/reactos/include/reactos/wine/CMakeLists.txt
trunk/reactos/lib/drivers/chew/CMakeLists.txt
trunk/reactos/lib/drivers/csq/CMakeLists.txt
trunk/reactos/lib/drivers/lwip/doc/contrib.txt
trunk/reactos/lib/drivers/lwip/doc/savannah.txt
trunk/reactos/lib/recyclebin/readme.txt
trunk/reactos/lib/rtl/readme.txt
trunk/reactos/lib/sdk/crt/README.txt
trunk/reactos/lib/sdk/delayimp/CMakeLists.txt
trunk/reactos/lib/sdk/nt/CMakeLists.txt
trunk/reactos/media/CMakeLists.txt
trunk/reactos/media/doc/DdDeleteDirectDrawObject.txt
trunk/reactos/media/doc/LPC.txt
trunk/reactos/media/doc/locks.txt
trunk/reactos/media/fonts/CMakeLists.txt
trunk/reactos/media/inf/CMakeLists.txt
trunk/reactos/media/vgafonts/CMakeLists.txt
trunk/reactos/tools/cabman/CMakeLists.txt
trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt
trunk/reactos/win32ss/reactx/dxapi/CMakeLists.txt
Modified: trunk/reactos/base/applications/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/CMakeLis…
==============================================================================
--- trunk/reactos/base/applications/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/base/applications/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -36,4 +36,4 @@
add_subdirectory(winhlp32)
add_subdirectory(winver)
add_subdirectory(wordpad)
-add_subdirectory(write)
+add_subdirectory(write)
Modified: trunk/reactos/base/applications/network/telnet/doc/ssh.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/network/…
==============================================================================
--- trunk/reactos/base/applications/network/telnet/doc/ssh.txt [iso-8859-1] (original)
+++ trunk/reactos/base/applications/network/telnet/doc/ssh.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -19,4 +19,4 @@
3) Get Openssh from
http://www.openssh.com
4) Modify Openssh so it will compile, and get rid of all the termios stuff
-Obviously this is a lot of work. If you need a good ssh client, try PuTTY from
http://www.chiark.greenend.org.uk/~sgtatham/putty/. It may be possible to integrate PuTTY
and Telnet, and that would certainly be easier than the above option. PuTTY is licensed
under the MIT license, which seems to be compatible with the GPL. The primary advantage
of integrating the two projects is that PuTTY would gain the key mappings that telnet has,
and telnet would gain encryption.
+Obviously this is a lot of work. If you need a good ssh client, try PuTTY from
http://www.chiark.greenend.org.uk/~sgtatham/putty/. It may be possible to integrate PuTTY
and Telnet, and that would certainly be easier than the above option. PuTTY is licensed
under the MIT license, which seems to be compatible with the GPL. The primary advantage
of integrating the two projects is that PuTTY would gain the key mappings that telnet has,
and telnet would gain encryption.
Modified: trunk/reactos/base/services/tcpsvcs/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/services/tcpsvcs/CMak…
==============================================================================
--- trunk/reactos/base/services/tcpsvcs/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/base/services/tcpsvcs/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -19,4 +19,4 @@
add_cd_file(TARGET tcpsvcs DESTINATION reactos/system32 FOR all)
-add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/quotes DESTINATION
reactos/system32/drivers/etc FOR all)
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/quotes DESTINATION
reactos/system32/drivers/etc FOR all)
Modified: trunk/reactos/base/shell/cmd/todo.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/cmd/todo.txt?re…
==============================================================================
--- trunk/reactos/base/shell/cmd/todo.txt [iso-8859-1] (original)
+++ trunk/reactos/base/shell/cmd/todo.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -21,4 +21,4 @@
Not sure where to put this code even
*Reg Testing
-We need more batch files like the one Royce made for "set /a". What out for if
bugs when doing this... could lead to in the wrong direction when looking for a
regression.
+We need more batch files like the one Royce made for "set /a". What out for if
bugs when doing this... could lead to in the wrong direction when looking for a
regression.
Modified: trunk/reactos/boot/bootdata/readme.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/readme.txt?r…
==============================================================================
--- trunk/reactos/boot/bootdata/readme.txt [iso-8859-1] (original)
+++ trunk/reactos/boot/bootdata/readme.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -51,4 +51,4 @@
6. Author
---------
-This document was written by Jason Filby (jasonfilby(a)yahoo.com).
+This document was written by Jason Filby (jasonfilby(a)yahoo.com).
Modified: trunk/reactos/dll/opengl/Mesa_for_ReactOS.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/Mesa_for_ReactO…
==============================================================================
--- trunk/reactos/dll/opengl/Mesa_for_ReactOS.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/Mesa_for_ReactOS.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -39,4 +39,4 @@
___________________
Those files were written using the Sconscript and source list files as reference. I think
that diff-ing them between two
-versions would permit to easily update the cmake configuration files.
+versions would permit to easily update the cmake configuration files.
Modified: trunk/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
==============================================================================
--- trunk/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/mesa/src/gallium/CMakeLists.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -3,4 +3,4 @@
add_subdirectory(drivers/softpipe)
add_subdirectory(state_trackers/wgl)
add_subdirectory(targets/libgl-gdi)
-add_subdirectory(winsys/sw/gdi)
+add_subdirectory(winsys/sw/gdi)
Modified: trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
==============================================================================
--- trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt [iso-8859-1]
(original)
+++ trunk/reactos/dll/opengl/mesa/src/gallium/drivers/softpipe/CMakeLists.txt [iso-8859-1]
Sun Feb 17 15:06:22 2013
@@ -28,4 +28,4 @@
sp_tex_sample.c
sp_tex_tile_cache.c
sp_texture.c
- sp_tile_cache.c)
+ sp_tile_cache.c)
Modified: trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/galliu…
==============================================================================
--- trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CMakeLists.txt [iso-8859-1]
(original)
+++ trunk/reactos/dll/opengl/mesa/src/gallium/winsys/sw/gdi/CMakeLists.txt [iso-8859-1]
Sun Feb 17 15:06:22 2013
@@ -1,4 +1,4 @@
add_definitions(-DWIN32_LEAN_AND_MEAN)
-add_library(gallium_ws_gdi STATIC EXCLUDE_FROM_ALL gdi_sw_winsys.c)
+add_library(gallium_ws_gdi STATIC EXCLUDE_FROM_ALL gdi_sw_winsys.c)
Modified: trunk/reactos/dll/opengl/mesa/src/mesa/x86-64/calling_convention.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/src/mesa/x…
==============================================================================
--- trunk/reactos/dll/opengl/mesa/src/mesa/x86-64/calling_convention.txt [iso-8859-1]
(original)
+++ trunk/reactos/dll/opengl/mesa/src/mesa/x86-64/calling_convention.txt [iso-8859-1] Sun
Feb 17 15:06:22 2013
@@ -47,4 +47,4 @@
*) must be preserved across function calls
Integer arguments from list: rdi,rsi,rdx,rcx,r8,r9,stack
-Floating point arguments from list: xmm0-xmm7
+Floating point arguments from list: xmm0-xmm7
Modified: trunk/reactos/dll/win32/msacm32/msacm32.drv/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msacm32/msacm32.…
==============================================================================
--- trunk/reactos/dll/win32/msacm32/msacm32.drv/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/msacm32/msacm32.drv/CMakeLists.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -15,4 +15,4 @@
add_importlibs(msacm32.drv msacm32 user32 winmm advapi32 kernel32 ntdll)
add_dependencies(msacm32.drv psdk)
-add_cd_file(TARGET msacm32.drv DESTINATION reactos/system32 FOR all)
+add_cd_file(TARGET msacm32.drv DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/dll/win32/nddeapi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/nddeapi/CMakeLis…
==============================================================================
--- trunk/reactos/dll/win32/nddeapi/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/nddeapi/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -16,4 +16,4 @@
add_importlibs(nddeapi kernel32 ntdll)
add_dependencies(nddeapi psdk)
-add_cd_file(TARGET nddeapi DESTINATION reactos/system32 FOR all)
+add_cd_file(TARGET nddeapi DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/dll/win32/odbc32/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/odbc32/README.tx…
==============================================================================
--- trunk/reactos/dll/win32/odbc32/README.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/odbc32/README.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -1,3 +1,3 @@
This stub odbc32.dll is based on the WINE odbc32 implementation except ours doesnt work.
Someone will need to import Unix-ODBC in to ReactOS CVS and merge it with this
implemenation.
-I only created this because MFC depends on odbc32.dll
+I only created this because MFC depends on odbc32.dll
Modified: trunk/reactos/dll/win32/setupapi/res/Icon_Licence/Tango.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/res/Ico…
==============================================================================
--- trunk/reactos/dll/win32/setupapi/res/Icon_Licence/Tango.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/setupapi/res/Icon_Licence/Tango.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -44,4 +44,4 @@
Please see COPYING for details
20.ico
-23.ico
+23.ico
Modified: trunk/reactos/dll/win32/shell32/res/icons/Icon_Licence/Tango.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icon…
==============================================================================
--- trunk/reactos/dll/win32/shell32/res/icons/Icon_Licence/Tango.txt [iso-8859-1]
(original)
+++ trunk/reactos/dll/win32/shell32/res/icons/Icon_Licence/Tango.txt [iso-8859-1] Sun Feb
17 15:06:22 2013
@@ -124,4 +124,4 @@
16715.ico
16717.ico
16718.ico
-16721.ico
+16721.ico
Modified: trunk/reactos/dll/win32/smdll/readme.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/smdll/readme.txt…
==============================================================================
--- trunk/reactos/dll/win32/smdll/readme.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/smdll/readme.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -40,4 +40,4 @@
- call SmCompleteSession (hSmApiPort,
hSbApiPort,
hApiPort)
-- manage processes etc.
+- manage processes etc.
Modified: trunk/reactos/dll/win32/softpub/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/softpub/CMakeLis…
==============================================================================
--- trunk/reactos/dll/win32/softpub/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/softpub/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -13,4 +13,4 @@
add_importlibs(softpub wintrust)
-add_cd_file(TARGET softpub DESTINATION reactos/system32 FOR all)
+add_cd_file(TARGET softpub DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/drivers/bus/acpi/cmbatt/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/cmbatt/CM…
==============================================================================
--- trunk/reactos/drivers/bus/acpi/cmbatt/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/acpi/cmbatt/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -14,4 +14,4 @@
add_pch(cmbatt cmbatt.h)
-add_cd_file(TARGET cmbatt DESTINATION reactos/system32/drivers FOR all)
+add_cd_file(TARGET cmbatt DESTINATION reactos/system32/drivers FOR all)
Modified: trunk/reactos/drivers/bus/acpi/compbatt/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/compbatt/…
==============================================================================
--- trunk/reactos/drivers/bus/acpi/compbatt/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/bus/acpi/compbatt/CMakeLists.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -12,4 +12,4 @@
add_pch(compbatt compbatt.h)
-add_cd_file(TARGET compbatt DESTINATION reactos/system32/drivers FOR all)
+add_cd_file(TARGET compbatt DESTINATION reactos/system32/drivers FOR all)
Modified: trunk/reactos/drivers/filesystems/mup/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/mup/CM…
==============================================================================
--- trunk/reactos/drivers/filesystems/mup/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/mup/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -7,4 +7,4 @@
set_module_type(mup kernelmodedriver)
add_importlibs(mup ntoskrnl hal)
add_pch(mup mup.h)
-add_cd_file(TARGET mup DESTINATION reactos/system32/drivers FOR all)
+add_cd_file(TARGET mup DESTINATION reactos/system32/drivers FOR all)
Modified: trunk/reactos/drivers/hid/hidclass/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/hid/hidclass/CMake…
==============================================================================
--- trunk/reactos/drivers/hid/hidclass/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/hid/hidclass/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -18,4 +18,4 @@
add_importlibs(hidclass ntoskrnl hidparse hal)
add_dependencies(hidclass bugcodes)
-add_cd_file(TARGET hidclass DESTINATION reactos/system32/drivers NO_CAB FOR all)
+add_cd_file(TARGET hidclass DESTINATION reactos/system32/drivers NO_CAB FOR all)
Modified: trunk/reactos/drivers/hid/hidparse/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/hid/hidparse/CMake…
==============================================================================
--- trunk/reactos/drivers/hid/hidparse/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/hid/hidparse/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -14,4 +14,4 @@
target_link_libraries(hidparse hidparser)
-add_cd_file(TARGET hidparse DESTINATION reactos/system32/drivers NO_CAB FOR all)
+add_cd_file(TARGET hidparse DESTINATION reactos/system32/drivers NO_CAB FOR all)
Modified: trunk/reactos/drivers/hid/hidusb/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/hid/hidusb/CMakeLi…
==============================================================================
--- trunk/reactos/drivers/hid/hidusb/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/hid/hidusb/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -8,4 +8,4 @@
set_module_type(hidusb kernelmodedriver)
add_importlibs(hidusb hidclass ntoskrnl usbd hal)
-add_cd_file(TARGET hidusb DESTINATION reactos/system32/drivers NO_CAB FOR all)
+add_cd_file(TARGET hidusb DESTINATION reactos/system32/drivers NO_CAB FOR all)
Modified: trunk/reactos/drivers/hid/mouhid/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/hid/mouhid/CMakeLi…
==============================================================================
--- trunk/reactos/drivers/hid/mouhid/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/hid/mouhid/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -8,4 +8,4 @@
set_module_type(mouhid kernelmodedriver)
add_importlibs(mouhid ntoskrnl hal hidparse)
-add_cd_file(TARGET mouhid DESTINATION reactos/system32/drivers FOR all)
+add_cd_file(TARGET mouhid DESTINATION reactos/system32/drivers FOR all)
Modified: trunk/reactos/drivers/ksfilter/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/ksfilter/CMakeList…
==============================================================================
--- trunk/reactos/drivers/ksfilter/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/ksfilter/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -1,3 +1,3 @@
add_subdirectory(ks)
-add_subdirectory(swenum)
+add_subdirectory(swenum)
Modified: trunk/reactos/drivers/network/tcpip/notes.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/tcpip/note…
==============================================================================
--- trunk/reactos/drivers/network/tcpip/notes.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/network/tcpip/notes.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -32,4 +32,4 @@
http://www.faqs.org/rfcs/rfc2525.html
RFC 2581 - TCP Congestion Control
-http://www.faqs.org/rfcs/rfc2581.html
+http://www.faqs.org/rfcs/rfc2581.html
Modified: trunk/reactos/drivers/storage/ide/uniata/todo.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/storage/ide/uniata…
==============================================================================
--- trunk/reactos/drivers/storage/ide/uniata/todo.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/storage/ide/uniata/todo.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -254,4 +254,4 @@
158.implement .INF generator
159.fix bug with invalid INF section under XP+ (43e2)
160.add INF handler for SCSI\NET\VEN_UNIATA&PROD_MANAGEMENT_PORT
-161.
+161.
Modified: trunk/reactos/drivers/usb/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/CMakeLists.txt…
==============================================================================
--- trunk/reactos/drivers/usb/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -4,4 +4,4 @@
add_subdirectory(usbhub)
add_subdirectory(usbohci)
add_subdirectory(usbstor)
-add_subdirectory(usbuhci)
+add_subdirectory(usbuhci)
Modified: trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CHANGELOG.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/drivers/…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CHANGELOG.txt [iso-8859-1]
(original)
+++ trunk/reactos/drivers/wdm/audio/drivers/CMIDriver/CHANGELOG.txt [iso-8859-1] Sun Feb
17 15:06:22 2013
@@ -98,4 +98,4 @@
0.9.3:
- bug fixes for multi channel audio
-- several other minor fixes
+- several other minor fixes
Modified: trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/wdm/audio/legacy/w…
==============================================================================
--- trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/drivers/wdm/audio/legacy/wdmaud/CMakeLists.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -22,4 +22,4 @@
add_pch(wdmaud wdmaud.h)
add_importlibs(wdmaud ntoskrnl ks hal)
-add_cd_file(TARGET wdmaud DESTINATION reactos/system32/drivers FOR all)
+add_cd_file(TARGET wdmaud DESTINATION reactos/system32/drivers FOR all)
Modified: trunk/reactos/include/ndk/gpl.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/gpl.txt?rev=58…
==============================================================================
--- trunk/reactos/include/ndk/gpl.txt [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/gpl.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -336,4 +336,4 @@
proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Lesser General
-Public License instead of this License.
+Public License instead of this License.
Modified: trunk/reactos/include/ndk/lgpl.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/lgpl.txt?rev=5…
==============================================================================
--- trunk/reactos/include/ndk/lgpl.txt [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/lgpl.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -499,4 +499,4 @@
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
-That's all there is to it!
+That's all there is to it!
Modified: trunk/reactos/include/ndk/ndk.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/ndk.txt?rev=58…
==============================================================================
--- trunk/reactos/include/ndk/ndk.txt [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/ndk.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -26,4 +26,4 @@
The views and conclusions contained in the software and documentation
are those of the authors and should not be interpreted as representing
official policies, either expressed or implied, of Alex Ionescu or
-the NDK Project Contributors.
+the NDK Project Contributors.
Modified: trunk/reactos/include/reactos/wine/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/CMake…
==============================================================================
--- trunk/reactos/include/reactos/wine/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/wine/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -1,4 +1,4 @@
add_idl_headers(wineheaders itss.idl)
-add_iid_library(itss_guid itss.idl)
+add_iid_library(itss_guid itss.idl)
Modified: trunk/reactos/lib/drivers/chew/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/chew/CMakeList…
==============================================================================
--- trunk/reactos/lib/drivers/chew/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/chew/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -1,4 +1,4 @@
add_definitions(-D_NTOSKRNL_)
add_library(chew workqueue.c)
-add_dependencies(chew bugcodes)
+add_dependencies(chew bugcodes)
Modified: trunk/reactos/lib/drivers/csq/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/csq/CMakeLists…
==============================================================================
--- trunk/reactos/lib/drivers/csq/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/csq/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -1,4 +1,4 @@
add_definitions(-D_NTOSKRNL_)
add_library(csq csq.c)
-add_dependencies(csq bugcodes)
+add_dependencies(csq bugcodes)
Modified: trunk/reactos/lib/drivers/lwip/doc/contrib.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/lwip/doc/contr…
==============================================================================
--- trunk/reactos/lib/drivers/lwip/doc/contrib.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/lwip/doc/contrib.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -60,4 +60,3 @@
1. If you have ported lwIP to a platform (an OS, a uC/processor or a combination of
these) and
you think it could benefit others[1] you might want discuss this on the mailing list.
You
can also ask for CVS access to submit and maintain your port in the contrib CVS
module.
-
Modified: trunk/reactos/lib/drivers/lwip/doc/savannah.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/lwip/doc/savan…
==============================================================================
--- trunk/reactos/lib/drivers/lwip/doc/savannah.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/lwip/doc/savannah.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -132,4 +132,4 @@
http://savannah.nongnu.org/files/?group=lwip&highlight=0.6.3
You will have to submit this via the user News interface, then approve
-this via the Administrator News interface.
+this via the Administrator News interface.
Modified: trunk/reactos/lib/recyclebin/readme.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/recyclebin/readme.txt?…
==============================================================================
--- trunk/reactos/lib/recyclebin/readme.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/recyclebin/readme.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -8,4 +8,4 @@
3 levels
- 1: recyclebin.c : Public C interface
- 2: recyclebin_generic.c : 'System-wide' recycle bin, which knows no
implementation detail
-- 3: recyclebin_v5.c : Deals with recycle bins of Windows 2000/XP/2003
+- 3: recyclebin_v5.c : Deals with recycle bins of Windows 2000/XP/2003
Modified: trunk/reactos/lib/rtl/readme.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/rtl/readme.txt?rev=583…
==============================================================================
--- trunk/reactos/lib/rtl/readme.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/rtl/readme.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -2,4 +2,4 @@
ExAllocatePool (and friends) must be used exclusively. RtlAllocateHeap (and friends) must
NOT be used! ExAllocatePool (and friends) translate to RtlAllocateHeap (and friends) in
ntdll\rtl\libsupp.c.
-RtlEnterCriticalSection (and friends) must be used exclusively. ExAcquireFastMutex (and
friends) must NOT be used! RtlEnterCriticalSection (and friends) translate to
ExAcquireFastMutex (and friends) in ntoskrnl\rtl\libsupp.c. This means that
RtlEnterCriticalSection (and friends) can NOT be used recursively in RTL. The reason for
choosing RtlEnterCriticalSection (and friends) over ExAcquireFastMutex (and friends) is
that the FAST_MUTEX struct is smaller than the RTL_CRITICAL_SECTION struct.
+RtlEnterCriticalSection (and friends) must be used exclusively. ExAcquireFastMutex (and
friends) must NOT be used! RtlEnterCriticalSection (and friends) translate to
ExAcquireFastMutex (and friends) in ntoskrnl\rtl\libsupp.c. This means that
RtlEnterCriticalSection (and friends) can NOT be used recursively in RTL. The reason for
choosing RtlEnterCriticalSection (and friends) over ExAcquireFastMutex (and friends) is
that the FAST_MUTEX struct is smaller than the RTL_CRITICAL_SECTION struct.
Modified: trunk/reactos/lib/sdk/crt/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/crt/README.txt?rev…
==============================================================================
--- trunk/reactos/lib/sdk/crt/README.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/crt/README.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -7,4 +7,4 @@
ReactOS has the only CRT, so no need to make distinct functions.
2. ReactOS compiles two versions of the CRT library, one for usermode
(called just "crt"), and one version for kernelmode usage (called
"libcntpr").
-In order to separate the code, you can use #ifdef _LIBCNT_ for libcntpr code.
+In order to separate the code, you can use #ifdef _LIBCNT_ for libcntpr code.
Modified: trunk/reactos/lib/sdk/delayimp/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/delayimp/CMakeList…
==============================================================================
--- trunk/reactos/lib/sdk/delayimp/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/delayimp/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -1,4 +1,4 @@
add_definitions(-DUNICODE -D_UNICODE)
add_library(delayimp delayimp.c)
-add_dependencies(delayimp psdk)
+add_dependencies(delayimp psdk)
Modified: trunk/reactos/lib/sdk/nt/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/sdk/nt/CMakeLists.txt?…
==============================================================================
--- trunk/reactos/lib/sdk/nt/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/lib/sdk/nt/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -1,3 +1,3 @@
add_library(nt entry_point.c)
-add_dependencies(nt psdk)
+add_dependencies(nt psdk)
Modified: trunk/reactos/media/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/CMakeLists.txt?rev=5…
==============================================================================
--- trunk/reactos/media/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/media/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -6,4 +6,4 @@
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/hosts DESTINATION
reactos/system32/drivers/etc FOR all)
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/KDBinit DESTINATION
reactos/system32/drivers/etc FOR all)
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/services DESTINATION
reactos/system32/drivers/etc FOR all)
-add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/sounds/ReactOS_LogOn.wav DESTINATION
reactos/media FOR all)
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/sounds/ReactOS_LogOn.wav DESTINATION
reactos/media FOR all)
Modified: trunk/reactos/media/doc/DdDeleteDirectDrawObject.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/DdDeleteDirectDr…
==============================================================================
--- trunk/reactos/media/doc/DdDeleteDirectDrawObject.txt [iso-8859-1] (original)
+++ trunk/reactos/media/doc/DdDeleteDirectDrawObject.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -13,4 +13,4 @@
use NtGdiDdDeleteDirectDrawObject((HANDLE)DirectDrawGlobal->hDD);
-to release a directdraw handler.
+to release a directdraw handler.
Modified: trunk/reactos/media/doc/LPC.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/LPC.txt?rev=5833…
==============================================================================
--- trunk/reactos/media/doc/LPC.txt [iso-8859-1] (original)
+++ trunk/reactos/media/doc/LPC.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -50,4 +50,4 @@
==========================
2. Structures
==========================
-SOON. TODO.
+SOON. TODO.
Modified: trunk/reactos/media/doc/locks.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/doc/locks.txt?rev=58…
==============================================================================
--- trunk/reactos/media/doc/locks.txt [iso-8859-1] (original)
+++ trunk/reactos/media/doc/locks.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -36,4 +36,4 @@
REPLACES: Executive Resources.
ROS STATUS: Unimplemented.
-TODO: Kernel Locks (Queued and In-Stack Spinlocks)
+TODO: Kernel Locks (Queued and In-Stack Spinlocks)
Modified: trunk/reactos/media/fonts/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/fonts/CMakeLists.txt…
==============================================================================
--- trunk/reactos/media/fonts/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/media/fonts/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -54,4 +54,4 @@
foreach(item ${FONT_FILES})
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION
reactos/Fonts FOR all)
-endforeach(item)
+endforeach(item)
Modified: trunk/reactos/media/inf/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/CMakeLists.txt?r…
==============================================================================
--- trunk/reactos/media/inf/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/media/inf/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -42,4 +42,4 @@
add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION
reactos/inf FOR all)
endforeach(item)
-add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/syssetup.inf DESTINATION reactos/inf FOR
all)
+add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/syssetup.inf DESTINATION reactos/inf FOR
all)
Modified: trunk/reactos/media/vgafonts/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/media/vgafonts/CMakeLists.…
==============================================================================
--- trunk/reactos/media/vgafonts/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/media/vgafonts/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -18,4 +18,4 @@
add_custom_target(vgafonts DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab)
add_cd_file(TARGET vgafonts FILE ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab DESTINATION
reactos NO_CAB FOR all)
-add_cd_file(TARGET vgafonts FILE ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab DESTINATION
reactos FOR all)
+add_cd_file(TARGET vgafonts FILE ${CMAKE_CURRENT_BINARY_DIR}/vgafonts.cab DESTINATION
reactos FOR all)
Modified: trunk/reactos/tools/cabman/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/cabman/CMakeLists.tx…
==============================================================================
--- trunk/reactos/tools/cabman/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/tools/cabman/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22 2013
@@ -9,4 +9,4 @@
add_executable(cabman ${SOURCE})
-target_link_libraries(cabman zlibhost)
+target_link_libraries(cabman zlibhost)
Modified: trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/v…
==============================================================================
--- trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt [iso-8859-1] Sun Feb 17
15:06:22 2013
@@ -22,4 +22,4 @@
add_importlibs(vgaddi win32k)
target_link_libraries(vgaddi libcntpr)
add_dependencies(vgaddi psdk bugcodes)
-add_cd_file(TARGET vgaddi DESTINATION reactos/system32 FOR all)
+add_cd_file(TARGET vgaddi DESTINATION reactos/system32 FOR all)
Modified: trunk/reactos/win32ss/reactx/dxapi/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/reactx/dxapi/CMake…
==============================================================================
--- trunk/reactos/win32ss/reactx/dxapi/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/win32ss/reactx/dxapi/CMakeLists.txt [iso-8859-1] Sun Feb 17 15:06:22
2013
@@ -11,4 +11,4 @@
set_module_type(dxapi kernelmodedriver)
add_importlibs(dxapi ntoskrnl hal videoprt)
-add_cd_file(TARGET dxapi DESTINATION reactos/system32/drivers FOR all)
+add_cd_file(TARGET dxapi DESTINATION reactos/system32/drivers FOR all)