summaryrefslogtreecommitdiff
path: root/games/sail/pl_main.c
AgeCommit message (Collapse)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2006-11-02Check fgets failure and clarify character checks.Ray Lai
OK moritz@.
2003-07-06convert some strncpy->strlcpyAnil Madhavapeddy
pjanzen@ ok
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.
2001-02-17Use err() rather than errx() immediately after alloc failure.Paul Janzen
1999-06-13Don't barf on ^D during initial questionsPaul Janzen
1999-03-27Fix rev 1.4Paul Janzen
1999-03-26fix sizeof/strlen typo and limit scanf length; from FreeBSDPaul Janzen
1999-01-18NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game stillPaul Janzen
needs much more work.
1998-03-31Quick fix to shut up the compiler and not to printf() while in curses.Paul Janzen
1995-10-18initial import of NetBSD treeTheo de Raadt