summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
1997-08-05pull errno.h inTheo de Raadt
1997-08-04save errno in sigchld handlersTheo de Raadt
1997-08-04And another.Jason Downs
1997-08-04Heh.Jason Downs
1997-08-04And another.Jason Downs
1997-08-04And another one bites the dust.Jason Downs
1997-07-31initscr failure returns NULLTheo de Raadt
1997-07-31proto mallocTheo de Raadt
1997-07-31time_tTheo de Raadt
1997-07-31time_t not longTheo de Raadt
1997-07-31time_t is not longTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-24Clean up play, let player see play more often, improve display timing.Theo de Raadt
1997-07-23tabifykstailey
1997-07-17fix XrTheo de Raadt
1997-07-15gtime var -> gltime varTheo de Raadt
1997-07-08fixes; netbsdTheo de Raadt
1997-07-05<time.h>Michael Shalayeff
1997-06-30tagkstailey
1997-06-30fix highscorekstailey
1997-06-18use uname(3) not gethostname(3); removes some SYSV conditional codekstailey
1997-06-18fix highscore filekstailey
1997-06-18kstailey@cvs(2)$ atckstailey
1997-06-11.XrTheo de Raadt
1997-06-02heh; mph@pobox.comTheo de Raadt
1997-05-30xref correctionsTheo de Raadt
1997-05-30for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \Theo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
1997-04-19We have a visual report with high confidence that Joshua's words actuallygene
1997-04-10their is -> there iskstailey
1997-04-09the theTheo de Raadt
1997-04-01depend on DPADD, not only one libMichael Shalayeff
1997-04-01Changes from NetBSD to compile games without warnings due to short beingDale S. Rahn
1997-03-28Set umask so save files are writeable by hackThorsten Lockert
1997-03-28Log and score file needs to be group writeableThorsten Lockert
1997-02-28phantasia.6 -> phantasia.6tblJason Downs
1997-02-14Use standard header files instead of declaring system funcs explicitlyNiklas Hallqvist
1997-02-09CC=${HOSTCC} for these; tv@slack.iag.net, PR#86Theo de Raadt
1997-02-09CC=${HOSTCC} for these; tv@slack.iag.net, PR#89Theo de Raadt
1997-02-05add tags to changed fileskstailey
1997-02-05fix highscore without breaking securitykstailey
1997-01-30buf oflow, felix@mamba.pond.sub.orgTheo de Raadt
1997-01-27Fallout from signal.h's inclusion of sys/time.h...Todd C. Miller
1997-01-26Check malloc() return value.Jason Downs
1997-01-23documentation errors; from max@freebsdTheo de Raadt
1997-01-17more r?index -> strr?chr changesTodd C. Miller
1997-01-17no need to link with -lcompatTodd C. Miller
1997-01-17nuke rindex declTodd C. Miller
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller