diff -Naurd ../nethack-3.4.0/include/patchlevel.h ./include/patchlevel.h
--- ../nethack-3.4.0/include/patchlevel.h Wed Mar 20 23:42:51 2002
+++ ./include/patchlevel.h Mon Feb 24 15:25:05 2003
@@ -1,14 +1,14 @@
-/*	SCCS Id: @(#)patchlevel.h	3.4	2002/03/20	*/
+/*	SCCS Id: @(#)patchlevel.h	3.4	2003/02/19	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
-/* NetHack 3.4.0 */
+/* NetHack 3.4.1 */
 #define VERSION_MAJOR	3
 #define VERSION_MINOR	4
 /*
  * PATCHLEVEL is updated for each release.
  */
-#define PATCHLEVEL	0
+#define PATCHLEVEL	1
 /*
  * Incrementing EDITLEVEL can be used to force invalidation of old bones
  * and save files.
@@ -16,7 +16,7 @@
 #define EDITLEVEL	0
 
 #define COPYRIGHT_BANNER_A \
-"NetHack, Copyright 1985-2002"
+"NetHack, Copyright 1985-2003"
 
 #define COPYRIGHT_BANNER_B \
 "         By Stichting Mathematisch Centrum and M. Stephenson."
@@ -24,7 +24,7 @@
 #define COPYRIGHT_BANNER_C \
 "         See license for details."
 
-#if 0
+#if 1
 /*
  * If two successive patchlevels have compatible data files (fat chance),
  * defining this with the value of the older one will allow its bones and
@@ -34,11 +34,26 @@
  * PP = patch level, ee = edit level, L = literal suffix "L",
  * with all four numbers specified as two hexadecimal digits.
  */
-#define VERSION_COMPATIBILITY 0x03030100L
+#define VERSION_COMPATIBILITY 0x03040000L
 #endif
 
 /*****************************************************************************/
-/* Version 3.4.0 */
+/* Version 3.4.x */
+
+/*  Patch 1, February 22, 2003
+ *  Fix a few fatal errors including one for reentering shops, one
+ *     involving land mines and boulders/statues, one for delayed
+ *     polymorph, and one from a chest trap exploding ball and chain
+ *  Fix a buffer overflow that could lead to security problems
+ *  Hundreds of general bug fixes
+ *  Several message and other glitches corrected
+ *  Travel command adjustments and ability to disable travel command
+ *  message recall window extensions (by Christian Cooper)
+ *  win32: some interface improvements
+ *  unix: improved tile support
+ *  gnome: some fixes, and some enhancements by Dylan Alex Simon
+ *  winCE: Windows CE port included (by Alex Kompel)
+ */
 
 /*
  *  NetHack 3.4.0, March 20, 2002
diff -Naurd ../nethack-3.4.0/sys/msdos/msdoshlp.txt ./sys/msdos/msdoshlp.txt
--- ../nethack-3.4.0/sys/msdos/msdoshlp.txt Wed Mar 20 23:43:39 2002
+++ ./sys/msdos/msdoshlp.txt Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-            MSDOS specific help file for NetHack 3.4.0
+            MSDOS specific help file for NetHack 3.4.1
 		  (Last Revision: December 4, 1999)
 
 Copyright (c) NetHack PC Development Team 1993-1999.
diff -Naurd ../nethack-3.4.0/win/gem/Install.gem ./win/gem/Install.gem
--- ../nethack-3.4.0/win/gem/Install.gem Wed Mar 20 23:44:06 2002
+++ ./win/gem/Install.gem Mon Feb 24 15:25:05 2003
@@ -1,6 +1,6 @@
 Hi,
 
-This is nethack3.4.0 for Atari Gem and tty
+This is nethack3.4.1 for Atari Gem and tty
 Windowing System.
 
 It is by far not complete or perfect.
diff -Naurd ../nethack-3.4.0/win/gem/wingem1.c ./win/gem/wingem1.c
--- ../nethack-3.4.0/win/gem/wingem1.c Wed Mar 20 23:44:07 2002
+++ ./win/gem/wingem1.c Mon Feb 24 15:25:05 2003
@@ -41,7 +41,7 @@
 #undef NDECL
 #undef FDECL
 
-static char nullstr[]="",  md[]="NetHack 3.4.0", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
+static char nullstr[]="",  md[]="NetHack 3.4.1", strCancel[]="Cancel", strOk[]="Ok", strText[]="Text";
 
 extern winid WIN_MESSAGE, WIN_MAP, WIN_STATUS, WIN_INVEN;
 
diff -Naurd ../nethack-3.4.0/sys/unix/README.linux ./sys/unix/README.linux
--- ../nethack-3.4.0/sys/unix/README.linux Wed Mar 20 23:43:54 2002
+++ ./sys/unix/README.linux Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-NetHack 3.4.0 Linux Elf
+NetHack 3.4.1 Linux Elf
 
 This README provides the instructions for using the official Linux binary,
 system platform requirements, as well as steps used to create that binary.
diff -Naurd ../nethack-3.4.0/dat/Monk.des ./dat/Monk.des
--- ../nethack-3.4.0/dat/Monk.des Wed Mar 20 23:42:31 2002
+++ ./dat/Monk.des Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)Monk.des	3.4	2001/09/01
+#	SCCS Id: @(#)Monk.des	3.4	2002/04/08
 #	Copyright (c) 1989 by Jean-Christophe Collet
 #	Copyright (c) 1991-2 by M. Stephenson
 # NetHack may be freely redistributed.  See license for details.
diff -Naurd ../nethack-3.4.0/dat/Priest.des ./dat/Priest.des
--- ../nethack-3.4.0/dat/Priest.des Wed Mar 20 23:42:32 2002
+++ ./dat/Priest.des Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)Priest.des	3.4	1992/09/22
+#	SCCS Id: @(#)Priest.des	3.4	2002/04/08
 #	Copyright (c) 1989 by Jean-Christophe Collet
 #	Copyright (c) 1991-2 by M. Stephenson
 # NetHack may be freely redistributed.  See license for details.
diff -Naurd ../nethack-3.4.0/dat/Samurai.des ./dat/Samurai.des
--- ../nethack-3.4.0/dat/Samurai.des Wed Mar 20 23:42:34 2002
+++ ./dat/Samurai.des Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)Samurai.des	3.4	1995/06/29
+#	SCCS Id: @(#)Samurai.des	3.4	2002/04/08
 #	Copyright (c) 1989 by Jean-Christophe Collet
 #	Copyright (c) 1991-92 by M. Stephenson, P. Winner
 # NetHack may be freely redistributed.  See license for details.
diff -Naurd ../nethack-3.4.0/dat/Valkyrie.des ./dat/Valkyrie.des
--- ../nethack-3.4.0/dat/Valkyrie.des Wed Mar 20 23:42:35 2002
+++ ./dat/Valkyrie.des Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)Valkyrie.des	3.4	1997/01/31
+#	SCCS Id: @(#)Valkyrie.des	3.4	2002/05/02
 #	Copyright (c) 1989 by Jean-Christophe Collet
 #	Copyright (c) 1991-2 by M. Stephenson
 # NetHack may be freely redistributed.  See license for details.
diff -Naurd ../nethack-3.4.0/dat/castle.des ./dat/castle.des
--- ../nethack-3.4.0/dat/castle.des Wed Mar 20 23:42:27 2002
+++ ./dat/castle.des Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)castle.des	3.4	1995/11/19
+#	SCCS Id: @(#)castle.des	3.4	2002/05/02
 #	Copyright (c) 1989 by Jean-Christophe Collet
 # NetHack may be freely redistributed.  See license for details.
 #
diff -Naurd ../nethack-3.4.0/dat/data.base ./dat/data.base
--- ../nethack-3.4.0/dat/data.base Wed Mar 20 23:42:28 2002
+++ ./dat/data.base Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)data.base	3.4	2001/09/01
+#	SCCS Id: @(#)data.base	3.4	2002/12/28
 #	Copyright (c) 1994, 1995, 1996 by the NetHack Development Team
 #	Copyright (c) 1994 by Boudewijn Wayers
 #	NetHack may be freely redistributed.  See license for details.
diff -Naurd ../nethack-3.4.0/dat/mines.des ./dat/mines.des
--- ../nethack-3.4.0/dat/mines.des Wed Mar 20 23:42:31 2002
+++ ./dat/mines.des Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-#	SCCS Id: @(#)mines.des	3.4	2002/01/01
+#	SCCS Id: @(#)mines.des	3.4	2002/05/02
 #	Copyright (c) 1989-95 by Jean-Christophe Collet
 #	Copyright (c) 1991-95 by M. Stephenson
 # NetHack may be freely redistributed.  See license for details.
diff -Naurd ../nethack-3.4.0/include/artilist.h ./include/artilist.h
--- ../nethack-3.4.0/include/artilist.h Wed Mar 20 23:42:42 2002
+++ ./include/artilist.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)artilist.h 3.4	2001/11/17	*/
+/*	SCCS Id: @(#)artilist.h 3.4	2003/02/12	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/config.h ./include/config.h
--- ../nethack-3.4.0/include/config.h Wed Mar 20 23:42:43 2002
+++ ./include/config.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)config.h	3.4	2002/03/17	*/
+/*	SCCS Id: @(#)config.h	3.4	2003/02/19	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/extern.h ./include/extern.h
--- ../nethack-3.4.0/include/extern.h Wed Mar 20 23:42:46 2002
+++ ./include/extern.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)extern.h	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)extern.h	3.4	2003/01/02	*/
 /* Copyright (c) Steve Creps, 1988.				  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/flag.h ./include/flag.h
--- ../nethack-3.4.0/include/flag.h Wed Mar 20 23:42:46 2002
+++ ./include/flag.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)flag.h	3.4	2000/01/19	*/
+/*	SCCS Id: @(#)flag.h	3.4	2002/08/22	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/global.h ./include/global.h
--- ../nethack-3.4.0/include/global.h Wed Mar 20 23:42:47 2002
+++ ./include/global.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)global.h	3.4	2002/03/12	*/
+/*	SCCS Id: @(#)global.h	3.4	2003/02/19	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/mfndpos.h ./include/mfndpos.h
--- ../nethack-3.4.0/include/mfndpos.h Wed Mar 20 23:42:49 2002
+++ ./include/mfndpos.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mfndpos.h	3.4	1993/05/15	*/
+/*	SCCS Id: @(#)mfndpos.h	3.4	2002/04/06	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/monattk.h ./include/monattk.h
--- ../nethack-3.4.0/include/monattk.h Wed Mar 20 23:42:49 2002
+++ ./include/monattk.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)monattk.h	3.4	1995/01/28	*/
+/*	SCCS Id: @(#)monattk.h	3.4	2002/03/24	*/
 /* NetHack may be freely redistributed.  See license for details. */
 /* Copyright 1988, M. Stephenson */
 
