summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2017-04-16According to termcap(3), char PC, *BC, *UP need to be extern. Fixes anTheo Buehler
2017-04-10Clean up disabled declaration in the text struct.Frederic Cambus
2017-04-08snprintf() format string should be literalGleydson Soares
2017-04-08format string is better be literalGleydson Soares
2017-01-21Nuke whitespace foolish enough to expose itself during the greatKenneth R Westerback
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultKenneth R Westerback
2017-01-20mark the prototypes of tutor() and leave() as __dead as well.Theo Buehler
2017-01-20Mark functions that do not return as __dead to quiet gcc warnings.Kenneth R Westerback
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2016-12-25gcc says "if you define labels and don't use them, I will whine."Kenneth R Westerback
2016-12-21Eliminate another 'calculated, not used' warning by nuking a spuriousKenneth R Westerback
2016-12-03elements 113, 115, 117, and 118; from pjanzenJason McIntyre
2016-12-01Remove useless #ifndef in atc(6) and pom(6).Frederic Cambus
2016-11-05spelling fix from eric van gyzen, freebsd r308293;Jason McIntyre
2016-09-12If boardspec doesn't consist entirely of lower case letters, there will beTheo Buehler
2016-09-12fix init, from randy hartman; ok tb@Otto Moerbeek
2016-09-11Callers of time(3) should #include <time.h>.Theo Buehler
2016-09-11KNF: Break an overlong line. No binary change.Theo Buehler
2016-09-09These games have been broken for the better part of a year, ever sinceTheo Buehler
2016-09-02Make build deterministic by not randomizing the datfiles themselves,Theo Buehler
2016-09-01In 32 bits sqrt(val) + 1 can overflow, so some big primes stillTheo Buehler
2016-08-31Fix a bogus comment: "factors of" -> "coprime to". Replace theTheo Buehler
2016-08-27the quotes in "unkempt thoughts" were authored by stanislaw lec,Jason McIntyre
2016-08-27Pull in <stdio.h> for NULLPhilip Guenther
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-08-27Pull in <sys/select.h> for fd_setPhilip Guenther
2016-08-27Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(),Philip Guenther
2016-08-27Pull in <time.h> for time() and perhaps other functionsPhilip Guenther
2016-08-14Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.Philip Guenther
2016-07-11Instead of using the floating point square root, use an integer versionTheo Buehler
2016-06-10Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>.Theo Buehler
2016-06-10When eliding a row, clear the invisible row zero, so that no columnsTheo Buehler
2016-03-30for some time now mandoc has not required MLINKS to functionJason McIntyre
2016-03-28remove unused variablesCharles Longeau
2016-03-21Instead of creating a socket with socket() or accept() and thenPhilip Guenther
2016-03-16Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre
2016-03-15execl(3) calls must have the last argument casted to (char *)NULLmestre
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