]> granicus.if.org Git - nethack/commitdiff
Another batch of manual header var additions
authorkeni <keni@his.com>
Thu, 26 Feb 2015 22:43:47 +0000 (17:43 -0500)
committerkeni <keni@his.com>
Thu, 26 Feb 2015 22:43:47 +0000 (17:43 -0500)
18 files changed:
sys/share/NetHack.cnf
sys/share/random.c
sys/share/uudecode.c
sys/unix/README.linux
sys/unix/depend.awk
sys/vms/install.com
sys/vms/nethack.com
sys/vms/spec_lev.com
sys/vms/vmsbuild.com
sys/wince/mhmenu.h
sys/wince/winmain.c
sys/winnt/defaults.nh
win/gem/Install.gem
win/gem/bitmfile.c
win/gem/gr_rect.h
win/gem/load_img.c
win/gnome/gnworn.c
win/gnome/gnworn.h

index 9b30b0b4dd918dec02332bc5c5bc25526433af69..29d8ce910777e29195e87ac63cba494c6cb6127b 100644 (file)
@@ -1,6 +1,9 @@
 #      NetHack Copyright (c) NetHack PC Development Team 1993 - 2006
 #      NetHack may be freely redistributed.  See license for details.
 #
+# $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+# $Date: 2006/09/23 04:40:09 $  $Revision: 1.7 $
+#
 # A '#' at the beginning of a line means the rest of the line is a comment.
 #
 # Some options MUST be set in this file, other options can be toggled while
index 6905f48aa76e019e98b3a6bb68e8c3e1ab42707f..ba1937bb40397664473b47257a1c93f2094ad678 100644 (file)
@@ -32,6 +32,9 @@
  *     - remove useless variable `j' from srandom()
  *     - cast result of pointer subtraction to long since ptrdiff_t could
  *     be bigger than that and trigger warnings when assigning to long
+ *
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2007/12/23 00:59:25 $  $Revision: 1.2 $
  */
 
 #include "hack.h"
index 8da6e714fc50055873c240b0d8147e2994eda755..440bcaf14cb2dbb1f0c80bb28e5036b0bfaee7b9 100644 (file)
@@ -41,6 +41,8 @@
  * Modified 08 July 2006 to cast strlen() result to int to suppress a
  * warning on platforms where size_t > sizeof(int).
  *
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2006/07/09 16:42:21 $  $Revision: 1.4 $
  */
 
 #ifndef lint
index e214f423d3005adc3478b81a0acd1d6c15f312d3..e79359392d7241f6df35875beb4004ae94d3f1f5 100644 (file)
@@ -1,5 +1,8 @@
 NetHack 3.5.0 Linux Elf
 
+$NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$Date: 2005/01/02 17:17:28 $  $Revision: 1.16 $
+
 This README provides the instructions for using the official Linux binary,
 system platform requirements, as well as steps used to create that binary.
 The same steps can be used from the source distribution to create a similar
index 47d10732594bb6ee4d58aa8b488e86428f494d77..f78e2448475b4edaa564c54a9e1cf769f7b6f9ae 100644 (file)
@@ -1,5 +1,7 @@
 # depend.awk -- awk script used to construct makefile dependencies
 # for nethack's source files (`make depend' support for Makefile.src).
+# $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+# $Date: 2005/12/15 03:42:52 $  $Revision: 1.3 $
 #
 # usage:
 #   cd src ; nawk -f depend.awk ../include/*.h list-of-.c/.cpp-files
index aec87fe05b591672568de02898dc9cc36d1c3b34..3cf0fc590ad5319964b4d657135ec3fbe27b1513 100755 (executable)
@@ -1,5 +1,8 @@
 $ ! vms/install.com -- set up nethack 'playground'
 $ !
+$ ! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$ ! $Date: 2006/09/23 04:45:56 $  $Revision: 1.4 $
+$ !
 $ ! Use vmsbuild.com to create nethack.exe, makedefs, and lev_comp *first*.
 $ !
 $ ! Edit this file to define gamedir & gameuic, or else invoke it with two
index 164852f6cde945845da2be9e952589885b5205a7..93c76be11c01a4a7896cb817f80e8b589413dbfd 100755 (executable)
@@ -1,6 +1,9 @@
 $! NetHack.Com -- sample command procedure for invoking NetHack  9-JAN-1993
 $ v = 'f$verify(0)'
 $!
+$! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$! $Date: 2002/01/05 21:06:00 $  $Revision: 1.1 $
+$!
 $!    Possible command line arguments include
 $!     "-uConan-B"     !play a barbarian named Conan
 $!     "-u" "Merlin-W" !play a wizard named Merlin (slight variant of above)
index 9076933c21fd6c3079b02141d8ebe68cb8adb5db..fc680b572601792ee3a6bffe9015d6918cbd01fc 100755 (executable)
@@ -1,5 +1,8 @@
 $ ! sys/vms/spec_lev.com -- preprocess nethack's special level compiler code
 $ !
