OpenBSD CVS

src/games/boggle/boggle/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / games / boggle / boggle


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.5   22 years  deraadt   The troll strikes.. The troll strikes.. The dungeon master dies.distrib/sets/lis...
[TXT] bog.c  1.34   2 years  mestre   if both stdout and stderr are redirected to a non-tty, pledge(2) will kill ncurs...
[TXT] bog.h  1.4   16 years  millert   Make the bog code generic enough to handle arbitrary NxN grids and add cubes for...
[TXT] boggle.6  1.22   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] extern.h  1.9   8 years  mestre   Declare usage() functions as __dead void, if they don't return, on games section...
[TXT] help.c  1.7   8 years  mestre   Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) last...
[TXT] helpfile  1.7   9 years  deraadt   Stop people from cheating. Especially those that believe in FIPS, they are the ...
[TXT] mach.c  1.23   7 months  tb   Print non-literal string with "%s" Caught by printf format attribute for printw...
[TXT] prtable.c  1.11   15 years  millert   Accept 'q' or 'Q' for quit at the --More-- prompt.
[TXT] timer.c  1.15   7 years  guenther   Pull in <sys/select.h> for fd_set Pull in <time.h> for time() ok deraadt@
[TXT] word.c  1.8   8 years  mestre   Remove unnecessary headers OK tb@