Commit in reactos on MAIN
ChangeLog+221.279 -> 1.280
apps/utils/driver/load/.cvsignore+6-61.1 -> 1.2
                      /makefile+21-211.1 -> 1.2
apps/utils/driver/unload/.cvsignore+6-61.1 -> 1.2
                        /makefile+21-211.1 -> 1.2
apps/utils/infinst/.cvsignore+6-61.1 -> 1.2
drivers/fs/ntfs/notes.txt+5-51.1 -> 1.2
drivers/lib/csq/MAKEFILE+7-71.1 -> 1.2
drivers/test/csqtest/Makefile+7-71.1 -> 1.2
                    /SOURCES+5-51.1 -> 1.2
drivers/video/displays/vga/main/enable.c+4-41.3 -> 1.4
drivers/video/displays/vga/objects/copybits.c+40-401.1 -> 1.2
include/tgetopt.h+4-41.1 -> 1.2
include/ntos/kdbgsyms.h+1-11.4 -> 1.5
lib/freetype/i386/setjmplongjmp.s+39-391.1 -> 1.2
lib/icmp/icmp.dsp+96-961.1 -> 1.2
lib/msvcrt/setjmp/i386/setjmp.s+52-521.1 -> 1.2
lib/string/strncpy.c+2-21.2 -> 1.3
tools/rgenstat/web/.cvsignore+1-11.1 -> 1.2
tools/wmc/y_tab.c+2-21.3 -> 1.4
+347-325
20 modified files
2004-11-27  Casper S. Hornstrup  <chorns@users.sourceforge.net>

	* apps/utils/driver/load/.cvsignore: Use native line-endings.
	* apps/utils/driver/load/makefile: Ditto.
	* apps/utils/driver/unload/.cvsignore: Ditto.
	* apps/utils/driver/unload/makefile: Ditto.
	* apps/utils/infinst/.cvsignore: Ditto.
	* drivers/fs/ntfs/notes.txt: Ditto.
	* drivers/lib/csq/MAKEFILE: Ditto.
	* drivers/test/csqtest/Makefile: Ditto.
	* drivers/test/csqtest/SOURCES: Ditto.
	* drivers/video/displays/vga/main/enable.c: Ditto.
	* drivers/video/displays/vga/objects/copybits.c: Ditto.
	* include/tgetopt.h: Ditto.
	* include/ntos/kdbgsyms.h: Ditto.
	* lib/freetype/i386/setjmplongjmp.s: Ditto.
	* lib/icmp/icmp.dsp: Ditto.
	* lib/msvcrt/setjmp/i386/setjmp.s: Ditto.
	* lib/string/strncpy.c: Ditto.
	* tools/rgenstat/web/.cvsignore: Ditto.
	* tools/wmc/y_tab.c: Ditto.

reactos
ChangeLog 1.279 -> 1.280
diff -u -r1.279 -r1.280
--- ChangeLog	21 Nov 2004 23:00:18 -0000	1.279
+++ ChangeLog	27 Nov 2004 00:46:23 -0000	1.280
@@ -1,3 +1,25 @@
+2004-11-27  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+	* apps/utils/driver/load/.cvsignore: Use native line-endings.
+	* apps/utils/driver/load/makefile: Ditto.
+	* apps/utils/driver/unload/.cvsignore: Ditto.
+	* apps/utils/driver/unload/makefile: Ditto.
+	* apps/utils/infinst/.cvsignore: Ditto.
+	* drivers/fs/ntfs/notes.txt: Ditto.
+	* drivers/lib/csq/MAKEFILE: Ditto.
+	* drivers/test/csqtest/Makefile: Ditto.
+	* drivers/test/csqtest/SOURCES: Ditto.
+	* drivers/video/displays/vga/main/enable.c: Ditto.
+	* drivers/video/displays/vga/objects/copybits.c: Ditto.
+	* include/tgetopt.h: Ditto.
+	* include/ntos/kdbgsyms.h: Ditto.
+	* lib/freetype/i386/setjmplongjmp.s: Ditto.
+	* lib/icmp/icmp.dsp: Ditto.
+	* lib/msvcrt/setjmp/i386/setjmp.s: Ditto.
+	* lib/string/strncpy.c: Ditto.
+	* tools/rgenstat/web/.cvsignore: Ditto.
+	* tools/wmc/y_tab.c: Ditto.
+
 2004-11-21  Casper S. Hornstrup  <chorns@users.sourceforge.net>
 
 	* apps/utils/Makefile (UTIL_APPS): Remove regsvr32.

reactos/apps/utils/driver/load
.cvsignore 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Sep 2003 15:40:23 -0000	1.1
+++ .cvsignore	27 Nov 2004 00:46:23 -0000	1.2
@@ -1,6 +1,6 @@
-*.o
-*.d
-*.exe
-*.coff
-*.sym
-*.map
+*.o
+*.d
+*.exe
+*.coff
+*.sym
+*.map

reactos/apps/utils/driver/load
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	25 Sep 2003 15:40:23 -0000	1.1
+++ makefile	27 Nov 2004 00:46:23 -0000	1.2
@@ -1,21 +1,21 @@
-PATH_TO_TOP = ../../../..
-
-TARGET_NORC = yes
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = load
-
-TARGET_CFLAGS = -DUNICODE -D_UNICODE
-
-TARGET_SDKLIBS = ntdll.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF
+PATH_TO_TOP = ../../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+TARGET_NAME = load
+
+TARGET_CFLAGS = -DUNICODE -D_UNICODE
+
+TARGET_SDKLIBS = ntdll.a
+
+TARGET_OBJECTS = $(TARGET_NAME).o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF

reactos/apps/utils/driver/unload
.cvsignore 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Sep 2003 15:40:23 -0000	1.1
+++ .cvsignore	27 Nov 2004 00:46:23 -0000	1.2
@@ -1,6 +1,6 @@
-*.o
-*.d
-*.exe
-*.coff
-*.sym
-*.map
+*.o
+*.d
+*.exe
+*.coff
+*.sym
+*.map

reactos/apps/utils/driver/unload
makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- makefile	25 Sep 2003 15:40:23 -0000	1.1
+++ makefile	27 Nov 2004 00:46:23 -0000	1.2
@@ -1,21 +1,21 @@
-PATH_TO_TOP = ../../../..
-
-TARGET_NORC = yes
-
-TARGET_TYPE = program
-
-TARGET_APPTYPE = console
-
-TARGET_NAME = unload
-
-TARGET_CFLAGS = -DUNICODE -D_UNICODE
-
-TARGET_SDKLIBS = ntdll.a
-
-TARGET_OBJECTS = $(TARGET_NAME).o
-
-include $(PATH_TO_TOP)/rules.mak
-
-include $(TOOLS_PATH)/helper.mk
-
-# EOF
+PATH_TO_TOP = ../../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+TARGET_NAME = unload
+
+TARGET_CFLAGS = -DUNICODE -D_UNICODE
+
+TARGET_SDKLIBS = ntdll.a
+
+TARGET_OBJECTS = $(TARGET_NAME).o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF

reactos/apps/utils/infinst
.cvsignore 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	11 Oct 2004 21:08:06 -0000	1.1
+++ .cvsignore	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,6 +1,6 @@
-*.o
-*.d
-*.exe
-*.coff
-*.sym
-*.map
+*.o
+*.d
+*.exe
+*.coff
+*.sym
+*.map

reactos/drivers/fs/ntfs
notes.txt 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- notes.txt	17 Jul 2003 13:31:39 -0000	1.1
+++ notes.txt	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,5 +1,5 @@
-
-These are notes about the NT filesystem
-
-More documentation is available at:
-http://linux-ntfs.sourceforge.net/ntfs/index.html
+
+These are notes about the NT filesystem
+
+More documentation is available at:
+http://linux-ntfs.sourceforge.net/ntfs/index.html

reactos/drivers/lib/csq
MAKEFILE 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- MAKEFILE	8 Feb 2004 17:51:32 -0000	1.1
+++ MAKEFILE	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,7 +1,7 @@
-#
-# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
-# file to this component.  This file merely indirects to the real make file
-# that is shared by all the driver components of the Windows NT DDK
-#
-
-!INCLUDE $(NTMAKEENV)\makefile.def
+#
+# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
+# file to this component.  This file merely indirects to the real make file
+# that is shared by all the driver components of the Windows NT DDK
+#
+
+!INCLUDE $(NTMAKEENV)\makefile.def

reactos/drivers/test/csqtest
Makefile 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Makefile	9 Feb 2004 06:59:01 -0000	1.1
+++ Makefile	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,7 +1,7 @@
-#
-# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
-# file to this component.  This file merely indirects to the real make file
-# that is shared by all the components of Windows NT
-#
-!INCLUDE $(NTMAKEENV)\makefile.def
-
+#
+# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
+# file to this component.  This file merely indirects to the real make file
+# that is shared by all the components of Windows NT
+#
+!INCLUDE $(NTMAKEENV)\makefile.def
+

reactos/drivers/test/csqtest
SOURCES 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- SOURCES	9 Feb 2004 06:59:01 -0000	1.1
+++ SOURCES	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,5 +1,5 @@
-TARGETNAME=csqtest
-TARGETTYPE=DRIVER
-TARGETPATH=obj
-TARGETLIBS= csq.lib
-SOURCES= csqtest.c
+TARGETNAME=csqtest
+TARGETTYPE=DRIVER
+TARGETPATH=obj
+TARGETLIBS= csq.lib
+SOURCES= csqtest.c

reactos/drivers/video/displays/vga/main
enable.c 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- enable.c	16 Mar 2004 21:11:44 -0000	1.3
+++ enable.c	27 Nov 2004 00:46:24 -0000	1.4
@@ -1,9 +1,9 @@
 /*
  * entry.c
  *
- * $Revision: 1.3 $
- * $Author: dwelch $
- * $Date: 2004/03/16 21:11:44 $
+ * $Revision: 1.4 $
+ * $Author: chorns $
+ * $Date: 2004/11/27 00:46:24 $
  *
  */
 
@@ -340,7 +340,7 @@
 VOID STDCALL
 DrvDisablePDEV(IN DHPDEV PDev)
 {
-  PPDEV ppdev = (PPDEV)PDev;^M
+  PPDEV ppdev = (PPDEV)PDev;
 
   // EngDeletePalette(devinfoVGA.hpalDefault);
   if (ppdev->pjPreallocSSBBuffer != NULL)

reactos/drivers/video/displays/vga/objects
copybits.c 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- copybits.c	10 Jan 2004 14:39:20 -0000	1.1
+++ copybits.c	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,40 +1,40 @@
-#include "../vgaddi.h"
-#include "../vgavideo/vgavideo.h"
-
-#define DBG
-#include <debug.h>
-
-BOOL STDCALL
-DrvCopyBits(OUT SURFOBJ*  DestObj,  
-            IN  SURFOBJ*  SourceObj,  
-            IN  CLIPOBJ*  ClipObj,  
-            IN  XLATEOBJ* XLateObj,  
-            IN  RECTL*    DestRectL,  
-            IN  POINTL*   SrcPointL)
-{
-  BOOL Done = FALSE;
-
-  if (STYPE_BITMAP == DestObj->iType && BMF_4BPP == DestObj->iBitmapFormat &&
-      STYPE_DEVICE == SourceObj->iType)
-    {
-    /* Screen to 4 BPP DIB */
-    DIB_BltFromVGA(SrcPointL->x, SrcPointL->y,
-                   DestRectL->right - DestRectL->left,
-                   DestRectL->bottom - DestRectL->top,
-                   DestObj->pvScan0, DestObj->lDelta);
-    Done = TRUE;
-    }
-  else if (STYPE_DEVICE == DestObj->iType &&
-           STYPE_BITMAP == SourceObj->iType && BMF_4BPP == SourceObj->iBitmapFormat)
-    {
-    /* 4 BPP DIB to Screen */
-    DIB_BltToVGA(DestRectL->left, DestRectL->top,
-                 DestRectL->right - DestRectL->left,
-                 DestRectL->bottom - DestRectL->top,
-                 SourceObj->pvScan0, SourceObj->lDelta,
-                 0);
-    Done = TRUE;
-    }
-
-  return Done;
-}
+#include "../vgaddi.h"
+#include "../vgavideo/vgavideo.h"
+
+#define DBG
+#include <debug.h>
+
+BOOL STDCALL
+DrvCopyBits(OUT SURFOBJ*  DestObj,  
+            IN  SURFOBJ*  SourceObj,  
+            IN  CLIPOBJ*  ClipObj,  
+            IN  XLATEOBJ* XLateObj,  
+            IN  RECTL*    DestRectL,  
+            IN  POINTL*   SrcPointL)
+{
+  BOOL Done = FALSE;
+
+  if (STYPE_BITMAP == DestObj->iType && BMF_4BPP == DestObj->iBitmapFormat &&
+      STYPE_DEVICE == SourceObj->iType)
+    {
+    /* Screen to 4 BPP DIB */
+    DIB_BltFromVGA(SrcPointL->x, SrcPointL->y,
+                   DestRectL->right - DestRectL->left,
+                   DestRectL->bottom - DestRectL->top,
+                   DestObj->pvScan0, DestObj->lDelta);
+    Done = TRUE;
+    }
+  else if (STYPE_DEVICE == DestObj->iType &&
+           STYPE_BITMAP == SourceObj->iType && BMF_4BPP == SourceObj->iBitmapFormat)
+    {
+    /* 4 BPP DIB to Screen */
+    DIB_BltToVGA(DestRectL->left, DestRectL->top,
+                 DestRectL->right - DestRectL->left,
+                 DestRectL->bottom - DestRectL->top,
+                 SourceObj->pvScan0, SourceObj->lDelta,
+                 0);
+    Done = TRUE;
+    }
+
+  return Done;
+}

reactos/include
tgetopt.h 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- tgetopt.h	6 Jul 2003 23:04:18 -0000	1.1
+++ tgetopt.h	27 Nov 2004 00:46:24 -0000	1.2
@@ -32,11 +32,11 @@
 
 extern char *optarg;
 extern int optind;
-^Mextern int opterr;
+extern int opterr;
 extern int optopt;
 
 extern wchar_t *_woptarg;
-^Mextern int _woptind;
+extern int _woptind;
 extern int _wopterr;
 extern int _woptopt;
 
@@ -74,7 +74,7 @@
 		               const struct _woption *longopts, int *longind);
 
 extern int _getopt_internal (int argc, char *const *argv,
-^M			     const char *shortopts, const struct option *longopts, int *longind,
+			     const char *shortopts, const struct option *longopts, int *longind,
 			     int long_only);
 
 extern int _wgetopt_internal (int argc, wchar_t *const *argv,
@@ -83,7 +83,7 @@
 			       int long_only);
 
 #ifdef	__cplusplus