diff -Naurd ../nethack-3.4.0/include/mondata.h ./include/mondata.h
--- ../nethack-3.4.0/include/mondata.h Wed Mar 20 23:42:49 2002
+++ ./include/mondata.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mondata.h	3.4	2001/02/14	*/
+/*	SCCS Id: @(#)mondata.h	3.4	2003/01/08	*/
 /* Copyright (c) 1989 Mike Threepoint				  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/region.h ./include/region.h
--- ../nethack-3.4.0/include/region.h Wed Mar 20 23:42:54 2002
+++ ./include/region.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)region.h	3.4	1996/06/17	*/
+/*	SCCS Id: @(#)region.h	3.4	2002/10/15	*/
 /* Copyright (c) 1996 by Jean-Christophe Collet			  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/include/winprocs.h ./include/winprocs.h
--- ../nethack-3.4.0/include/winprocs.h Wed Mar 20 23:42:58 2002
+++ ./include/winprocs.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)winprocs.h 3.4	1996/02/18	*/
+/*	SCCS Id: @(#)winprocs.h 3.4	2003/01/08	*/
 /* Copyright (c) David Cohrs, 1992				  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/apply.c ./src/apply.c
--- ../nethack-3.4.0/src/apply.c Wed Mar 20 23:42:59 2002
+++ ./src/apply.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)apply.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)apply.c	3.4	2003/02/13	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/artifact.c ./src/artifact.c
--- ../nethack-3.4.0/src/artifact.c Wed Mar 20 23:43:00 2002
+++ ./src/artifact.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)artifact.c 3.4	2002/02/21	*/
+/*	SCCS Id: @(#)artifact.c 3.4	2003/02/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/ball.c ./src/ball.c
--- ../nethack-3.4.0/src/ball.c Wed Mar 20 23:43:00 2002
+++ ./src/ball.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)ball.c	3.4	1997/04/23	*/
+/*	SCCS Id: @(#)ball.c	3.4	2003/02/03	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/bones.c ./src/bones.c
--- ../nethack-3.4.0/src/bones.c Wed Mar 20 23:43:00 2002
+++ ./src/bones.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)bones.c	3.4	2001/04/12	*/
+/*	SCCS Id: @(#)bones.c	3.4	2002/08/23	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985,1993. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/cmd.c ./src/cmd.c
--- ../nethack-3.4.0/src/cmd.c Wed Mar 20 23:43:01 2002
+++ ./src/cmd.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)cmd.c	3.4	2002/01/17	*/
+/*	SCCS Id: @(#)cmd.c	3.4	2003/02/06	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/dbridge.c ./src/dbridge.c
--- ../nethack-3.4.0/src/dbridge.c Wed Mar 20 23:43:01 2002
+++ ./src/dbridge.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)dbridge.c	3.4	2000/02/05	*/
+/*	SCCS Id: @(#)dbridge.c	3.4	2003/02/08	*/
 /*	Copyright (c) 1989 by Jean-Christophe Collet		  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/dig.c ./src/dig.c
--- ../nethack-3.4.0/src/dig.c Wed Mar 20 23:43:02 2002
+++ ./src/dig.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)dig.c	3.4	2001/09/06	*/
+/*	SCCS Id: @(#)dig.c	3.4	2003/01/29	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/display.c ./src/display.c
--- ../nethack-3.4.0/src/display.c Wed Mar 20 23:43:02 2002
+++ ./src/display.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)display.c	3.4	2000/07/27	*/
+/*	SCCS Id: @(#)display.c	3.4	2003/02/19	*/
 /* Copyright (c) Dean Luick, with acknowledgements to Kevin Darcy */
 /* and Dave Cohrs, 1990.					  */
 /* NetHack may be freely redistributed.  See license for details. */
diff -Naurd ../nethack-3.4.0/src/do.c ./src/do.c
--- ../nethack-3.4.0/src/do.c Wed Mar 20 23:43:02 2002
+++ ./src/do.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)do.c	3.4	2001/11/29	*/
+/*	SCCS Id: @(#)do.c	3.4	2002/09/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/do_name.c ./src/do_name.c
--- ../nethack-3.4.0/src/do_name.c Wed Mar 20 23:43:03 2002
+++ ./src/do_name.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)do_name.c	3.4	2002/01/17	*/
+/*	SCCS Id: @(#)do_name.c	3.4	2003/01/14	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/do_wear.c ./src/do_wear.c
--- ../nethack-3.4.0/src/do_wear.c Wed Mar 20 23:43:04 2002
+++ ./src/do_wear.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)do_wear.c	3.4	2002/02/23	*/
+/*	SCCS Id: @(#)do_wear.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/dog.c ./src/dog.c
--- ../nethack-3.4.0/src/dog.c Wed Mar 20 23:43:03 2002
+++ ./src/dog.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)dog.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)dog.c	3.4	2002/09/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/dogmove.c ./src/dogmove.c
--- ../nethack-3.4.0/src/dogmove.c Wed Mar 20 23:43:03 2002
+++ ./src/dogmove.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)dogmove.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)dogmove.c	3.4	2002/09/10	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/dokick.c ./src/dokick.c
--- ../nethack-3.4.0/src/dokick.c Wed Mar 20 23:43:03 2002
+++ ./src/dokick.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)dokick.c	3.4	2000/04/21	*/
+/*	SCCS Id: @(#)dokick.c	3.4	2003/01/08	*/
 /* Copyright (c) Izchak Miller, Mike Stephenson, Steve Linhart, 1989. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/dothrow.c ./src/dothrow.c
--- ../nethack-3.4.0/src/dothrow.c Wed Mar 20 23:43:03 2002
+++ ./src/dothrow.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)dothrow.c	3.4	2002/02/21	*/
+/*	SCCS Id: @(#)dothrow.c	3.4	2003/01/24	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/eat.c ./src/eat.c
--- ../nethack-3.4.0/src/eat.c Wed Mar 20 23:43:04 2002
+++ ./src/eat.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)eat.c	3.4	2002/01/02	*/
+/*	SCCS Id: @(#)eat.c	3.4	2003/02/13	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/end.c ./src/end.c
--- ../nethack-3.4.0/src/end.c Wed Mar 20 23:43:05 2002
+++ ./src/end.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)end.c	3.4	2001/09/24	*/
+/*	SCCS Id: @(#)end.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/exper.c ./src/exper.c
--- ../nethack-3.4.0/src/exper.c Wed Mar 20 23:43:05 2002
+++ ./src/exper.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)exper.c	3.4	2002/01/15	*/
+/*	SCCS Id: @(#)exper.c	3.4	2002/11/20	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/explode.c ./src/explode.c
--- ../nethack-3.4.0/src/explode.c Wed Mar 20 23:43:05 2002
+++ ./src/explode.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)explode.c	3.4	2000/07/07	*/
+/*	SCCS Id: @(#)explode.c	3.4	2002/11/10	*/
 /*	Copyright (C) 1990 by Ken Arromdee */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/files.c ./src/files.c
--- ../nethack-3.4.0/src/files.c Wed Mar 20 23:43:06 2002
+++ ./src/files.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)files.c	3.4	2002/02/23	*/
+/*	SCCS Id: @(#)files.c	3.4	2003/02/18	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/fountain.c ./src/fountain.c
--- ../nethack-3.4.0/src/fountain.c Wed Mar 20 23:43:06 2002
+++ ./src/fountain.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)fountain.c	3.4	2001/09/06	*/
+/*	SCCS Id: @(#)fountain.c	3.4	2002/09/08	*/
 /*	Copyright Scott R. Turner, srt@ucla, 10/27/86 */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/hack.c ./src/hack.c
--- ../nethack-3.4.0/src/hack.c Wed Mar 20 23:43:06 2002
+++ ./src/hack.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)hack.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)hack.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/hacklib.c ./src/hacklib.c
--- ../nethack-3.4.0/src/hacklib.c Wed Mar 20 23:43:06 2002
+++ ./src/hacklib.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)hacklib.c	3.4	1999/04/10	*/
+/*	SCCS Id: @(#)hacklib.c	3.4	2002/12/13	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* Copyright (c) Robert Patrick Rankin, 1991		  */
 /* NetHack may be freely redistributed.  See license for details. */
diff -Naurd ../nethack-3.4.0/src/mapglyph.c ./src/mapglyph.c
--- ../nethack-3.4.0/src/mapglyph.c Wed Mar 20 23:43:08 2002
+++ ./src/mapglyph.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mapglyph.c	3.4	2000/08/18	*/
+/*	SCCS Id: @(#)mapglyph.c	3.4	2003/01/08	*/
 /* Copyright (c) David Cohrs, 1991				  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mcastu.c ./src/mcastu.c
--- ../nethack-3.4.0/src/mcastu.c Wed Mar 20 23:43:08 2002
+++ ./src/mcastu.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mcastu.c	3.4	2002/02/07	*/
+/*	SCCS Id: @(#)mcastu.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mhitm.c ./src/mhitm.c
--- ../nethack-3.4.0/src/mhitm.c Wed Mar 20 23:43:08 2002
+++ ./src/mhitm.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mhitm.c	3.4	2002/02/17	*/
+/*	SCCS Id: @(#)mhitm.c	3.4	2003/01/02	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mhitu.c ./src/mhitu.c
--- ../nethack-3.4.0/src/mhitu.c Wed Mar 20 23:43:08 2002
+++ ./src/mhitu.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mhitu.c	3.4	2002/02/17	*/
+/*	SCCS Id: @(#)mhitu.c	3.4	2003/01/02	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/minion.c ./src/minion.c
--- ../nethack-3.4.0/src/minion.c Wed Mar 20 23:43:09 2002
+++ ./src/minion.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)minion.c	3.4	2002/01/23	*/
+/*	SCCS Id: @(#)minion.c	3.4	2003/01/09	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mkmaze.c ./src/mkmaze.c
--- ../nethack-3.4.0/src/mkmaze.c Wed Mar 20 23:43:09 2002
+++ ./src/mkmaze.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mkmaze.c	3.4	2002/03/12	*/
+/*	SCCS Id: @(#)mkmaze.c	3.4	2002/04/04	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mon.c ./src/mon.c
--- ../nethack-3.4.0/src/mon.c Wed Mar 20 23:43:10 2002
+++ ./src/mon.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mon.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)mon.c	3.4	2003/01/29	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mondata.c ./src/mondata.c
--- ../nethack-3.4.0/src/mondata.c Wed Mar 20 23:43:10 2002
+++ ./src/mondata.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mondata.c	3.4	2001/12/05	*/
+/*	SCCS Id: @(#)mondata.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/mthrowu.c ./src/mthrowu.c
--- ../nethack-3.4.0/src/mthrowu.c Wed Mar 20 23:43:11 2002
+++ ./src/mthrowu.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)mthrowu.c	3.4	2001/12/10	*/
+/*	SCCS Id: @(#)mthrowu.c	3.4	2002/11/07	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/muse.c ./src/muse.c
--- ../nethack-3.4.0/src/muse.c Wed Mar 20 23:43:11 2002
+++ ./src/muse.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)muse.c	3.4	2002/02/07	*/
+/*	SCCS Id: @(#)muse.c	3.4	2002/12/23	*/
 /*	Copyright (C) 1990 by Ken Arromdee			   */
 /* NetHack may be freely redistributed.  See license for details.  */
 
diff -Naurd ../nethack-3.4.0/src/objects.c ./src/objects.c
--- ../nethack-3.4.0/src/objects.c Wed Mar 20 23:43:12 2002
+++ ./src/objects.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)objects.c	3.4	2002/02/13	*/
+/*	SCCS Id: @(#)objects.c	3.4	2002/07/31	*/
 /* Copyright (c) Mike Threepoint, 1989.				  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/objnam.c ./src/objnam.c
--- ../nethack-3.4.0/src/objnam.c Wed Mar 20 23:43:12 2002
+++ ./src/objnam.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)objnam.c	3.4	2002/02/22	*/
+/*	SCCS Id: @(#)objnam.c	3.4	2003/02/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/options.c ./src/options.c
--- ../nethack-3.4.0/src/options.c Wed Mar 20 23:43:12 2002
+++ ./src/options.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)options.c	3.4	2002/02/07	*/
+/*	SCCS Id: @(#)options.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/pager.c ./src/pager.c
--- ../nethack-3.4.0/src/pager.c Wed Mar 20 23:43:13 2002
+++ ./src/pager.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)pager.c	3.4	2002/01/17	*/
+/*	SCCS Id: @(#)pager.c	3.4	2002/12/18	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/pickup.c ./src/pickup.c
--- ../nethack-3.4.0/src/pickup.c Wed Mar 20 23:43:13 2002
+++ ./src/pickup.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)pickup.c	3.4	2001/03/14	*/
+/*	SCCS Id: @(#)pickup.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/polyself.c ./src/polyself.c
--- ../nethack-3.4.0/src/polyself.c Wed Mar 20 23:43:13 2002
+++ ./src/polyself.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)polyself.c	3.4	2002/01/15	*/
+/*	SCCS Id: @(#)polyself.c	3.4	2003/01/08	*/
 /*	Copyright (C) 1987, 1988, 1989 by Ken Arromdee */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/potion.c ./src/potion.c
--- ../nethack-3.4.0/src/potion.c Wed Mar 20 23:43:14 2002
+++ ./src/potion.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)potion.c	3.4	2002/03/05	*/
+/*	SCCS Id: @(#)potion.c	3.4	2002/10/02	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/pray.c ./src/pray.c
--- ../nethack-3.4.0/src/pray.c Wed Mar 20 23:43:14 2002
+++ ./src/pray.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)pray.c	3.4	2002/03/02	*/
+/*	SCCS Id: @(#)pray.c	3.4	2002/10/06	*/
 /* Copyright (c) Benson I. Margulies, Mike Stephenson, Steve Linhart, 1989. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/priest.c ./src/priest.c
--- ../nethack-3.4.0/src/priest.c Wed Mar 20 23:43:14 2002
+++ ./src/priest.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)priest.c	3.4	2001/11/07	*/
+/*	SCCS Id: @(#)priest.c	3.4	2002/11/06	*/
 /* Copyright (c) Izchak Miller, Steve Linhart, 1989.		  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/read.c ./src/read.c
--- ../nethack-3.4.0/src/read.c Wed Mar 20 23:43:15 2002
+++ ./src/read.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)read.c	3.4	2001/12/03	*/
+/*	SCCS Id: @(#)read.c	3.4	2003/01/09	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/region.c ./src/region.c
--- ../nethack-3.4.0/src/region.c Wed Mar 20 23:43:15 2002
+++ ./src/region.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)region.c	3.4	1999/12/29	*/
+/*	SCCS Id: @(#)region.c	3.4	2002/10/15	*/
 /* Copyright (c) 1996 by Jean-Christophe Collet	 */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/restore.c ./src/restore.c
