summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2024-06-03Fix input handling wrt redrawing. The new version of curses doesOtto Moerbeek
2024-05-23playing is a var in main() not a global, remove externJonathan Gray
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
2024-02-08Oops, commited wrong version of CLEANFILES in previous.Miod Vallat
2024-02-08Feed more generated files to the clean target; joint work with naddy@Miod Vallat
2023-10-10Fix format string warning in robots/score.cTheo Buehler
2023-10-10Print a long with %ld instead of %dTheo Buehler
2023-10-10Use vw_printw() and fix a format print warning.Theo Buehler
2023-10-10Print non-literal string with "%s"Theo Buehler
2023-09-06remove uneeded function declsJonathan Gray
2023-06-03drop `uptodate()' check from hack(6)Omar Polo
2023-05-05Convert K&R function definition to ansi to make clang 15 happierTheo Buehler
2023-03-08this morning's fortune was missing an apostrophe;Jason McIntyre
2023-02-18Put explicit ULL suffix to constants which won't fit in 32 bits.Miod Vallat
2023-01-04Christos Zoulas agreed to rescind clause 3 and 4 inJonathan Gray
2022-12-18add Czechia as an alternative for Czech RepublicDaniel Dickman
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-09-27typing ^C and seeing "terminated by signal %d" is so ... I don'tTheo de Raadt
2022-09-24There are time zones that have minute offsets, display thoseFlorian Obser
2022-09-17Show time zone name and offset in clock border if TZ environmentFlorian Obser
2022-08-23Rework random(6)Theo Buehler
2022-08-08switch fgetln remnants to getline. ok millert@Omar Polo
2022-08-08fully switch quiz(6) to getline; diff from Ben Fuller (ben [at] bvnfOmar Polo
2022-08-04change some 4.4BSD references to earlier releasesJonathan Gray
2022-07-11remove the "tbl" suffix for a few man pagesDaniel Dickman
2022-07-06update countres and capitals in quiz(6)Daniel Dickman
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-02-18Avoid gendered language in man pages when not referring to a specificJonathan Gray
2022-02-18prefer https links in man pagesJonathan Gray
2022-02-05Fix UB "shift-out-of-bounds" in battlestarGreg Steuck
2021-12-24Filter out all symbols starting with a double underbar. In particular,Theo Buehler
2021-12-15The PATH_MAX+1 bites. The PATH_MAX+1 bites. You die...Theo de Raadt
2021-11-20since it's unlikely that i'll get away with changing fortune's real usage toJason McIntyre
2021-10-23missed in previous commitRicardo Mestre
2021-10-23if both stdout and stderr are redirected to a non-tty, pledge(2) will killRicardo Mestre
2021-08-24- guiness -> guinnessJason McIntyre
2021-08-24vini vidi vici -> veni vidi viciJason McIntyre
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2021-04-29Remove extraneous for() likely caused by copy & paste.Todd C. Miller
2021-03-11quiz: handle line continuation in data files correctly, switch to getline(3)Christian Weisgerber
2021-03-08Add some references, most of these were removed when we stopped buildingJonathan Gray
2021-03-07Fix intercardinal directions in hack help.Theo Buehler
2021-02-06while learning (teachgammon(1)) you might want to save your game so "{w,c}path"Ricardo Mestre
2021-01-27satisfy -fno-common by duplicating deck chairs as requiredTheo de Raadt
2021-01-27satisfy -fno-commonTheo de Raadt
2021-01-26Fix build with -fno-common. OK deraadt@Todd C. Miller
2021-01-21Ignore special keys returned by the curses getch() function.Todd C. Miller
2021-01-21some updates from pjanzen;Jason McIntyre
2021-01-03add the missing EXIT STATUS and HISTORY sectionsIngo Schwarze
2021-01-03Obvious bugfix: requesting a long dictum from a file containing shortIngo Schwarze