-^M}
+}
 #endif
 
 #endif /* _GETOPT_H */

reactos/include/ntos
kdbgsyms.h 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- kdbgsyms.h	16 Nov 2002 00:08:45 -0000	1.4
+++ kdbgsyms.h	27 Nov 2004 00:46:24 -0000	1.5
@@ -2,7 +2,7 @@
 #ifndef __KDBGSYMS_H
 #define __KDBGSYMS_H
 
-#include <ddk/ntddk.h>^M
+#include <ddk/ntddk.h>
 
 #define ST_FILENAME	0x00
 #define ST_FUNCTION	0x01

reactos/lib/freetype/i386
setjmplongjmp.s 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- setjmplongjmp.s	1 Apr 2003 08:38:33 -0000	1.1
+++ setjmplongjmp.s	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,19 +1,19 @@
-/* $Id: setjmplongjmp.s,v 1.1 2003/04/01 08:38:33 gvg Exp $
- *
- * COPYRIGHT:         See COPYING in the top level directory
- * PROJECT:           FreeType implementation for ReactOS
- * PURPOSE:           Implementation of _setjmp/longjmp
- * FILE:              thirdparty/freetype/i386/setjmplongjmp.s
- * PROGRAMMER:        Ge van Geldorp (ge@gse.nl)
+/* $Id: setjmplongjmp.s,v 1.2 2004/11/27 00:46:24 chorns Exp $
+ *
+ * COPYRIGHT:         See COPYING in the top level directory
+ * PROJECT:           FreeType implementation for ReactOS
+ * PURPOSE:           Implementation of _setjmp/longjmp
+ * FILE:              thirdparty/freetype/i386/setjmplongjmp.s
+ * PROGRAMMER:        Ge van Geldorp (ge@gse.nl)
  * NOTES:             Copied from glibc.
  *                    I have the feeling this could be implemented using the SEH
  *                    routines, but if it's good enough for glibc it's propably
  *                    good enough for me...
  *                    The MingW headers define jmp_buf to be an array of 16 ints,
  *                    based on the jmp_buf used by MSCVRT. We're using only 6 of
- *                    them, so plenty of space.^M
+ *                    them, so plenty of space.
  */
-
+
 #define JB_BX  0
 #define JB_SI  1
 #define JB_DI  2
@@ -24,22 +24,22 @@
 #define PCOFF  0
 
 #define JMPBUF 4
-
-/*
- * int
- * _setjmp(jmp_buf env);
- *
- * Parameters:
- *   [ESP+04h] - jmp_buf env
- * Registers:
- *   None
- * Returns:
- *   0
- * Notes:
+
+/*
+ * int
+ * _setjmp(jmp_buf env);
+ *
+ * Parameters:
+ *   [ESP+04h] - jmp_buf env
+ * Registers:
+ *   None
+ * Returns:
+ *   0
+ * Notes:
  *   Sets up the jmp_buf
- */
-.globl __setjmp
-__setjmp:
+ */
+.globl __setjmp
+__setjmp:
     xorl %eax, %eax
     movl JMPBUF(%esp), %edx
 
@@ -55,23 +55,23 @@
     ret
 
 #define VAL 8
-
-/*
- * void
- * longjmp(jmp_buf env, int value);
- *
- * Parameters:
+
+/*
+ * void
+ * longjmp(jmp_buf env, int value);
+ *
+ * Parameters:
  *   [ESP+04h] - jmp_buf setup by _setjmp
- *   [ESP+08h] - int     value to return
- * Registers:
- *   None
- * Returns:
- *   Doesn't return
- * Notes:
+ *   [ESP+08h] - int     value to return
+ * Registers:
+ *   None
+ * Returns:
+ *   Doesn't return
+ * Notes:
  *   Non-local goto
- */
-.globl _longjmp
-_longjmp:
+ */
+.globl _longjmp
+_longjmp:
     movl JMPBUF(%esp), %ecx   /* User's jmp_buf in %ecx.  */
 
     movl VAL(%esp), %eax      /* Second argument is return value.  */

reactos/lib/icmp
icmp.dsp 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- icmp.dsp	28 Sep 2004 19:07:56 -0000	1.1
+++ icmp.dsp	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,96 +1,96 @@
-# Microsoft Developer Studio Project File - Name="icmp" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=icmp - Win32
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "icmp.mak".
-!MESSAGE 
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE 
-!MESSAGE NMAKE /f "icmp.mak" CFG="icmp - Win32"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "icmp - Win32" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Output\Win32"
-# PROP BASE Intermediate_Dir "Output\Win32"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Output\Win32"
-# PROP Intermediate_Dir "Output\Win32"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ICMP_EXPORTS" /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ..\..\include /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ICMP_" /D "__WINESRC__" /D __WINETEST_OUTPUT_DIR=\"Output\\Win32\" /D "__i386__" /D "_X86_" /D inline=__inline /FR /FD /GZ /c
-# SUBTRACT CPP /X /YX
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x41d /d "_DEBUG"
-# ADD RSC /l 0x41d /i "..\..\include" /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 /nologo /dll /debug /machine:I386 /def:"icmp.def" /pdbtype:sept
-# Begin Target
-
-# Name "icmp - Win32"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\icmp.dll.dbg.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\icmp.spec
-# Begin Custom Build
-InputPath=.\icmp.spec
-
-BuildCmds= \
-	..\..\tools\winebuild\Output\\Win32\winebuild.exe --def .\icmp.spec > .\icmp.def \
-	..\..\tools\winebuild\Output\\Win32\winebuild.exe -o .\icmp.dll.dbg.c --debug -C. icmp_main.c \
-	
-
-".\icmp.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-
-".\icmp.dll.dbg.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-   $(BuildCmds)
-# End Custom Build
-# End Source File
-# Begin Source File
-
-SOURCE=.\icmp_main.c
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project
+# Microsoft Developer Studio Project File - Name="icmp" - Package Owner=<4>
+# Microsoft Developer Studio Generated Build File, Format Version 6.00
+# ** DO NOT EDIT **
+
+# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
+
+CFG=icmp - Win32
+!MESSAGE This is not a valid makefile. To build this project using NMAKE,
+!MESSAGE use the Export Makefile command and run
+!MESSAGE 
+!MESSAGE NMAKE /f "icmp.mak".
+!MESSAGE 
+!MESSAGE You can specify a configuration when running NMAKE
+!MESSAGE by defining the macro CFG on the command line. For example:
+!MESSAGE 
+!MESSAGE NMAKE /f "icmp.mak" CFG="icmp - Win32"
+!MESSAGE 
+!MESSAGE Possible choices for configuration are:
+!MESSAGE 
+!MESSAGE "icmp - Win32" (based on "Win32 (x86) Dynamic-Link Library")
+!MESSAGE 
+
+# Begin Project
+# PROP AllowPerConfigDependencies 0
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
+CPP=cl.exe
+MTL=midl.exe
+RSC=rc.exe
+# PROP BASE Use_MFC 0
+# PROP BASE Use_Debug_Libraries 1
+# PROP BASE Output_Dir "Output\Win32"
+# PROP BASE Intermediate_Dir "Output\Win32"
+# PROP BASE Target_Dir ""
+# PROP Use_MFC 0
+# PROP Use_Debug_Libraries 1
+# PROP Output_Dir "Output\Win32"
+# PROP Intermediate_Dir "Output\Win32"
+# PROP Ignore_Export_Lib 0
+# PROP Target_Dir ""
+# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ICMP_EXPORTS" /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ..\..\include /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "_ICMP_" /D "__WINESRC__" /D __WINETEST_OUTPUT_DIR=\"Output\\Win32\" /D "__i386__" /D "_X86_" /D inline=__inline /FR /FD /GZ /c
+# SUBTRACT CPP /X /YX
+# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
+# ADD BASE RSC /l 0x41d /d "_DEBUG"
+# ADD RSC /l 0x41d /i "..\..\include" /d "_DEBUG"
+BSC32=bscmake.exe
+# ADD BASE BSC32 /nologo
+# ADD BSC32 /nologo
+LINK32=link.exe
+# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib  /nologo /dll /debug /machine:I386 /pdbtype:sept
+# ADD LINK32 /nologo /dll /debug /machine:I386 /def:"icmp.def" /pdbtype:sept
+# Begin Target
+
+# Name "icmp - Win32"
+# Begin Group "Source Files"
+
+# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+# Begin Source File
+
+SOURCE=.\icmp.dll.dbg.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\icmp.spec
+# Begin Custom Build
+InputPath=.\icmp.spec
+
+BuildCmds= \
+	..\..\tools\winebuild\Output\\Win32\winebuild.exe --def .\icmp.spec > .\icmp.def \
+	..\..\tools\winebuild\Output\\Win32\winebuild.exe -o .\icmp.dll.dbg.c --debug -C. icmp_main.c \
+	
+
+".\icmp.def" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+   $(BuildCmds)
+
+".\icmp.dll.dbg.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+   $(BuildCmds)
+# End Custom Build
+# End Source File
+# Begin Source File
+
+SOURCE=.\icmp_main.c
+# End Source File
+# End Group
+# Begin Group "Header Files"
+
+# PROP Default_Filter "h;hpp;hxx;hm;inl"
+# End Group
+# Begin Group "Resource Files"
+
+# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+# End Group
+# End Target
+# End Project

reactos/lib/msvcrt/setjmp/i386
setjmp.s 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- setjmp.s	6 Apr 2003 12:40:55 -0000	1.1
+++ setjmp.s	27 Nov 2004 00:46:24 -0000	1.2
@@ -1,14 +1,14 @@
-/* $Id: setjmp.s,v 1.1 2003/04/06 12:40:55 gvg Exp $
- *
- * COPYRIGHT:         See COPYING in the top level directory
+/* $Id: setjmp.s,v 1.2 2004/11/27 00:46:24 chorns Exp $
+ *
+ * COPYRIGHT:         See COPYING in the top level directory
  * PROJECT:           ReactOS system libraries
- * PURPOSE:           Implementation of _setjmp/longjmp
- * FILE:              lib/msvcrt/i386/setjmp.s
- * PROGRAMMER:        Ge van Geldorp (ge@gse.nl)
+ * PURPOSE:           Implementation of _setjmp/longjmp
+ * FILE:              lib/msvcrt/i386/setjmp.s
+ * PROGRAMMER:        Ge van Geldorp (ge@gse.nl)
  * NOTES:             Implementation is not complete, see Wine source for a more
  *                    complete implementation
  */
-
+
 #define JB_BP  0
 #define JB_BX  1
 #define JB_DI  2
@@ -19,22 +19,22 @@
 #define PCOFF  0
 
 #define JMPBUF 4
