mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 06:18:29 +00:00
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. svn path=/trunk/; revision=11826
This commit is contained in:
parent
e0e18ffc09
commit
2e0a20f0c4
20 changed files with 347 additions and 325 deletions
|
@ -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.
|
||||
|
|
|
@ -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 $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: setjmplongjmp.s,v 1.1 2003/04/01 08:38:33 gvg Exp $
|
||||
/* $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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: setjmp.s,v 1.1 2003/04/06 12:40:55 gvg Exp $
|
||||
/* $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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $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 $
|
||||
*/
|
||||
#include <string.h>
|
||||
#include "tcsncpy.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue