From 09502df9f1ce14d54fda4e49ca040e6fb6bd2bca Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 25 Apr 2018 15:36:11 -0400 Subject: [PATCH] force expand unexpanded substitution variables --- DEVEL/hooksdir/NHsubst | 2 +- DEVEL/hooksdir/applypatch-msg | 2 +- DEVEL/hooksdir/commit-msg | 2 +- DEVEL/hooksdir/post-applypatch | 2 +- DEVEL/hooksdir/post-checkout | 2 +- DEVEL/hooksdir/post-commit | 2 +- DEVEL/hooksdir/post-merge | 2 +- DEVEL/hooksdir/post-rewrite | 2 +- DEVEL/hooksdir/pre-applypatch | 2 +- DEVEL/hooksdir/pre-auto-gc | 2 +- DEVEL/hooksdir/pre-commit | 2 +- DEVEL/hooksdir/pre-push | 2 +- DEVEL/hooksdir/pre-rebase | 2 +- DEVEL/hooksdir/prepare-commit-msg | 2 +- DEVEL/nhgitset.pl | 2 +- dat/data.base | 3 ++- include/qttableview.h | 2 +- sys/share/NetHack.cnf | 2 +- sys/share/cppregex.cpp | 3 ++- sys/unix/README.linux | 2 +- sys/unix/depend.awk | 2 +- sys/unix/hints/linux-chroot | 2 +- sys/unix/sysconf | 2 +- sys/vms/sysconf | 2 +- sys/winnt/defaults.nh | 2 +- sys/winnt/sysconf | 2 +- util/mdgrep.pl | 10 +++++----- win/Qt/Install.Qt | 2 +- win/Qt/qt_clust.cpp | 2 +- win/Qt/qt_win.cpp | 2 +- win/Qt/qttableview.cpp | 2 +- win/Qt/tileedit.cpp | 2 +- win/X11/Install.X11 | 2 +- win/X11/nethack.rc | 2 +- win/macosx/NetHackGuidebook.applescript | 2 +- win/macosx/NetHackRecover.applescript | 2 +- win/macosx/NetHackTerm.applescript | 2 +- win/macosx/recover.pl | 2 +- win/share/renumtiles.pl | 2 +- win/share/tile.doc | 2 +- 40 files changed, 46 insertions(+), 44 deletions(-) diff --git a/DEVEL/hooksdir/NHsubst b/DEVEL/hooksdir/NHsubst index 1e19f6eb3..68910c35f 100755 --- a/DEVEL/hooksdir/NHsubst +++ b/DEVEL/hooksdir/NHsubst @@ -1,7 +1,7 @@ #!/usr/bin/perl # # NHsubst -# $NHDT-Date$ +# $NHDT-Date: 1524683436 2018/04/25 19:10:36 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ # git merge driver for substitutions (like RCS/CVS) # driver line: .... %O %A %B %L use strict; diff --git a/DEVEL/hooksdir/applypatch-msg b/DEVEL/hooksdir/applypatch-msg index b5bf990fe..846bdc6a2 100755 --- a/DEVEL/hooksdir/applypatch-msg +++ b/DEVEL/hooksdir/applypatch-msg @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/commit-msg b/DEVEL/hooksdir/commit-msg index b5bf990fe..846bdc6a2 100755 --- a/DEVEL/hooksdir/commit-msg +++ b/DEVEL/hooksdir/commit-msg @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-applypatch b/DEVEL/hooksdir/post-applypatch index b5bf990fe..b55619481 100755 --- a/DEVEL/hooksdir/post-applypatch +++ b/DEVEL/hooksdir/post-applypatch @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683720 2018/04/25 19:15:20 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-checkout b/DEVEL/hooksdir/post-checkout index 2df107a2f..ebdb3ccf6 100755 --- a/DEVEL/hooksdir/post-checkout +++ b/DEVEL/hooksdir/post-checkout @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-commit b/DEVEL/hooksdir/post-commit index 2df107a2f..ebdb3ccf6 100755 --- a/DEVEL/hooksdir/post-commit +++ b/DEVEL/hooksdir/post-commit @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-merge b/DEVEL/hooksdir/post-merge index 2dc7f3628..e86cb90d4 100755 --- a/DEVEL/hooksdir/post-merge +++ b/DEVEL/hooksdir/post-merge @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/post-rewrite b/DEVEL/hooksdir/post-rewrite index e1b2524f3..475cb21ef 100755 --- a/DEVEL/hooksdir/post-rewrite +++ b/DEVEL/hooksdir/post-rewrite @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-applypatch b/DEVEL/hooksdir/pre-applypatch index b5bf990fe..90ee5cee8 100755 --- a/DEVEL/hooksdir/pre-applypatch +++ b/DEVEL/hooksdir/pre-applypatch @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-auto-gc b/DEVEL/hooksdir/pre-auto-gc index b5bf990fe..90ee5cee8 100755 --- a/DEVEL/hooksdir/pre-auto-gc +++ b/DEVEL/hooksdir/pre-auto-gc @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-commit b/DEVEL/hooksdir/pre-commit index b5bf990fe..90ee5cee8 100755 --- a/DEVEL/hooksdir/pre-commit +++ b/DEVEL/hooksdir/pre-commit @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-push b/DEVEL/hooksdir/pre-push index e1b2524f3..475cb21ef 100755 --- a/DEVEL/hooksdir/pre-push +++ b/DEVEL/hooksdir/pre-push @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683721 2018/04/25 19:15:21 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/pre-rebase b/DEVEL/hooksdir/pre-rebase index b5bf990fe..846bdc6a2 100755 --- a/DEVEL/hooksdir/pre-rebase +++ b/DEVEL/hooksdir/pre-rebase @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/hooksdir/prepare-commit-msg b/DEVEL/hooksdir/prepare-commit-msg index b5bf990fe..846bdc6a2 100755 --- a/DEVEL/hooksdir/prepare-commit-msg +++ b/DEVEL/hooksdir/prepare-commit-msg @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683722 2018/04/25 19:15:22 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.0 $ #STARTUP-START BEGIN { diff --git a/DEVEL/nhgitset.pl b/DEVEL/nhgitset.pl index 08068484a..72739506c 100755 --- a/DEVEL/nhgitset.pl +++ b/DEVEL/nhgitset.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $NHDT-Date$ +# $NHDT-Date: 1524683609 2018/04/25 19:13:29 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ # value of nethack.setupversion we will end up with when this is done # version 1 is reserved for repos checked out before versioning was added diff --git a/dat/data.base b/dat/data.base index e07ab954e..6dd001450 100644 --- a/dat/data.base +++ b/dat/data.base @@ -1,4 +1,5 @@ -# NetHack 3.6 data.base $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6 data.base +# $NHDT-Date: 1524683801 2018/04/25 19:16:41 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.84 $ # 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 --git a/include/qttableview.h b/include/qttableview.h index 56b0f09d9..3fc9ce56f 100644 --- a/include/qttableview.h +++ b/include/qttableview.h @@ -1,5 +1,5 @@ /********************************************************************** -** $NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +** $NHDT-Date: 1524683840 2018/04/25 19:17:20 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.5 $ ** $Id: qttableview.h,v 1.2 2002/03/09 03:13:13 jwalz Exp $ ** ** Definition of QtTableView class diff --git a/sys/share/NetHack.cnf b/sys/share/NetHack.cnf index 4cb9b468a..b2cf0e697 100644 --- a/sys/share/NetHack.cnf +++ b/sys/share/NetHack.cnf @@ -1,7 +1,7 @@ # NetHack Copyright (c) NetHack PC Development Team 1993 - 2006 # NetHack may be freely redistributed. See license for details. # -# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $NHDT-Date: 1524684112 2018/04/25 19:21:52 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ # # A '#' at the beginning of a line means the rest of the line is a comment. # diff --git a/sys/share/cppregex.cpp b/sys/share/cppregex.cpp index 9d3e88eff..cba44b88a 100644 --- a/sys/share/cppregex.cpp +++ b/sys/share/cppregex.cpp @@ -1,4 +1,5 @@ -/* NetHack 3.6 cppregex.cpp $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ +/* NetHack 3.6 cppregex.cpp */ +/* $NHDT-Date: 1524684157 2018/04/25 19:22:37 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $ */ /* Copyright (c) Sean Hunt 2015. */ /* NetHack may be freely redistributed. See license for details. */ diff --git a/sys/unix/README.linux b/sys/unix/README.linux index 3c88252a0..01b79265d 100644 --- a/sys/unix/README.linux +++ b/sys/unix/README.linux @@ -1,6 +1,6 @@ NetHack 3.6.0 Linux Elf -$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +$NHDT-Date: 1524684188 2018/04/25 19:23:08 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.22 $ This README provides the instructions for using the official Linux binary, system platform requirements, as well as steps used to create that binary. diff --git a/sys/unix/depend.awk b/sys/unix/depend.awk index 2220754c1..8361bec30 100644 --- a/sys/unix/depend.awk +++ b/sys/unix/depend.awk @@ -1,6 +1,6 @@ # 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$ +# $NHDT-Date: 1524684206 2018/04/25 19:23:26 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.6 $ # # usage: # cd src ; nawk -f depend.awk ../include/*.h list-of-.c/.cpp-files diff --git a/sys/unix/hints/linux-chroot b/sys/unix/hints/linux-chroot index 404f4db98..eb4fc2733 100644 --- a/sys/unix/hints/linux-chroot +++ b/sys/unix/hints/linux-chroot @@ -1,5 +1,5 @@ # -# NetHack 3.5 linux $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.5 linux $NHDT-Date: 1524684267 2018/04/25 19:24:27 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ # NetHack 3.5 linux $Date: 2010/01/15 19:54:37 $ $Revision: 1.8 $ # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007. # NetHack may be freely redistributed. See license for details. diff --git a/sys/unix/sysconf b/sys/unix/sysconf index eacca35ed..e0953e3de 100644 --- a/sys/unix/sysconf +++ b/sys/unix/sysconf @@ -1,4 +1,4 @@ -# NetHack 3.6 sysconf $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6 sysconf $NHDT-Date: 1524684290 2018/04/25 19:24:50 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.26 $ # # Sample sysconf file. # The sysconf file is only used if NetHack is compiled with SYSCF defined. diff --git a/sys/vms/sysconf b/sys/vms/sysconf index 0d46cd4f6..1382bb2fe 100644 --- a/sys/vms/sysconf +++ b/sys/vms/sysconf @@ -1,4 +1,4 @@ -# NetHack 3.6 sysconf $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6 sysconf $NHDT-Date: 1524684346 2018/04/25 19:25:46 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.1 $ # # Sample sysconf file for VMS. # The sysconf file is only used if NetHack is compiled with SYSCF defined. diff --git a/sys/winnt/defaults.nh b/sys/winnt/defaults.nh index 079ef0400..79173dc50 100644 --- a/sys/winnt/defaults.nh +++ b/sys/winnt/defaults.nh @@ -7,7 +7,7 @@ # To change the configuration, comment out the unwanted lines, and # uncomment the configuration you want. # -# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $NHDT-Date: 1524684371 2018/04/25 19:26:11 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.31 $ # *** OPTIONS *** # diff --git a/sys/winnt/sysconf b/sys/winnt/sysconf index 7e4d9da0a..c69fdc97d 100644 --- a/sys/winnt/sysconf +++ b/sys/winnt/sysconf @@ -1,5 +1,5 @@ # -# NetHack 3.6 sysconf $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6 sysconf $NHDT-Date: 1524684385 2018/04/25 19:26:25 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.21 $ # # Sample sysconf file. # The sysconf file is only used if NetHack is compiled with SYSCF defined. diff --git a/util/mdgrep.pl b/util/mdgrep.pl index 429c87374..076338549 100644 --- a/util/mdgrep.pl +++ b/util/mdgrep.pl @@ -1,5 +1,5 @@ #!perl -# NetHack 3.6 mdgrep.pl $NHDT-Date: 1423877528 2015/02/14 01:32:08 $ $NHDT-Branch$:$NHDT-Revision: 1.7 $ +# NetHack 3.6 mdgrep.pl $NHDT-Date: 1524684408 2018/04/25 19:26:48 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.16 $ # Copyright (c) Kenneth Lorber, Kensington, Maryland # NetHack may be freely redistributed. See license for details. @@ -54,10 +54,10 @@ $outfile = "mdgrep.h"; sub start_file { - ($rev) = ('$NHDT-Revision: 1.7 $') =~ m/: (.*) .$/; - my $date = '$NHDT-Date: 1423877529 2015/02/14 01:32:09 $'; - my $branch = '$NHDT-Branch$'; - my $revision = '$NHDT-Revision: 1.7 $'; + ($rev) = ('$NHDT-Revision: 1.16 $') =~ m/: (.*) .$/; + my $date = '$NHDT-Date: 1524684408 2018/04/25 19:26:48 $'; + my $branch = '$NHDT-Branch: NetHack-3.6.0 $'; + my $revision = '$NHDT-Revision: 1.16 $'; open(OUT, ">$outfile") || die "open $outfile: $!"; # NB: Date and Revision below will be modified when mdgrep.h is written to # git - this is correct (but it means you must commit changes to mdgrep.pl diff --git a/win/Qt/Install.Qt b/win/Qt/Install.Qt index b8a81a878..ac85ec8a9 100644 --- a/win/Qt/Install.Qt +++ b/win/Qt/Install.Qt @@ -1,6 +1,6 @@ Installing NetHack with a Qt or KDE interface --------------------------------------------- -$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +$NHDT-Date: 1524684464 2018/04/25 19:27:44 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ This document describes the installation of NetHack with a Qt interface on UNIX/X11 or Mac OS X. This code should also work with Qt/Windows, but diff --git a/win/Qt/qt_clust.cpp b/win/Qt/qt_clust.cpp index 193c52bae..c5063a6a3 100644 --- a/win/Qt/qt_clust.cpp +++ b/win/Qt/qt_clust.cpp @@ -1,4 +1,4 @@ -/* NetHack 3.6 qt_clust.cpp $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ +/* NetHack 3.6 qt_clust.cpp $NHDT-Date: 1524684507 2018/04/25 19:28:27 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $ */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ #include "qt_clust.h" diff --git a/win/Qt/qt_win.cpp b/win/Qt/qt_win.cpp index 84ac6a82c..c809c48e5 100644 --- a/win/Qt/qt_win.cpp +++ b/win/Qt/qt_win.cpp @@ -1,4 +1,4 @@ -// NetHack 3.6 qt_win.cpp $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +// NetHack 3.6 qt_win.cpp $NHDT-Date: 1524684508 2018/04/25 19:28:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.77 $ // Copyright (c) Warwick Allison, 1999. // NetHack may be freely redistributed. See license for details. diff --git a/win/Qt/qttableview.cpp b/win/Qt/qttableview.cpp index 0386acd49..b53e8a415 100644 --- a/win/Qt/qttableview.cpp +++ b/win/Qt/qttableview.cpp @@ -1,5 +1,5 @@ /********************************************************************** -** $NHDT-Branch$:$NHDT-Revision$ $NHDT-Date$ +** $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ $NHDT-Date: 1524684508 2018/04/25 19:28:28 $ ** $Id: qttableview.cpp,v 1.2 2002/03/09 03:13:15 jwalz Exp $ ** ** Implementation of QtTableView class diff --git a/win/Qt/tileedit.cpp b/win/Qt/tileedit.cpp index 1259af3dc..cbde51867 100644 --- a/win/Qt/tileedit.cpp +++ b/win/Qt/tileedit.cpp @@ -1,4 +1,4 @@ -/* NetHack 3.6 tileedit.cpp $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ */ +/* NetHack 3.6 tileedit.cpp $NHDT-Date: 1524684508 2018/04/25 19:28:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ */ /* Copyright (c) Warwick Allison, 1999. */ /* NetHack may be freely redistributed. See license for details. */ /* diff --git a/win/X11/Install.X11 b/win/X11/Install.X11 index dff03f84b..e628ea0c5 100644 --- a/win/X11/Install.X11 +++ b/win/X11/Install.X11 @@ -1,4 +1,4 @@ -$NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +$NHDT-Date: 1524684524 2018/04/25 19:28:44 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.10 $ This document describes the installation of NetHack with an X11 interface. diff --git a/win/X11/nethack.rc b/win/X11/nethack.rc index f4c1269bf..4f55e119a 100644 --- a/win/X11/nethack.rc +++ b/win/X11/nethack.rc @@ -1,6 +1,6 @@ # # Nethack configuration file. -# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $NHDT-Date: 1524684536 2018/04/25 19:28:56 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.6 $ # # Naming this file $(HOME)/.nethackrc (for UNIX) or setting the environment # variable NETHACKOPTIONS to point to its full path name elsewhere tells diff --git a/win/macosx/NetHackGuidebook.applescript b/win/macosx/NetHackGuidebook.applescript index d6eae4db4..28879c010 100644 --- a/win/macosx/NetHackGuidebook.applescript +++ b/win/macosx/NetHackGuidebook.applescript @@ -1,5 +1,5 @@ #!/usr/bin/osascript -# NetHack 3.6.1 NetHackGuidebook.applescript $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6.1 NetHackGuidebook.applescript $NHDT-Date: 1524684596 2018/04/25 19:29:56 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $ # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2011 # NetHack may be freely redistributed. See license for details. diff --git a/win/macosx/NetHackRecover.applescript b/win/macosx/NetHackRecover.applescript index 31c518eb3..c1db10171 100644 --- a/win/macosx/NetHackRecover.applescript +++ b/win/macosx/NetHackRecover.applescript @@ -1,5 +1,5 @@ #!/usr/bin/osascript -# NetHack 3.6 NetHackRecover.applescript $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6 NetHackRecover.applescript $NHDT-Date: 1524684596 2018/04/25 19:29:56 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.9 $ # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2009 # NetHack may be freely redistributed. See license for details. diff --git a/win/macosx/NetHackTerm.applescript b/win/macosx/NetHackTerm.applescript index 39c03bb66..f1d1eb122 100644 --- a/win/macosx/NetHackTerm.applescript +++ b/win/macosx/NetHackTerm.applescript @@ -1,5 +1,5 @@ #!/usr/bin/osascript -# NetHack 3.6.1 NetHackTerm.applescript $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6.1 NetHackTerm.applescript $NHDT-Date: 1524684597 2018/04/25 19:29:57 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.8 $ # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2011 # NetHack may be freely redistributed. See license for details. diff --git a/win/macosx/recover.pl b/win/macosx/recover.pl index e14aafb14..bb66c8d89 100755 --- a/win/macosx/recover.pl +++ b/win/macosx/recover.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -# NetHack 3.6 recover.pl $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# NetHack 3.6 recover.pl $NHDT-Date: 1524684612 2018/04/25 19:30:12 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.12 $ # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2009 # NetHack may be freely redistributed. See license for details. diff --git a/win/share/renumtiles.pl b/win/share/renumtiles.pl index 1e7fa4687..e9fd4b02d 100644 --- a/win/share/renumtiles.pl +++ b/win/share/renumtiles.pl @@ -1,6 +1,6 @@ #!/bin/perl # -# $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +# $NHDT-Date: 1524684628 2018/04/25 19:30:28 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.4 $ # sub bail($); diff --git a/win/share/tile.doc b/win/share/tile.doc index 1817982a7..baa7bd266 100644 --- a/win/share/tile.doc +++ b/win/share/tile.doc @@ -1,4 +1,4 @@ -NetHack 3.6 tile.doc $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$ +NetHack 3.6 tile.doc $NHDT-Date: 1524684654 2018/04/25 19:30:54 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.7 $ Window ports can optionally make use of the tiles (pictures for NetHack symbols) found in this directory. They are distributed in a text format