Age | Commit message (Expand) | Author |
2017-08-15 | typo: on -> of | Theo Buehler |
2017-08-13 | replace gettimeofday with monotonic gettime. from Scott Cheloha | Ted Unangst |
2017-08-10 | convert source code frequencies to match those in the man page | Ted Unangst |
2017-08-10 | Treat backspace as printable in sanitize() for non-UTF8 locales. | Todd C. Miller |
2017-07-13 | Convert fprintf(stderr, ...) to errx/warnx (with slight change of output). | Theo Buehler |
2017-07-13 | Use an umlaut in Mobius and uppercase one instance of möbius visible in | Theo Buehler |
2017-07-13 | Convert fortunes to UTF-8 from the old "backspace punctuation" method. | Anthony J. Bentley |
2017-07-12 | Inspect LC_CTYPE and if it isn't UTF-8, weed out bytes that are not | Ingo Schwarze |
2017-07-11 | User count checks have been compiled out since 1998, get rid of them. | Frederic Cambus |
2017-07-10 | remove misc. depend and yacc nits that no longer matter. | Marc Espie |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-07-09 | Remove old junk. From Matthew Martin | Theo Buehler |
2017-07-07 | we're not shooting yacception | Marc Espie |
2017-07-01 | missed BUILDFIRST. Allow stuff to proceed without depends | Marc Espie |
2017-06-30 | Add missing rot13 function prototype | Ricardo Mestre |
2017-06-23 | Remove unused confirm() and datime() functions. | Frederic Cambus |
2017-06-20 | Fix a path in Makequest and remove hack.sh (it never worked). | Michal Mazurek |
2017-06-19 | No need for a conditional to choose between nroff and troff. | Anthony J. Bentley |
2017-06-15 | Remove the Installation section and fix a nonexistent path. | Michal Mazurek |
2017-06-12 | /usr/games/lib doesn't exist any more, use the new path. | Michal Mazurek |
2017-06-12 | destroy lint remnants. | Marc Espie |
2017-06-09 | Correct number of players, the program enforces a range from 2 to 9. | Frederic Cambus |
2017-06-04 | Use proper bool types in fortune(6). | Frederic Cambus |
2017-06-02 | Fix an infinite loop in fortune(6). | Frederic Cambus |
2017-05-31 | late game space battles require tty pledge to clear screen, etc. | Ted Unangst |
2017-05-28 | remove some escapes that are unnecessary/harmful. ok jmc schwarze | Ted Unangst |
2017-05-28 | remove unused macro | Ted Unangst |
2017-05-28 | there are no bugs; i fixed them | Ted Unangst |
2017-05-28 | if your dying scream would escape the death field, realign to stay within | Ted Unangst |
2017-05-28 | high scores printed too far to the right, move it left a little | Ted Unangst |
2017-05-26 | forgot to remove mention of deleted dump/restart. | Ted Unangst |
2017-05-26 | save and restore hasn't worked for some time, not since -fPIE, since it | Ted Unangst |
2017-05-19 | Silence a whole slew of clang warnings by doing a no-op in the crazy | Theo Buehler |
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 |