summaryrefslogtreecommitdiffstats
path: root/battlestar/init.c
Commit message (Collapse)AuthorAgeFilesLines
* Use random(), not rand().dholland2014-03-221-3/+3
|
* KNF and WARNS=3jmc2005-07-011-9/+6
|
* Remove uses of __P.jsm2004-01-271-5/+5
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Store copy of username with strdup rather than using a fixed lengthjsm2000-09-091-11/+18
| | | buffer. Also make initialization functions and arrays static.
* Use strncpy() rather than strcpy() with fixed size buffer.jsm1999-09-181-3/+3
|
* Fix uses of names of library functions for other purposes.jsm1999-09-131-4/+4
|
* This patch improves the handling of save files in battlestar(6), byhubertf1999-07-281-7/+11
| | | | | | | | | | 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.
* Const poisoning, per PR 6660 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-02-101-8/+8
|
* KNFify (with indent)lukem1997-10-111-12/+12
|
* WARNSifylukem1997-10-101-13/+15
|
* Sync to 4.4BSD-Lite2tls1997-01-071-5/+5
|
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Initialize locations before checking wizard mode.mycroft1993-04-191-1/+1
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+130