summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
2003-06-18return pointer from off_name() function as it's meant to be - thisPeter Valchev
was missed when copy() was changed; ok millert
2003-06-17Give this header file, which was split off by d@, the same (BSD) license asPaul Janzen
the functions it's prototyping and the variables it's declaring extern. d@ has no objection. This is the last of the hunt source to be clearly licensed.
2003-06-17d@ has asked me to put in an explicit "Public domain" on header files for codePaul Janzen
he's written here. The code itself is clearly licensed already.
2003-06-11Number 43.Paul Janzen
2003-06-11spellingPaul Janzen
2003-06-11Licensing issues resolved on bs and hunt, so build them again.Paul Janzen
2003-06-11Original author agreed to permit bs to be released under BSD license.Paul Janzen
Many thanks to Nick Stott for his detective work on this.
2003-06-11New license from the official hunt release atPaul Janzen
ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z -- it has been approved by all three authors (Conrad Huang, Ken Arnold, and Greg Couch).
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02Instead of saying "The Berkeley software License Agreement specifiesTodd C. Miller
the terms and conditions for redistribution." include the actual UCB license. deraadt@ OK
2003-06-01Undo a misguided attempt to fix speling errors from long ago. UCBTodd C. Miller
copyrights say "acknowledgement", not "acknowledgment". You cannot just go changing the text of a license willy-nilly.
2003-05-30removed unnecessary .Ns;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30section reorder;Jason McIntyre
2003-05-30put space between macro arguments and punctuation;Jason McIntyre
2003-05-20Fix broken .Xr and uncomment it.Paul Janzen
2003-05-19A few more includes discovered in a -fno-builtin compilePaul Janzen
2003-05-19NetBSD check to make sure not to deref -1.Paul Janzen
2003-05-19Remove #ifdef'ed out unnecessary defines.Paul Janzen
2003-05-19ANSIPaul Janzen
2003-05-19volatile sig_atomic_tPaul Janzen
2003-05-19Standard capitalizationPaul Janzen
2003-05-19From NetBSD: as per standard hack 1.0.3, shops should have only one door.Paul Janzen
Unclear why the 4.4-lite tree was modified.
2003-05-19De-register, ANSIfy, clean up.Paul Janzen
2003-05-17"nokeep" added to prevent warning when generating table;Jason McIntyre
AUTHOR -> AUTHORS;
2003-05-12NetBSD: remove redundant declPaul Janzen
2003-05-12From NetBSD: don't need to declare ospeed.Paul Janzen
2003-05-12From NetBSD: remove redundant declarationPaul Janzen
2003-05-12Oops, one more grammar error.Paul Janzen
2003-05-12Start with NetBSD's man page, which has been converted to mdoc, and doPaul Janzen
some tidying.
2003-05-12From NetBSD: remove redundant declarationPaul Janzen
2003-05-12From NetBSD: remove more duplicate declarations.Paul Janzen
2003-05-11Remove duplicate prototype.Paul Janzen
2003-05-11Corrections from FreeBSD via NetBSD.Paul Janzen
2003-05-07Major strings rework. Ok pjanzen@Thierry Deval
2003-04-27strcpy -> strlcpyThierry Deval
2003-04-25string cleanup; ok millertTheo de Raadt
2003-04-25comment repairTheo de Raadt
2003-04-25strings... ok tedu@, millert@Thierry Deval
2003-04-25strings... ok henning@, millert@, tedu@Thierry Deval
2003-04-23some typos, and clarification of game rules;Jason McIntyre
help, suggestions and ok pjanzen@
2003-04-10more POSIX chownTodd C. Miller
2003-04-10more POSIX chown; Leandro CostaTodd C. Miller
2003-04-08Use POSIX chown semantics (user:group); noted by Leandro CostaTodd C. Miller
2003-04-08string cleaning; ok pjanzenTheo de Raadt
2003-04-08Change remaining strcpy -> strlcpy; noticed by TheoTodd C. Miller
2003-04-07Change wd1 and wd2 from pointers to arrays. This removes the needTodd C. Miller
for getin() to have static buffers and allows us to do "sizeof wd1". Also fix saved game path. It was removing the first 2 chars of the filename due to a bug. tdeval@ OK