Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-27 | Fix rev 1.4 | Paul Janzen | |
1999-03-27 | use const where appropriate; jsm28@cam.ac.uk | Paul Janzen | |
1999-03-27 | Disable the log file by default (logging, as opposed to scoring, should be | Paul Janzen | |
done through dm). | |||
1999-03-27 | Changes from FreeBSD: install score files, use random(), and be more careful | Paul Janzen | |
on exec. | |||
1999-03-26 | Buffer overflow fix (from FreeBSD) | Paul Janzen | |
1999-03-26 | fix sizeof/strlen typo and limit scanf length; from FreeBSD | Paul Janzen | |
1999-03-22 | Many fixes, most either from or based on NetBSD changes: | Paul Janzen | |
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks. | |||
1999-03-22 | use M_PI | Paul Janzen | |
1999-03-22 | cosmetic changes from soren@t.dk | Paul Janzen | |
1999-03-22 | More accurate man page; more informative logging; use random() instead of | Paul Janzen | |
old internal routine (seems to minimize instant death on re-entry). | |||
1999-03-21 | -lcurses, not termcap/termlib | Paul Janzen | |
1999-03-20 | Add some .El 's at the end of lists. From NetBSD | Paul Janzen | |
1999-03-20 | typo | Paul Janzen | |
1999-03-14 | Access control works now; also, some minor tidying and man page fixes. | Paul Janzen | |
1999-03-13 | Fix a few bugs (e.g. snake used to miss turns); use usleep() so display | Paul Janzen | |
speed is correct on xterms; put snscore functionality inside snake and make snscore a symbolic link (to be phased out); clean up formatting; install score file properly; disable the log file by default (logging should be done through dm). | |||
1999-03-12 | Bats shouldn't fall into pits. | Paul Janzen | |
1999-03-12 | Correct documentation, remove useless code, remove duplicate documentation, | Paul Janzen | |
don't compile with xTRACE defined, and trim things. | |||
1999-03-10 | spelling | Paul Janzen | |
1999-02-12 | kill old mips compiler hack; simonb@netbsd | Theo de Raadt | |
1999-02-01 | enable hunt | David Leonard | |
1999-02-01 | avoid denial of service attacks on server port; extra conf vars; fix otto | David Leonard | |
1999-01-29 | major changes: security, curses, config | David Leonard | |
1999-01-24 | disable hunt until all its security problems have been fixed | David Leonard | |
1999-01-21 | enable hunt | David Leonard | |
1999-01-21 | ident | David Leonard | |
1999-01-21 | ident for OpenBSD | David Leonard | |
mandoc-ify manual pages use -locurses | |||
1999-01-21 | hunt (from NetBSD) | David Leonard | |
1999-01-18 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen | |
1999-01-18 | Whoops, this should be in there too | Paul Janzen | |
1999-01-18 | NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game still | Paul Janzen | |
needs much more work. | |||
1999-01-08 | Fix a display bug that popped up in the termcap/curses switchover. | Paul Janzen | |
1999-01-01 | typo | Todd C. Miller | |
1998-12-31 | Add ${PIPE}; evanc@concer.to | Todd C. Miller | |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-12-13 | document new -d option for morse | Paul Janzen | |
1998-12-13 | Include option to decode morse. Concept based on NetBSD code. | Paul Janzen | |
1998-11-29 | NetBSD merge (mainly -Wall related) | Paul Janzen | |
1998-11-29 | Minor changes from NetBSD | Paul Janzen | |
1998-11-29 | Don't capitalize game names at the beginning of sentences. | Paul Janzen | |
1998-11-28 | Clear up a warning: printw doesn't take a const char, printf does | Paul Janzen | |
1998-11-20 | Fix spelling of Churchill; already corrected infortunes data file | Todd C. Miller | |
1998-10-01 | 'Spam' winners a bit more safely | Paul Janzen | |
1998-09-24 | NetBSD changes and a few obvious fixes | Paul Janzen | |
1998-09-24 | Some of the boggle documentation claimed boggle was under a license more | Paul Janzen | |
restrictive than the BSD license. I talked to the original author, Barry Brachman <brachman@dss.bc.ca>, who told me that only the BSD license was valid--it was an oversight that traces of the older license were not removed. He is also no longer soliciting bug reports. | |||
1998-09-22 | NetBSD changes and further fixes (reformatted man page, better handling of | Paul Janzen | |
user input). | |||
1998-09-21 | Cleanup, partially from NetBSD and jsm28@cam.ac.uk. No longer segfaults if | Paul Janzen | |
scorefile can't be opened. New -q quiet option. Partial man page reformat. | |||
1998-09-20 | rand -> random; handle EOF; don't overflow on user input; check for calloc() | Paul Janzen | |
success; OpenBSD tags; some reformatting and ridding of unused variables. | |||
1998-09-16 | wierd->weird | Paul Janzen | |
1998-09-16 | Make sure malloc() succeeds | Paul Janzen | |
1998-09-15 | use errx | Paul Janzen | |