--- ../nethack-3.4.0/src/restore.c Wed Mar 20 23:43:15 2002
+++ ./src/restore.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)restore.c	3.4	1999/11/20	*/
+/*	SCCS Id: @(#)restore.c	3.4	2002/08/21	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/rip.c ./src/rip.c
--- ../nethack-3.4.0/src/rip.c Wed Mar 20 23:43:16 2002
+++ ./src/rip.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)rip.c	3.4	2001/09/24	*/
+/*	SCCS Id: @(#)rip.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/role.c ./src/role.c
--- ../nethack-3.4.0/src/role.c Wed Mar 20 23:43:16 2002
+++ ./src/role.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)role.c	3.4	2000/08/20	*/
+/*	SCCS Id: @(#)role.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985-1999. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/shk.c ./src/shk.c
--- ../nethack-3.4.0/src/shk.c Wed Mar 20 23:43:17 2002
+++ ./src/shk.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)shk.c	3.4	2002/01/19	*/
+/*	SCCS Id: @(#)shk.c	3.4	2003/01/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/shknam.c ./src/shknam.c
--- ../nethack-3.4.0/src/shknam.c Wed Mar 20 23:43:17 2002
+++ ./src/shknam.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)shknam.c	3.4	2001/09/06	*/
+/*	SCCS Id: @(#)shknam.c	3.4	2003/01/09	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/sit.c ./src/sit.c
--- ../nethack-3.4.0/src/sit.c Wed Mar 20 23:43:17 2002
+++ ./src/sit.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)sit.c	3.4	2000/11/09	*/
+/*	SCCS Id: @(#)sit.c	3.4	2002/09/21	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/spell.c ./src/spell.c
--- ../nethack-3.4.0/src/spell.c Wed Mar 20 23:43:18 2002
+++ ./src/spell.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)spell.c	3.4	2002/02/12	*/
+/*	SCCS Id: @(#)spell.c	3.4	2003/01/17	*/
 /*	Copyright (c) M. Stephenson 1988			  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/steal.c ./src/steal.c
--- ../nethack-3.4.0/src/steal.c Wed Mar 20 23:43:18 2002
+++ ./src/steal.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)steal.c	3.4	2002/01/04	*/
+/*	SCCS Id: @(#)steal.c	3.4	2002/09/07	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/steed.c ./src/steed.c
--- ../nethack-3.4.0/src/steed.c Wed Mar 20 23:43:18 2002
+++ ./src/steed.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)steed.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)steed.c	3.4	2003/01/10	*/
 /* Copyright (c) Kevin Hugo, 1998-1999. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/teleport.c ./src/teleport.c
--- ../nethack-3.4.0/src/teleport.c Wed Mar 20 23:43:18 2002
+++ ./src/teleport.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)teleport.c	3.4	2002/03/09	*/
+/*	SCCS Id: @(#)teleport.c	3.4	2002/11/20	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/timeout.c ./src/timeout.c
--- ../nethack-3.4.0/src/timeout.c Wed Mar 20 23:43:19 2002
+++ ./src/timeout.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)timeout.c	3.4	2000/09/28	*/
+/*	SCCS Id: @(#)timeout.c	3.4	2002/12/17	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/uhitm.c ./src/uhitm.c
--- ../nethack-3.4.0/src/uhitm.c Wed Mar 20 23:43:20 2002
+++ ./src/uhitm.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)uhitm.c	3.4	2002/02/17	*/
+/*	SCCS Id: @(#)uhitm.c	3.4	2003/02/18	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/vault.c ./src/vault.c
--- ../nethack-3.4.0/src/vault.c Wed Mar 20 23:43:20 2002
+++ ./src/vault.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)vault.c	3.4	2001/05/24	*/
+/*	SCCS Id: @(#)vault.c	3.4	2003/01/15	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/version.c ./src/version.c
--- ../nethack-3.4.0/src/version.c Wed Mar 20 23:43:20 2002
+++ ./src/version.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)version.c	3.4	1999/12/01	*/
+/*	SCCS Id: @(#)version.c	3.4	2003/02/19	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/weapon.c ./src/weapon.c
--- ../nethack-3.4.0/src/weapon.c Wed Mar 20 23:43:21 2002
+++ ./src/weapon.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)weapon.c	3.4	2002/02/07	*/
+/*	SCCS Id: @(#)weapon.c	3.4	2002/11/07	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/were.c ./src/were.c
--- ../nethack-3.4.0/src/were.c Wed Mar 20 23:43:21 2002
+++ ./src/were.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)were.c	3.4	1997/05/25	*/
+/*	SCCS Id: @(#)were.c	3.4	2002/11/07	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/wield.c ./src/wield.c
--- ../nethack-3.4.0/src/wield.c Wed Mar 20 23:43:21 2002
+++ ./src/wield.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)wield.c	3.4	2001/12/23	*/
+/*	SCCS Id: @(#)wield.c	3.4	2003/01/29	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/wizard.c ./src/wizard.c
--- ../nethack-3.4.0/src/wizard.c Wed Mar 20 23:43:22 2002
+++ ./src/wizard.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)wizard.c	3.4	2001/12/06	*/
+/*	SCCS Id: @(#)wizard.c	3.4	2003/02/18	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/src/zap.c ./src/zap.c
--- ../nethack-3.4.0/src/zap.c Wed Mar 20 23:43:22 2002
+++ ./src/zap.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)zap.c	3.4	2002/02/07	*/
+/*	SCCS Id: @(#)zap.c	3.4	2003/02/08	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/sys/share/pcmain.c ./sys/share/pcmain.c
--- ../nethack-3.4.0/sys/share/pcmain.c Wed Mar 20 23:43:47 2002
+++ ./sys/share/pcmain.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)pcmain.c	3.4	1997/01/22	*/
+/*	SCCS Id: @(#)pcmain.c	3.4	2002/08/22	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/sys/vms/vmstty.c ./sys/vms/vmstty.c
--- ../nethack-3.4.0/sys/vms/vmstty.c Wed Mar 20 23:44:00 2002
+++ ./sys/vms/vmstty.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)vmstty.c	3.4	1995/07/09	*/
+/*	SCCS Id: @(#)vmstty.c	3.4	2002/08/21	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 /* tty.c - (VMS) version */
diff -Naurd ../nethack-3.4.0/sys/winnt/console.rc ./sys/winnt/console.rc
--- ../nethack-3.4.0/sys/winnt/console.rc Wed Mar 20 23:44:00 2002
+++ ./sys/winnt/console.rc Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)console.rc	3.4	2002/02/14			*/
+/*	SCCS Id: @(#)console.rc	3.4	$Date: 2002/07/24 08:25:20 $			*/
 /* Copyright (c) Yitzhak Sapir, 2002. 					*/
 /* NetHack may be freely redistributed.  See license for details. 	*/
 
