summaryrefslogtreecommitdiffstats
path: root/games/phantasia/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pull in <time.h> for time() and perhaps other functionsguenther2016-08-271-1/+2
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-101-16/+1
* add missing 'void'tb2016-01-081-2/+2
* Remove unnecessary header files from phantasia(6)mestre2016-01-061-5/+12
* Ansify the bulk of phantasia. No binary change on amd64. Basedtb2016-01-061-14/+10
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-161-2/+3
* Remove a pile of (obviously unused) #ifdef SYSV and BSD41 and BSD42deraadt2014-07-121-92/+1
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-5/+2
* as of 1989, fread/fwrite take void *, so there's no need to cast to char *.tedu2010-12-151-5/+5
* comment repairderaadt2003-04-251-5/+5
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-061-8/+13
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-2/+2
* crmode -> cbreakpjanzen2002-05-311-5/+5
* do not install a SIGSEGV handlermillert2002-05-061-1/+9
* Tidy, avoid segfaults on unknown users, and deal with long usernamespjanzen2001-02-041-8/+13
* use SEEK_SET; improve an error message.pjanzen2000-06-291-5/+5
* NetBSD merge (mainly -Wall related)pjanzen1998-11-291-785/+757
* Clear up a warning: printw doesn't take a const char, printf doespjanzen1998-11-281-2/+1
* Ok, so I was bored and couldn't sleep...downsj1998-07-101-0/+22
* avoid fclose(NULL)deraadt1997-12-081-4/+16
* fixed the "/* in comments" problem.fn1996-05-261-10/+10
* initial import of NetBSD treederaadt1995-10-181-0/+1290