Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 07/27/1999 18:45:45
Module Name:	basesrc
Committed By:	hubertf
Date:		Wed Jul 28 01:45:44 UTC 1999

Modified Files:
	basesrc/games/battlestar: battlestar.6 battlestar.c cypher.c extern.h
	    init.c save.c

Log Message:
This patch improves the handling of save files in battlestar(6), by
allowing the user to choose the name of the save file and specify it
on the command line when restoring.  It also eliminates a buffer
overrun in determining the path to the save file, and any particular
arbitrary limit on the name length.  In the name of a tidier home
directory, the default name is changed from "Bstar" to ".Bstar".

Patch supplied in PR 8085 by Joseph Myers <jsm28@cam.ac.uk>
Minor modification (s/startup/filename/ in initialize()) by me.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/games/battlestar/battlestar.6
cvs rdiff -r1.7 -r1.8 basesrc/games/battlestar/battlestar.c
cvs rdiff -r1.8 -r1.9 basesrc/games/battlestar/cypher.c \
    basesrc/games/battlestar/init.c basesrc/games/battlestar/save.c
cvs rdiff -r1.11 -r1.12 basesrc/games/battlestar/extern.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.