housekeeping: mark trunk sources 3.5 (misc)

This commit is contained in:
nethack.allison
2005-01-02 17:21:18 +00:00
parent 66cdbb6f0d
commit e9b022d579
168 changed files with 221 additions and 221 deletions

View File

@@ -1,4 +1,4 @@
Instructions for Installing NetHack 3.4.3
Instructions for Installing NetHack 3.5.0
on a VMS (aka OpenVMS) system
=========================================
@@ -136,10 +136,10 @@
Notes:
1. Save files and bones files from versions 3.4.0, 3.4.1 and 3.4.2 will
work with 3.4.3; those from earlier versions will not. The scoreboard
file (RECORD) from 3.4.x or 3.3.x will also work; one from version
3.2.x is slightly different format but should be compatible.
1. Save files and bones files from 3.4.x and earlier versions
will not work with 3.5.0. The scoreboard file (RECORD) from
3.4.x or 3.3.x will work; one from version 3.2.x is a slightly different
format but should be compatible.
2. To specify user-preference options in your environment, define the
logical name NETHACKOPTIONS to have the value of a quoted string

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - data files: special levels and other data.
# SCCS Id: @(#)Makefile.dat 3.4 2002/03/02
# SCCS Id: @(#)Makefile.dat 3.5 2002/03/02
# Copy this file to [.dat]Makefile.; no editing needed.

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for the [Unix] documentation.
# SCCS Id: @(#)Makefile.doc 3.4 1993/01/06
# SCCS Id: @(#)Makefile.doc 3.5 1993/01/06
# Copy this file to [.doc]Makefile. and edit it if needed.

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for building nethack itself.
# SCCS Id: @(#)Makefile.src 3.4 2003/02/13
# SCCS Id: @(#)Makefile.src 3.5 2003/02/13
# Copy this file to [.src]Makefile. and then edit it as needed.
# The default configuration is for building with DEC C (aka Compaq C).
@@ -90,7 +90,7 @@ RANDOBJ = random.obj
# Other things that have to be reconfigured are in vmsconf.h,
# and config.h
VERSION = 3.4.3
VERSION = 3.5.0
MAKEDEFS = $(UTL)makedefs.exe;

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - top level for making & installing everything.
# SCCS Id: @(#)Makefile.top 3.4 2003/05/19
# SCCS Id: @(#)Makefile.top 3.5 2003/05/19
# Copy this file to <top>Makefile.; edit the appropriate values for
# GAMEDIR ("playground" location) and GAMEOWNER (UIC or identifier

View File

@@ -1,5 +1,5 @@
# NetHack Makefile (VMS) - for utility programs.
# SCCS Id: @(#)Makefile.utl 3.4 2002/03/02
# SCCS Id: @(#)Makefile.utl 3.5 2002/03/02
# Copy this file to [.util]Makefile. and then edit it as needed.
# The default configuration is for building with DEC C (aka Compaq C).

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)lev_lex.h 3.4 1999/08/08 */
/* SCCS Id: @(#)lev_lex.h 3.5 1999/08/08 */
/* "vms/lev_lex.h" copied into "util/stdio.h" for use in *_lex.c only!
* This is an awful kludge to allow util/*_lex.c made by SunOS's `lex'
* to be compiled as is. (It isn't needed with `flex' or VMS POSIX

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)oldcrtl.c 3.4 1995/06/01 */
/* SCCS Id: @(#)oldcrtl.c 3.5 1995/06/01 */
/* Pat Rankin May'90 */
/* VMS NetHack support, not needed for vms 4.6,4.7,5.x,or later */

View File

@@ -1,5 +1,5 @@
$ ! vms/vmsbuild.com -- compile and link NetHack 3.4.* [pr]
$ version_number = "3.4.3"
$ ! vms/vmsbuild.com -- compile and link NetHack 3.5.* [pr]
$ version_number = "3.5.0"
$ !
$ ! usage:
$ ! $ set default [.src] !or [-.-.src] if starting from [.sys.vms]

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsfiles.c 3.4 1999/08/29 */
/* SCCS Id: @(#)vmsfiles.c 3.5 1999/08/29 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmail.c 3.4 1995/06/01 */
/* SCCS Id: @(#)vmsmail.c 3.5 1995/06/01 */
/* Copyright (c) Robert Patrick Rankin, 1991. */
/* NetHack may be freely redistributed. See license for details. */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmain.c 3.4 2003/10/16 */
/* SCCS Id: @(#)vmsmain.c 3.5 2003/10/16 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
/* main.c - VMS NetHack */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsmisc.c 3.4 1996/03/02 */
/* SCCS Id: @(#)vmsmisc.c 3.5 1996/03/02 */
/* NetHack may be freely redistributed. See license for details. */
#include <ssdef.h>

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmstty.c 3.4 2003/09/18 */
/* SCCS Id: @(#)vmstty.c 3.5 2003/09/18 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
/* tty.c - (VMS) version */

View File

@@ -1,4 +1,4 @@
/* SCCS Id: @(#)vmsunix.c 3.4 2001/07/27 */
/* SCCS Id: @(#)vmsunix.c 3.5 2001/07/27 */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */