summaryrefslogtreecommitdiffstats
path: root/battlestar/extern.h
Commit message (Expand)AuthorAgeFilesLines
* Make hash table static in parse.c.jsm2000-09-241-5/+1
* Make functions local to parse.c static.jsm2000-09-241-4/+1
* Clean up fly.c by making local variables and functions static andjsm2000-09-241-8/+1
* Use a lookup table to identify whether objects are plural or singular,jsm2000-09-231-1/+6
* Various improvements to parsing in battlestar, mostly from OpenBSD.jsm2000-09-211-2/+3
* Patches from OpenBSD: add verbs "open"/"unlock" (essentially a no-op),jsm2000-09-171-1/+6
* Store copy of username with strdup rather than using a fixed lengthjsm2000-09-091-5/+2
* Put prototypes in alphabetical order.jsm2000-09-091-7/+7
* Make code clearer; add a macro ROOMDESC for the number of times a roomjsm2000-09-081-1/+4
* Rename move() to moveplayer() to avoid clashing with libcurses.mycroft2000-07-231-2/+2
* Declare variables in extern.h as extern, and add non-externjsm1999-09-141-40/+40
* Use time() instead of gettimeofday().jsm1999-09-141-3/+2
* Fix uses of names of library functions for other purposes.jsm1999-09-131-2/+2
* This patch improves the handling of save files in battlestar(6), byhubertf1999-07-281-4/+7
* Drop setgid privileges early. Derived from OpenBSD and sent in as PR 5970hubertf1999-07-211-1/+2
* Const poisoning, per PR 6660 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-02-101-22/+22
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-4/+4
* - really make extern char's extern.mrg1998-03-291-6/+6
* change includes to fix compiler warningperry1998-02-031-1/+3
* KNFify (with indent)lukem1997-10-111-120/+121
* WARNSifylukem1997-10-101-6/+75
* sigh, fix RCS ID againtls1997-01-071-1/+1
* RCS ID Policetls1997-01-071-0/+2
* Sync to 4.4BSD-Lite2tls1997-01-071-1/+2
* Import from 4.4BSD-Lite2tls1996-12-281-0/+297