summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
1998-09-06Use formulae from newer edition of Duffett-Smith's book (and acknowledge inPaul Janzen
man page) Allow command-line selection of dates other than now Use M_PI Fix bug occurring just before a new or full moon.
1998-09-06formattingPaul Janzen
1998-09-06Some changes from NetBSD, and improved documentation.Paul Janzen
1998-09-02use ICRNL; jsm28@cam.ac.ukPaul Janzen
1998-09-02Delete two unused functions; jsm28@cam.ac.ukPaul Janzen
1998-09-02More changes from jsm28@cam.ac.ukPaul Janzen
1998-09-01Don't let users circumvent time restrictions with TZ; jsm28@cam.ac.ukPaul Janzen
1998-08-31Bonus file, part of the NetBSD mergePaul Janzen
1998-08-31merge in NetBSD, including recent PR's of jsm28@cam.ac.ukPaul Janzen
1998-08-29use names rather than numbers in signals, errors, etc; NetBSD PR6058; ↵Paul Janzen
jsm28@cam.ac.uk
1998-08-29use names for constants in lseek() and open(); NetBSD PR6057; jsm28@cam.ac.ukPaul Janzen
1998-08-22Revoke gid (!) and minor tidyingPaul Janzen
1998-08-22grammarPaul Janzen
1998-08-22IUPAC names to element 109 and 1995 CRC atomic weightsPaul Janzen
1998-08-22More largely NetBSD-inspired code cleanupPaul Janzen
1998-08-19print spaces correctly when input is on the command linePaul Janzen
1998-08-19minor tidying, and a fix to rot13's command line behaviourPaul Janzen
1998-08-19tags, formatting, ANSI-fication, prototypes, de-typos, and the occasionalPaul Janzen
initialization, removal of unused variable, or other minor fix. Most changes are from or inspired by NetBSD.
1998-08-19Don't segfault in small windowsPaul Janzen
1998-08-11curses has its own delay_output() function, so use that instead of own ownTodd C. Miller
1998-08-04typoJason Downs
1998-07-26Update and correct data. Also add vice president category.Paul Janzen
1998-07-26Modernize time proceedures. Remove obsolete commentimp
1998-07-26o Fix Y2K buffer overflow.imp
o Fix zero filling bug in all years % 100 < 10.
1998-07-26The world has changed. jsm28@cam.ac.ukPaul Janzen
1998-07-26From FreeBSD: Fix discrepancy between sources and manual page for thePaul Janzen
'c' command.
1998-07-26Y2K fix; jsm28@cam.ac.ukPaul Janzen
1998-07-24-lcurses, not termcap/termlibTodd C. Miller
1998-07-22gcc 2.8.1 -O2 bugTodd C. Miller
1998-07-10Ok, so I was bored and couldn't sleep...Jason Downs
Make this sucker work with decent terminal settings.
1998-07-09Scorefile bugfix and minor code cleaning, some from NetBSDPaul Janzen
1998-07-03typoPaul Janzen
1998-06-15use Bx macro for BSD versionsMichael Shalayeff
1998-06-11oopsTheo de Raadt
1998-06-11uid is not a shortTheo de Raadt
1998-06-03zero struct sigaction before useTheo de Raadt
1998-05-14better buf oflow protectionTheo de Raadt
1998-05-14buf oflowsTheo de Raadt
1998-04-28use Xr more oftenTheo de Raadt
1998-04-26Fix terminal initialization for libtermlib to be happy.Todd C. Miller
1998-04-25link with -ltermlib, not the old -ltermcap. Fixes a weird bug on i386Todd C. Miller
where spaces in strings would not be printed.
1998-03-31Quick fix to shut up the compiler and not to printf() while in curses.Paul Janzen
1998-03-30FormattingPaul Janzen
1998-03-30Spelling and punctuation corrected. Duplicates removed, including thosePaul Janzen
present in fortunes2 that are already in fortunes. Some attributions added/ corrected. The warning in src/games/Notes still applies fully. No fortunes were lost in this process.
1998-03-26improved interactive input and minor tweaksPaul Janzen
1998-03-26grammarPaul Janzen
1998-03-26Quit rather than crashing if screen is too smallPaul Janzen
1998-03-25-DV7 removed, -lcompat not neededPaul Janzen
1998-03-25handle exponents, leading whitespace, and +Paul Janzen
1998-03-19do not use in-source libraries; they are really problematic with obj@ and ↵Theo de Raadt
obj/ links