| Age | Commit message (Expand) | Author |
| 2022-06-27 | fix various typos in comments. | andvar |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2021-05-02 | games: remove trailing whitespace in *.c and *.h | rillig |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2017-10-02 | Include time.h for time. Drop sys/types.h and expect basic working | joerg |
| 2014-06-14 | remove remaining makefile support for GCC < 45 that i found. | mrg |
| 2013-02-16 | Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to... | jmcneill |
| 2011-09-01 | reinstate NULL cast by request, where the NULL was being passed as a vararg | plunky |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-07-03 | apply some -O0 with gcc 4.5 and vax. | mrg |
| 2010-02-06 | When using -lcurses, you also need -lterminfo. | he |
| 2009-08-31 | Dumping all system includes anything uses in one big header file is so 1986. | dholland |
| 2009-08-12 | sprinkle static | dholland |
| 2009-05-27 | Rearrange where the alternate definition of __dead goes. | dholland |
| 2009-05-26 | Edit some. | dholland |
| 2009-05-26 | Assorted fixes (mostly grammar, some markup) from OpenBSD. | dholland |
| 2009-05-26 | Paranoia about lengths of login names. From pjanzen of OpenBSD. | dholland |
| 2009-05-26 | Avoid SIGSEGV on users not in password file. From pjanzen of OpenBSD. | dholland |
| 2009-05-25 | sprintf -> snprintf | dholland |
| 2009-05-25 | ANSIfy function declarations. Object file diffs cross-checked. | dholland |
| 2009-05-25 | attribute noreturn -> __dead | dholland |
| 2008-08-08 | if initscr() fails, exit with a message rather than crash in the | drochner |
| 2008-01-28 | Make this build with WARNS=4 by not reusing names from <math.h>. | dholland |
| 2008-01-16 | Only pull in <sys/cdefs.h> on NetBSD, to fix build on Solaris 10. | lukem |
| 2007-12-18 | more __dead fallout: these two files are built for the native host, not | dogcow |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2007-12-15 | include sys/cdefs.h so that __attribute__ can be fixed later | perry |
| 2006-05-13 | Coverity CID 3508: Fix file leak. | christos |
| 2005-02-15 | Don't presume phantasia's internal bool (char) is the same as that in | jsm |
| 2005-02-15 | Cast last argument of execl to (char *). | jsm |
| 2004-12-09 | Redo how void gets init'd. | jmc |
| 2004-04-11 | Undef bool before including <curses.h>, since it tries to typedef | he |
| 2004-04-07 | Rework to use curses.h only on the target, not on the host. | ross |
| 2004-02-08 | Fix race in parallel make when creating multiple targets in one operation. | lukem |
| 2004-02-08 | Mark variables changed between setjmp and longjmp as volatile rather | jsm |
| 2004-01-03 | Move AUTHORS section directly before BUGS section. | wiz |
| 2004-01-01 | When cleaning up, only close files that have been opened successfully. | jsm |
| 2003-11-16 | Improve how various "simple" host tools are built and invoked. | lukem |
| 2003-10-21 | Rework how MAKEVERBOSE operates: | lukem |
| 2003-10-19 | rework to use the newer _MKMSGCREATE (et al) macros | lukem |
| 2003-10-19 | Support MAKEVERBOSE. (Some host tools still generate verbose runtime messages) | lukem |
| 2003-10-18 | rework to use BUILDSYMLINKS and the <bsd.sys.mk> rule for .c.lo | lukem |
| 2003-09-30 | remove unnecessary / | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-18 | Use standard section header; add nokeep to table to avoid page/line break | wiz |
| 2003-05-08 | de-__P(). | wiz |
| 2003-01-20 | The Double-Semi-Colon Police. | simonb |
| 2002-09-26 | Lots of minor fixes resulting from reading these man pages in detail. | wiz |
| 2002-09-26 | Mdoc nits -- unneeded ". | wiz |
| 2002-09-26 | Ispell. | wiz |