summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2016-03-08- ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it somestre
2016-03-08Headers cleanup with and OK tb@mestre
2016-03-07eliminate do_malloc() and do_free().tb
2016-03-07Remove unused fields posfile and was_pos_file from FILEDESC andtb
2016-03-07remove -u? from usage();Jason McIntyre
2016-03-07- General changes:mestre
2016-03-05Convert a hand-rolled strtonum to a call to strtonum(3). This preventstb
2016-03-05KNF: wrap three overly long lines. No binary change.tb
2016-03-04- Convert atoi(3) to strtonum(3)mestre
2016-03-02Fix score file nameTim van der Molen
2016-02-28Add back undocumented -h switch defaulting to usage().tb
2016-02-27Untangle a mess of nested ternary operators.tb
2016-02-26- Remove -h and -? from getopt(3), they weren't documented on manpage anywaymestre
2016-02-26- Convert atoi(3) to strtonum(3)mestre
2016-02-09- Remove parameter fd from snscore() since it's never usedmestre
2016-02-02- Swap atoi(3) for strtonum(3)mestre
2016-01-27- optarg and optind are declared by unistd.h, so remove them...Gleydson Soares
2016-01-25Remove unused headermestre
2016-01-19Teach morse(6) the <AC> prosign as '@', as added on May 24, 2004 (theStuart Henderson
2016-01-18There are now distinct codes for left and right parentheses.Stuart Henderson
2016-01-18Add a reference to the current ITU Morse code document.Stuart Henderson
2016-01-13there's a resource leak here. missing a fclose(3) to kill the stream.Gleydson Soares
2016-01-10#ifdef QUEST then a few functions won't work, because of that includemestre
2016-01-10Remove needless casts to (char *) NULL. Some were kept, namely for execl(3)mestre
2016-01-10As per style(9), remove remaining lint-style comments from games/mestre
2016-01-10Remove unnecessary headersmestre
2016-01-09Remove several casts to (char *) 0 and replace them by NULLmestre
2016-01-09ANSIfy grammar.y on atc(6), all other files already aremestre
2016-01-09This diff is rather large, but it's just simply removing unnecessary headersmestre
2016-01-08ANSIfy gomoku(6) and change a char* to u_char*mestre
2016-01-08ANSIfy sail(6) plus some cleanupmestre
2016-01-08Headers clean upmestre
2016-01-08Remove unnecessary headers an sortmestre
2016-01-08Straightforward headers cleanupmestre
2016-01-08ANSIfy monop(6)mestre
2016-01-08Headers cleanup and removal where suitablemestre
2016-01-08ANSIfy mille(6)mestre
2016-01-08Headers cleanup and also the following:mestre
2016-01-08add missing 'void'tb
2016-01-08Structural integrity hasn't improved in over twenty years.tb
2016-01-07ANSIfy hunt(6)mestre
2016-01-07Headers cleanup and sortingmestre
2016-01-07hack expects to be able to read ^Z as a normal character so disableTodd C. Miller
2016-01-07Some basic code maintenance in games/tb
2016-01-07ANSIfy trek(6)mestre
2016-01-07Remove unnecessary headers and sort the remaining alphabeticallymestre
2016-01-06Forgot to remove this file on my previous commitmestre
2016-01-06Remove unnecessary header files from phantasia(6)mestre
2016-01-06ansifytb
2016-01-06Last step of ansification of phantasia:tb