summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* mdoc'ify.wiz2001-04-042-276/+301
|
* Whitespace and/or punctuation fixes.wiz2001-04-024-26/+26
|
* mdoc'ify, and clean up in the process.wiz2001-04-021-51/+62
|
* Whitespace and/or punctuation fixes.wiz2001-04-0216-162/+162
|
* Convert to mdoc. Still needs tbl for two tables that have more than 6wiz2001-04-021-640/+570
| | | columns, but looks much nicer now.
* Build the data files in the obj/compile directory and install them withsimonb2001-03-272-34/+29
| | | | FILES and FILESDIR. "Problem" reported by David Querbach on current-users.
* Make mostly gcc -W clean, and other cleanup:jsm2001-03-2552-330/+339
| | | | | | | | | | | | Use const. Add __noreturn__ attributes. Add a __format__ attribute. Add __unused__ attributes. Use symbolic constants for open() and lseek(). Declare types of all function parameters; convert some function definitions to ISO C form. Ensure standard file descriptors are open on startup. Check for errors writing output of makedefs. Avoid duplicate definitions of variables.
* Fix problem noted in PR 6649 (trailing whitespace on .Nm)garbled2001-03-071-2/+2
|
* convert to use getprogname()cgd2001-02-192-10/+7
|
* kill dupepooka2001-02-101-4/+0
|
* Fix simple typo. From bdc@world.std.com in PR misc/12150.simonb2001-02-071-1/+1
|
* fix redundant decls and nested externschristos2001-02-054-14/+14
|
* remove redundant decls.christos2001-02-0520-132/+40
|
* remove duplicate declschristos2001-02-051-5/+1
|
* fix nested externschristos2001-02-051-4/+5
|
* remove redundant declschristos2001-02-051-2/+1
|
* - rename getchar to lgetchar to avoid conflicts with the stdio getcharchristos2001-02-0513-100/+104
| | | | - fix redundant decls and nested externs - use snprintf instead of sprintf
* remove redundant declschristos2001-02-052-9/+5
|
* eliminate nested externschristos2001-02-052-6/+7
|
* fix redundant decls and nested externs. while I am here change my copyrightchristos2001-02-056-45/+36
| | | to TNF.
* fix nested externschristos2001-02-051-4/+5
|
* fix nested extern and usage messagechristos2001-02-051-4/+5
|
* remove redundant declchristos2001-02-051-4/+2
|
* fix nested externchristos2001-02-054-21/+20
|
* remove redundant declchristos2001-02-051-4/+2
|
* fix redundant decls and nested externschristos2001-02-052-4/+6
|
* fix nested externchristos2001-02-051-5/+5
|
* eliminate redundant declschristos2001-02-052-5/+5
|
* Tyop: foresight, not forsight (FreeBSD PR/24637)mjl2001-01-303-3/+3
|
* play(): use snprintf() instead of hard-to-parse strncpy() callsjdolecek2001-01-251-6/+3
|
* avoid strange typcast.itojun2001-01-202-9/+10
|
* comment or delete text after CPP directives.cgd2001-01-1610-32/+32
|
* include stdlib.h for prototypes (typically for exit()).cgd2001-01-163-6/+9
|
* avoid C sequence point issues warned about by development version of gcc.cgd2001-01-162-7/+7
|
* The capital of Mordor is _not_ Minas Morgul.jwise2001-01-121-1/+1
|
* - openlog "huntd" instead of "HUNT"lukem2001-01-093-16/+21
| | | | | - consistently log non-critical errors at LOG_WARNING not LOG_ERR - consistently use positive numbers for exit() and _exit() - one warning was using printf() instead of syslog()
* convert to using .WAITlukem2001-01-092-9/+4
|
* use more standard %ll_ in favour of %q_lukem2001-01-041-3/+4
|
* need string.h for prototype (checked with alpha)itojun2001-01-043-6/+9
|
* Normalize signature of ship handling functions -- struct ship * from andjwise2001-01-048-54/+54
| | | struct ship * to are now always the first two args.
* Various stylistic nits.jwise2001-01-048-36/+40
|
* Use License templates from localsrc for license on new files.jwise2001-01-042-4/+18
|
* Break out curses display-related globals into a new header file, so thatjwise2001-01-0410-32/+73
| | | <curses.h> doesn't have to be included all over the place.
* More rationalization of include files:jwise2001-01-0421-46/+100
| | | | | | | | a.) Don't include a zillion system headers from "extern.h" (actually, don't include any). b.) Break a global jmp_buf variable into a new file, so <setjmp.h> doesn't have to be pulled in everywhere (it's only used in two places). The (one line) new file is (c) TNF with a three-clause license, FW(L)IW.
* Rationalize inclusion of header files: cut down on `include everythingjwise2001-01-0416-67/+61
| | | | everywhere' a little (more to go), and as per KNF, local includes after system includes.
* Second half of static-ization of local funcs.jwise2001-01-0412-42/+104
|
* G/C undocumented and unimplemented `-D' (debug) option.jwise2001-01-043-11/+6
|
* First half of static-ization of local funcs.jwise2001-01-049-40/+69
|
* De-`register'jwise2001-01-041-5/+5
|
* Fix getopt usage (again) in case where user does not choose a scenario onjwise2001-01-011-2/+5
| | | the command line.