+$ ! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$ ! $Date: 2002/01/05 21:06:00 $  $Revision: 1.1 $
+$ !
 $ ! This operation needs to be performed prior to executing vmsbuild.com.
 $ ! Process the scanning and parsing code for NetHack's special level
 $ ! and dungeon compilers.  *.l and *.y are converted into *'.c and *.h.
index 20b4f01f436a1150738dc972c6ef8f7b15c2292c..b754601a5e18af9a09d3f7c67fb74c1df5947d2a 100755 (executable)
@@ -1,5 +1,7 @@
 $ ! vms/vmsbuild.com -- compile and link NetHack 3.5.*                 [pr]
 $      version_number = "3.5.0"
+$ ! $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$ ! $Date: 2011/05/23 03:27:10 $  $Revision: 1.8 $
 $ !
 $ ! usage:
 $ !   $ set default [.src]     !or [-.-.src] if starting from [.sys.vms]
index 15c4759ac83b137d143fdf8cd1003c597d47b4d0..e1ec643f5c5f80682d42c752fa90394c3dff0e2e 100644 (file)
@@ -1,4 +1,8 @@
 /* NetHack may be freely redistributed.  See license for details. */
+/*
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/07/22 03:19:13 $  $Revision: 1.1 $
+ */
 
 #ifndef MSWINMenuWindow_h
 #define MSWINMenuWindow_h
index 0bb3d67b983da172cb5746c73a8587be36d4bcd8..1d1a29a4b82196aae19849e2d383459d4e9fa357 100644 (file)
@@ -1,4 +1,7 @@
 // winmain.cpp : Defines the entry point for the application.
+//
+// $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+// $Date: 2002/12/18 03:51:34 $  $Revision: 1.2 $
 
 #include "winMS.h"
 #include <string.h>
index 425edbf696c343d73115a3fdedb358e2870d8e6d..9de67ee8544c5e2a193f8b8666f0599d70a4c332 100644 (file)
@@ -6,6 +6,9 @@
 #
 # To change the configuration, comment out the unwanted lines, and
 # uncomment the configuration you want.
+#
+# $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+# $Date: 2006/09/23 04:40:15 $  $Revision: 1.16 $
 
 # *** OPTIONS ***
 #
index 3880fe0dca4f1a1c10940a3e46b062851718aec2..38c5740dde22cd4755bb79fc6e7dab8b5161b745 100644 (file)
@@ -1,3 +1,6 @@
+$NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+$Date: 2005/01/02 17:20:12 $  $Revision: 1.4 $
+
 Hi,
 
 This is nethack3.5.0 for Atari Gem and tty
index 13e0073a9f9ab3b86a7f202a3a3327b047315e1e..fe6ccf5f441150b65f80e3c6f833e8dd01acad7f 100644 (file)
@@ -7,6 +7,10 @@
 * Bieber, Dez. 1994                                     *
 * -> Programmcode                                               *
 \****************************/
+/*
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/01/05 21:06:00 $  $Revision: 1.1 $
+ */
 
 #include <errno.h>
 #include <stdlib.h>
index 0e4a0bdc8ed9664ae87a30f8e29b9357318b2824..3927340f69760bc3b4c48f5d3cd4e8e524d11f89 100644 (file)
@@ -1,4 +1,8 @@
 /* gr_rect.h */
+/*
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/03/20 03:50:49 $  $Revision: 1.1 $
+ */
 #include <e_gem.h>
 /********** structs **********/
 typedef struct {
index 16d8fe82c04abb335b39f70c8eeead45eebf6f7d..fe995d6f5e549b2de2c0542b50746bee45b6c9ba 100644 (file)
@@ -1,3 +1,7 @@
+/*
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2002/03/20 03:45:03 $  $Revision: 1.2 $
+ */
 #define __TCC_COMPAT__
 #include <stdio.h>
 #include <string.h>
index dce035a94b5f533245812931b0e182c071f55811..20a8aa641249fb558a1b75700c0f3db2113311b3 100644 (file)
@@ -1,4 +1,8 @@
 /* NetHack 3.5 gnworn.c        2009/05/06 10:58:06  1.3 */
+/*
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2012/01/10 17:47:38 $  $Revision: 1.4 $
+ */
 /* Copyright (C) 2002, Dylan Alex Simon                        */
 /* NetHack may be freely redistributed.  See license for details. */
 
index db5169508697fa51fa2db1280e318e33179ab9f6..14e1a4fc93964ccd80dafda8df53c60b6c41f3fb 100644 (file)
@@ -1,4 +1,8 @@
 /* NetHack 3.5 gnworn.h        2009/05/06 10:58:06  1.3 */
+/*
+ * $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$
+ * $Date: 2012/01/10 17:47:38 $  $Revision: 1.4 $
+ */
 /* Copyright (C) 2002 by Dylan Alex Simon              */
 /* NetHack may be freely redistributed.  See license for details. */