summaryrefslogtreecommitdiffstats
path: root/phantasia
Commit message (Collapse)AuthorAgeFilesLines
...
* Ispell.wiz2002-09-261-3/+3
|
* New sentences begin on new lines.wiz2002-09-261-106/+145
| | | Patch from Richard Elz, slightly improved by yours truly.
* No need to reference .OBJDIR here.thorpej2002-03-051-2/+2
|
* Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross2002-02-081-3/+3
|
* .include <bsd.own.mk> earlygmcgarry2001-12-191-1/+3
|
* Change deprecated curses function calls to new equivalents.blymn2001-12-061-3/+3
|
* remove a spurious .include <bsd.own.mk>perry2001-11-191-3/+1
|
* Spell 'occurred' with two 'r's.wiz2001-09-161-2/+2
|
* fix building of phantasia ($FILES dependency on $PROG broke things)lukem2001-06-061-2/+2
|
* 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.
* remove redundant declschristos2001-02-051-2/+1
|
* Make this produce local objects with .lo suffix.matt2000-06-201-8/+8
|
* Fix arguments to *printw().jdc2000-04-272-4/+4
|
* HOST_CC -> HOST_LINK.cpk2000-04-241-2/+2
|
* Fix two ubiquitous operator precedence error of typejdolecek2000-03-301-3/+3
| | | | bar = foo + (cond) ? x : y. Patch sent by John Darrow in bin/9698.
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* Fix uses of namespaces reserved by ISO C or POSIX.1.jsm1999-09-301-1/+10
|
* Cleanup and warning fixes for phantasia/setup.c.jsm1999-09-191-4/+17
|
* Fix -Wsign-compare warnings.jsm1999-09-181-2/+2
|
* A couple more checks for file descriptor < 3 missed earlier.jsm1999-09-131-1/+3
|
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-085-34/+34
| | | the games.
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-082-4/+4
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* Add use of `const' where appropriate to the games.jsm1999-09-089-57/+57
| | | | | | | | | This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
* Don't chown installed files or directories if UNPRIVILEGED is defined.simonb1999-08-211-1/+5
| | | | | "make build" should now work as a non-root user (tested on Alpha). mtree spits out lots of warnings during "make distrib-dirs", but these are non-fatal.
* Make phrase to enter password again clearerhubertf1999-08-181-2/+2
|
* Remove obsolete header file. Fixes PR bin/6700 by Joseph S. Myers.tron1999-01-021-56/+0
|
* tweaks to pass DESTDIR to subprograms when it is defined in /etc/mk.confdbj1998-12-061-3/+3
| | | but is not in the environment.
* Add braces to make the new egcs happy.veego1998-08-303-7/+11
|
* const poisoning.mycroft1998-07-272-4/+4
|
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
|
* Remove -lcompat; not neededchristos1998-02-041-3/+3
|
* don't clobber the score file!mrg1997-11-241-1/+8
|
* install games files with the correct permissions.mrg1997-11-201-2/+2
|
* install games that need it setgid.mrg1997-11-201-1/+2
|
* WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...lukem1997-10-1312-6375/+4302
|
* enable WARNS?=1 by default, & temporarily disable for the few unclean programslukem1997-10-121-1/+2
|
* getopt returns -1 not EOFlukem1997-10-121-2/+2
|
* Use tbl support from bsd.man.mk instead of having a special rule.phil1997-06-301-5/+2
|
* Back out BUILDDIR and NOINSTALL changes.cjs1997-05-311-3/+3
|
* These updates to the build allow building against include filescjs1997-05-261-3/+3
| | | | | | | | | and libs in the object tree, if you use a separate object tree, while maintaining backward compatability with other build methods. See the notes in src/share/mk/bsd.README for full details. Note that the `make includes' target now only installs the include files in the build directory (if you use one--otherwise they go in DESTDIR just like before); `make install' will install include files in DESTDIR.
* Use afterinstall, not beforeinstall.mycroft1997-05-091-2/+2
|
* Allow this to be cross-compiled.thorpej1997-04-191-4/+10
|
* Sync to 4.4BSD-Lite2, not that you'd know because none of these files have ↵tls1997-01-072-4/+9
| | | | SCCS ID strings!
* use posix-style : for chown uid/group separatorjtk1996-06-011-2/+2
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-246-13/+16
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* rcs id conventionscgd1995-03-2421-0/+41
|
* Use ${DESTDIR}.pk1995-03-082-13/+20
|
* specify man pages the new way.cgd1994-12-221-3/+4
|
* phantasia(6), from 44litejtc1994-10-2123-0/+9731