summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove some escapes that are unnecessary/harmful. ok jmc schwarzetedu2017-05-281-5/+5
* remove unused macrotedu2017-05-281-3/+1
* there are no bugs; i fixed themtedu2017-05-281-7/+2
* if your dying scream would escape the death field, realign to stay withintedu2017-05-281-2/+5
* high scores printed too far to the right, move it left a littletedu2017-05-281-2/+2
* forgot to remove mention of deleted dump/restart.tedu2017-05-264-185/+4
* save and restore hasn't worked for some time, not since -fPIE, since ittedu2017-05-265-191/+8
* Silence a whole slew of clang warnings by doing a no-op in the crazytb2017-05-192-8/+8
* According to termcap(3), char PC, *BC, *UP need to be extern. Fixes antb2017-04-161-2/+2
* Clean up disabled declaration in the text struct.fcambus2017-04-101-4/+1
* snprintf() format string should be literalgsoares2017-04-081-2/+2
* format string is better be literalgsoares2017-04-081-3/+3
* Nuke whitespace foolish enough to expose itself during the greatkrw2017-01-2118-314/+314
* In "%.*s" the * takes (int). gcc whines if you try to use the resultkrw2017-01-201-2/+2
* mark the prototypes of tutor() and leave() as __dead as well.tb2017-01-202-4/+6
* Mark functions that do not return as __dead to quiet gcc warnings.krw2017-01-202-4/+4
* Nuke some excess whitespace.krw2017-01-201-4/+4
* gcc says "if you define labels and don't use them, I will whine."krw2016-12-251-6/+6
* Eliminate another 'calculated, not used' warning by nuking a spuriouskrw2016-12-211-2/+2
* elements 113, 115, 117, and 118; from pjanzenjmc2016-12-031-0/+4
* Remove useless #ifndef in atc(6) and pom(6).fcambus2016-12-012-10/+2
* spelling fix from eric van gyzen, freebsd r308293;jmc2016-11-051-1/+1
* If boardspec doesn't consist entirely of lower case letters, there will betb2016-09-121-13/+11
* fix init, from randy hartman; ok tb@otto2016-09-121-2/+3
* Callers of time(3) should #include <time.h>.tb2016-09-1112-12/+24
* KNF: Break an overlong line. No binary change.tb2016-09-111-3/+3
* These games have been broken for the better part of a year, ever sincetb2016-09-093-6/+27
* Make build deterministic by not randomizing the datfiles themselves,tb2016-09-021-3/+3
* In 32 bits sqrt(val) + 1 can overflow, so some big primes stilltb2016-09-011-4/+4
* Fix a bogus comment: "factors of" -> "coprime to". Replace thetb2016-08-312-10/+10
* the quotes in "unkempt thoughts" were authored by stanislaw lec,jmc2016-08-271-4/+4
* Pull in <stdio.h> for NULLguenther2016-08-272-2/+4
* Pull in <sys/select.h> for fd_setguenther2016-08-271-1/+3
* Pull in <sys/select.h> for fd_setguenther2016-08-2711-11/+23
* Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(),guenther2016-08-275-5/+10
* Pull in <time.h> for time() and perhaps other functionsguenther2016-08-274-4/+8
* Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull.guenther2016-08-141-3/+3
* Instead of using the floating point square root, use an integer versiontb2016-07-112-22/+39
* Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>.tb2016-06-102-8/+7
* When eliding a row, clear the invisible row zero, so that no columnstb2016-06-101-1/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-303-6/+3
* remove unused variableschl2016-03-282-4/+2
* Instead of creating a socket with socket() or accept() and thenguenther2016-03-212-18/+11
* Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre2016-03-165-11/+19
* execl(3) calls must have the last argument casted to (char *)NULLmestre2016-03-152-6/+6
* - ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it somestre2016-03-081-2/+4
* Headers cleanup with and OK tb@mestre2016-03-0810-24/+26
* eliminate do_malloc() and do_free().tb2016-03-071-39/+9
* Remove unused fields posfile and was_pos_file from FILEDESC andtb2016-03-071-13/+9
* remove -u? from usage();jmc2016-03-071-2/+2