summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* - General changes:mestre2016-03-0727-91/+87
* Convert a hand-rolled strtonum to a call to strtonum(3). This preventstb2016-03-051-28/+26
* KNF: wrap three overly long lines. No binary change.tb2016-03-051-4/+7
* - Convert atoi(3) to strtonum(3)mestre2016-03-041-10/+11
* Fix score file nametim2016-03-021-3/+3
* Add back undocumented -h switch defaulting to usage().tb2016-02-281-2/+3
* Untangle a mess of nested ternary operators.tb2016-02-271-2/+25
* - Remove -h and -? from getopt(3), they weren't documented on manpage anywaymestre2016-02-261-5/+3
* - Convert atoi(3) to strtonum(3)mestre2016-02-261-17/+6
* - Remove parameter fd from snscore() since it's never usedmestre2016-02-091-7/+7
* - Swap atoi(3) for strtonum(3)mestre2016-02-021-5/+5
* - optarg and optind are declared by unistd.h, so remove them...gsoares2016-01-271-8/+9
* Remove unused headermestre2016-01-251-2/+1
* Teach morse(6) the <AC> prosign as '@', as added on May 24, 2004 (thesthen2016-01-192-7/+35
* There are now distinct codes for left and right parentheses.sthen2016-01-181-3/+3
* Add a reference to the current ITU Morse code document.sthen2016-01-181-2/+8
* there's a resource leak here. missing a fclose(3) to kill the stream.gsoares2016-01-131-1/+2
* #ifdef QUEST then a few functions won't work, because of that includemestre2016-01-101-1/+4