-
-/*
- * int
- * _setjmp(jmp_buf env);
- *
- * Parameters:
- *   [ESP+04h] - jmp_buf env
- * Registers:
- *   None
- * Returns:
- *   0
- * Notes:
+
+/*
+ * int
+ * _setjmp(jmp_buf env);
+ *
+ * Parameters:
+ *   [ESP+04h] - jmp_buf env
+ * Registers:
+ *   None
+ * Returns:
+ *   0
+ * Notes:
  *   Sets up the jmp_buf
- */
-.globl __setjmp
-__setjmp:
+ */
+.globl __setjmp
+__setjmp:
     xorl %eax, %eax
     movl JMPBUF(%esp), %edx
 
@@ -48,22 +48,22 @@
     movl PCOFF(%esp), %ecx     /* Save PC we are returning to now.  */
     movl %ecx, (JB_IP*4)(%edx)
     ret
-
-/*
- * int
- * _setjmp3(jmp_buf env, int nb_args, ...);
- *
- * Parameters:
- *   [ESP+04h] - jmp_buf env
- * Registers:
- *   None
- * Returns:
- *   0
- * Notes:
+
+/*
+ * int
+ * _setjmp3(jmp_buf env, int nb_args, ...);
+ *
+ * Parameters:
+ *   [ESP+04h] - jmp_buf env
+ * Registers:
+ *   None
+ * Returns:
+ *   0
+ * Notes:
  *   Sets up the jmp_buf
- */
-.globl __setjmp3
-__setjmp3:
+ */
+.globl __setjmp3
+__setjmp3:
     xorl %eax, %eax
     movl JMPBUF(%esp), %edx
 
@@ -79,23 +79,23 @@
     ret
 
 #define VAL 8
-
-/*
- * void
- * longjmp(jmp_buf env, int value);
- *
- * Parameters:
+
+/*
+ * void
+ * longjmp(jmp_buf env, int value);
+ *
+ * Parameters:
  *   [ESP+04h] - jmp_buf setup by _setjmp
- *   [ESP+08h] - int     value to return
- * Registers:
- *   None
- * Returns:
- *   Doesn't return
- * Notes:
+ *   [ESP+08h] - int     value to return
+ * Registers:
+ *   None
+ * Returns:
+ *   Doesn't return
+ * Notes:
  *   Non-local goto
- */
-.globl _longjmp
-_longjmp:
+ */
+.globl _longjmp
+_longjmp:
     movl JMPBUF(%esp), %ecx   /* User's jmp_buf in %ecx.  */
 
     movl VAL(%esp), %eax      /* Second argument is return value.  */

reactos/lib/string
strncpy.c 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- strncpy.c	6 Jul 2003 23:04:19 -0000	1.2
+++ strncpy.c	27 Nov 2004 00:46:24 -0000	1.3
@@ -1,6 +1,6 @@
-/* $Id: strncpy.c,v 1.2 2003/07/06 23:04:19 hyperion Exp $
+/* $Id: strncpy.c,v 1.3 2004/11/27 00:46:24 chorns Exp $
  */
-^M#include <string.h>
+#include <string.h>
 #include "tcsncpy.h"
 
 /* EOF */

reactos/tools/rgenstat/web
.cvsignore 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	10 Jul 2003 12:29:02 -0000	1.1
+++ .cvsignore	27 Nov 2004 00:46:25 -0000	1.2
@@ -1 +1 @@
-apistatus.xml^M
+apistatus.xml

reactos/tools/wmc
y_tab.c 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- y_tab.c	8 Sep 2002 10:23:54 -0000	1.3
+++ y_tab.c	27 Nov 2004 00:46:25 -0000	1.4
@@ -1065,10 +1065,10 @@
 		if(find_cpxlat(yyvsp[-4].num))
 			xyyerror("Codepage translation already defined for language 0x%x", yyvsp[-4].num);
 //		if(yyvsp[-2].num && !find_codepage(yyvsp[-2].num))
-		if(yyvsp[-2].num)^M
+		if(yyvsp[-2].num)
 			xyyerror(err_nocp, yyvsp[-2].num);
 //		if(yyvsp[0].num && !find_codepage(yyvsp[0].num))
-		if(yyvsp[0].num)^M
+		if(yyvsp[0].num)
 			xyyerror(err_nocp, yyvsp[0].num);
 		add_cpxlat(yyvsp[-4].num, yyvsp[-2].num, yyvsp[0].num);
 	;
CVSspam 0.2.8