diff -Naurd ../nethack-3.4.0/sys/winnt/mapimail.c ./sys/winnt/mapimail.c
--- ../nethack-3.4.0/sys/winnt/mapimail.c Wed Mar 20 23:44:01 2002
+++ ./sys/winnt/mapimail.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*      SCCS Id: @(#)mapimail.c 3.4     2000/04/25        */
+/*      SCCS Id: @(#)mapimail.c 3.4     $Date: 2002/07/24 08:25:20 $        */
 /* Copyright (c) Michael Allison, 1997                  */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/sys/winnt/ntsound.c ./sys/winnt/ntsound.c
--- ../nethack-3.4.0/sys/winnt/ntsound.c Wed Mar 20 23:44:02 2002
+++ ./sys/winnt/ntsound.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*   SCCS Id: @(#)ntsound.c   3.4     1995/09/06                        */
+/*   SCCS Id: @(#)ntsound.c   3.4     $Date: 2002/09/02 23:28:45 $                        */
 /*   Copyright (c) NetHack PC Development Team 1993                 */
 /*   NetHack may be freely redistributed.  See license for details. */
 /*                                                                  */
diff -Naurd ../nethack-3.4.0/sys/winnt/nttty.c ./sys/winnt/nttty.c
--- ../nethack-3.4.0/sys/winnt/nttty.c Wed Mar 20 23:44:03 2002
+++ ./sys/winnt/nttty.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)nttty.c	3.4	2000/08/02
+/*	SCCS Id: @(#)nttty.c	3.4	$Date: 2003/02/06 03:04:37 $   */
 /* Copyright (c) NetHack PC Development Team 1993    */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/sys/winnt/win32api.h ./sys/winnt/win32api.h
--- ../nethack-3.4.0/sys/winnt/win32api.h Wed Mar 20 23:44:03 2002
+++ ./sys/winnt/win32api.h Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)win32api.h	 3.4	 1996/02/15		  */
+/*	SCCS Id: @(#)win32api.h	 3.4	 $Date: 2002/07/24 08:25:21 $		  */
 /* Copyright (c) NetHack PC Development Team 1996                 */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/sys/winnt/winnt.c ./sys/winnt/winnt.c
--- ../nethack-3.4.0/sys/winnt/winnt.c Wed Mar 20 23:44:03 2002
+++ ./sys/winnt/winnt.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)winnt.c	 3.4	 1997/04/12		  */
+/*	SCCS Id: @(#)winnt.c	 3.4	 $Date: 2002/08/21 15:21:50 $		  */
 /* Copyright (c) NetHack PC Development Team 1993, 1994 */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/util/lev_main.c ./util/lev_main.c
--- ../nethack-3.4.0/util/lev_main.c Wed Mar 20 23:44:05 2002
+++ ./util/lev_main.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)lev_main.c	3.4	2000/08/01	*/
+/*	SCCS Id: @(#)lev_main.c	3.4	2002/03/27	*/
 /*	Copyright (c) 1989 by Jean-Christophe Collet */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/util/makedefs.c ./util/makedefs.c
--- ../nethack-3.4.0/util/makedefs.c Wed Mar 20 23:44:05 2002
+++ ./util/makedefs.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)makedefs.c	3.4	2002/03/03	*/
+/*	SCCS Id: @(#)makedefs.c	3.4	2002/08/14	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* Copyright (c) M. Stephenson, 1990, 1991.			  */
 /* Copyright (c) Dean Luick, 1990.				  */
diff -Naurd ../nethack-3.4.0/win/tty/getline.c ./win/tty/getline.c
--- ../nethack-3.4.0/win/tty/getline.c Wed Mar 20 23:44:18 2002
+++ ./win/tty/getline.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)getline.c	3.4	1996/01/27	*/
+/*	SCCS Id: @(#)getline.c	3.4	2002/10/06	*/
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
diff -Naurd ../nethack-3.4.0/win/tty/wintty.c ./win/tty/wintty.c
--- ../nethack-3.4.0/win/tty/wintty.c Wed Mar 20 23:44:19 2002
+++ ./win/tty/wintty.c Mon Feb 24 15:25:05 2003
@@ -1,4 +1,4 @@
-/*	SCCS Id: @(#)wintty.c	3.4	2002/02/05	*/
+/*	SCCS Id: @(#)wintty.c	3.4	2002/09/27	*/
 /* Copyright (c) David Cohrs, 1991				  */
 /* NetHack may be freely redistributed.  See license for details. */
 
