summaryrefslogtreecommitdiffstats
path: root/phantasia
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-053-15/+15
* Fix circle depCameron Katri2021-04-091-1/+1
* Use PREFIX nowCameron Katri2021-03-282-14/+16
* Get all the games compiling for iOSCameron Katri2021-02-223-131/+130
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-033-6/+17
* Include time.h for time. Drop sys/types.h and expect basic workingjoerg2017-10-021-2/+2
* remove remaining makefile support for GCC < 45 that i found.mrg2014-06-141-2/+2
* Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to...jmcneill2013-02-161-5/+5
* reinstate NULL cast by request, where the NULL was being passed as a varargplunky2011-09-011-2/+2
* NULL does not need a castplunky2011-08-311-2/+2
* apply some -O0 with gcc 4.5 and vax.mrg2011-07-031-1/+5
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
* Dumping all system includes anything uses in one big header file is so 1986.dholland2009-08-319-48/+109
* sprinkle staticdholland2009-08-126-56/+60
* Rearrange where the alternate definition of __dead goes.dholland2009-05-272-6/+6
* Edit some.dholland2009-05-261-36/+34
* Assorted fixes (mostly grammar, some markup) from OpenBSD.dholland2009-05-261-50/+68
* Paranoia about lengths of login names. From pjanzen of OpenBSD.dholland2009-05-261-2/+2
* Avoid SIGSEGV on users not in password file. From pjanzen of OpenBSD.dholland2009-05-261-3/+10
* sprintf -> snprintfdholland2009-05-252-8/+15
* ANSIfy function declarations. Object file diffs cross-checked.dholland2009-05-257-128/+79
* attribute noreturn -> __deaddholland2009-05-251-2/+2
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-2/+5
* Make this build with WARNS=4 by not reusing names from <math.h>.dholland2008-01-281-5/+5
* Only pull in <sys/cdefs.h> on NetBSD, to fix build on Solaris 10.lukem2008-01-161-2/+5
* more __dead fallout: these two files are built for the native host, notdogcow2007-12-181-1/+6
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-152-4/+4
* include sys/cdefs.h so that __attribute__ can be fixed laterperry2007-12-152-2/+4
* Coverity CID 3508: Fix file leak.christos2006-05-131-2/+3
* Don't presume phantasia's internal bool (char) is the same as that injsm2005-02-155-11/+13
* Cast last argument of execl to (char *).jsm2005-02-151-2/+2
* Redo how void gets init'd.jmc2004-12-092-16/+18
* Undef bool before including <curses.h>, since it tries to typedefhe2004-04-116-6/+12
* Rework to use curses.h only on the target, not on the host.ross2004-04-079-11/+19
* Fix race in parallel make when creating multiple targets in one operation.lukem2004-02-081-3/+6
* Mark variables changed between setjmp and longjmp as volatile ratherjsm2004-02-082-14/+7
* Move AUTHORS section directly before BUGS section.wiz2004-01-031-4/+4
* When cleaning up, only close files that have been opened successfully.jsm2004-01-012-7/+11
* Improve how various "simple" host tools are built and invoked.lukem2003-11-161-5/+5
* Rework how MAKEVERBOSE operates:lukem2003-10-211-5/+3
* rework to use the newer _MKMSGCREATE (et al) macroslukem2003-10-191-3/+3
* Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages)lukem2003-10-191-1/+5
* rework to use BUILDSYMLINKS and the <bsd.sys.mk> rule for .c.lolukem2003-10-181-6/+3
* remove unnecessary /lukem2003-09-301-2/+2
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
* Use standard section header; add nokeep to table to avoid page/line breakwiz2003-05-181-2/+3
* de-__P().wiz2003-05-084-77/+77
* The Double-Semi-Colon Police.simonb2003-01-201-2/+2
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-10/+11
* Mdoc nits -- unneeded ".wiz2002-09-261-15/+15