Age | Commit message (Expand) | Author |
2017-04-16 | According to termcap(3), char PC, *BC, *UP need to be extern. Fixes an | Theo Buehler |
2017-04-10 | Clean up disabled declaration in the text struct. | Frederic Cambus |
2017-04-08 | snprintf() format string should be literal | Gleydson Soares |
2017-04-08 | format string is better be literal | Gleydson Soares |
2017-01-21 | Nuke whitespace foolish enough to expose itself during the great | Kenneth R Westerback |
2017-01-20 | In "%.*s" the * takes (int). gcc whines if you try to use the result | Kenneth R Westerback |
2017-01-20 | mark the prototypes of tutor() and leave() as __dead as well. | Theo Buehler |
2017-01-20 | Mark functions that do not return as __dead to quiet gcc warnings. | Kenneth R Westerback |
2017-01-20 | Nuke some excess whitespace. | Kenneth R Westerback |
2016-12-25 | gcc says "if you define labels and don't use them, I will whine." | Kenneth R Westerback |
2016-12-21 | Eliminate another 'calculated, not used' warning by nuking a spurious | Kenneth R Westerback |
2016-12-03 | elements 113, 115, 117, and 118; from pjanzen | Jason McIntyre |
2016-12-01 | Remove useless #ifndef in atc(6) and pom(6). | Frederic Cambus |
2016-11-05 | spelling fix from eric van gyzen, freebsd r308293; | Jason McIntyre |
2016-09-12 | If boardspec doesn't consist entirely of lower case letters, there will be | Theo Buehler |
2016-09-12 | fix init, from randy hartman; ok tb@ | Otto Moerbeek |
2016-09-11 | Callers of time(3) should #include <time.h>. | Theo Buehler |
2016-09-11 | KNF: Break an overlong line. No binary change. | Theo Buehler |
2016-09-09 | These games have been broken for the better part of a year, ever since | Theo Buehler |
2016-09-02 | Make build deterministic by not randomizing the datfiles themselves, | Theo Buehler |
2016-09-01 | In 32 bits sqrt(val) + 1 can overflow, so some big primes still | Theo Buehler |
2016-08-31 | Fix a bogus comment: "factors of" -> "coprime to". Replace the | Theo Buehler |
2016-08-27 | the quotes in "unkempt thoughts" were authored by stanislaw lec, | Jason McIntyre |
2016-08-27 | Pull in <stdio.h> for NULL | Philip Guenther |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <sys/select.h> for fd_set | Philip Guenther |
2016-08-27 | Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(), | Philip Guenther |
2016-08-27 | Pull in <time.h> for time() and perhaps other functions | Philip Guenther |
2016-08-14 | Convert remaining calls to strtoq/strtouq in base with strtoll/strtoull. | Philip Guenther |
2016-07-11 | Instead of using the floating point square root, use an integer version | Theo Buehler |
2016-06-10 | Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>. | Theo Buehler |
2016-06-10 | When eliding a row, clear the invisible row zero, so that no columns | Theo Buehler |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2016-03-28 | remove unused variables | Charles Longeau |
2016-03-21 | Instead of creating a socket with socket() or accept() and then | Philip Guenther |
2016-03-16 | Prefer fseek(3) over rewind(3) since the latter although it also calls fseek | mestre |
2016-03-15 | execl(3) calls must have the last argument casted to (char *)NULL | mestre |
2016-03-08 | - ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it so | mestre |
2016-03-08 | Headers cleanup with and OK tb@ | mestre |
2016-03-07 | eliminate do_malloc() and do_free(). | tb |
2016-03-07 | Remove unused fields posfile and was_pos_file from FILEDESC and | tb |
2016-03-07 | remove -u? from usage(); | Jason McIntyre |
2016-03-07 | - General changes: | mestre |
2016-03-05 | Convert a hand-rolled strtonum to a call to strtonum(3). This prevents | tb |
2016-03-05 | KNF: wrap three overly long lines. No binary change. | tb |
2016-03-04 | - Convert atoi(3) to strtonum(3) | mestre |
2016-03-02 | Fix score file name | Tim van der Molen |
2016-02-28 | Add back undocumented -h switch defaulting to usage(). | tb |
2016-02-27 | Untangle a mess of nested ternary operators. | tb |
2016-02-26 | - Remove -h and -? from getopt(3), they weren't documented on manpage anyway | mestre |