don't allow VERB if PRIV_NOEXPN set
[unix-history] / usr / src / games /
1993-05-12 Keith BosticJim Gillogly's new version of adventure
1993-05-07 Chris Torekget lseek declaration from <unistd.h>, so that we get...
1993-04-28 Keith Bosticgetloadavg(3) is no longer privileged, dm no longer...
1993-04-27 Keith BosticANSI C, prototypes, lint, reformatting to KNF
1993-04-27 Elan Amircheck in for Elan by TK -- my guess was to make work...
1993-03-25 Keith Bosticremove shell escape, since would be setuid games
1993-03-23 Keith BosticGCC2 lint
1993-03-22 Keith Bosticlint for gcc 2; remove USG/termois stuff, not used
1993-03-22 Keith Bosticlint
1993-03-06 Keith Bosticif you throw something away, and type ?, you get an...
1993-03-05 Keith Bosticrework fgetline(3) to be 8-bit clean
1993-02-25 Keith Bostictypo
1993-02-04 Chris Torekrm offensive Pascalization to make gcc2 happy
1993-02-04 Chris Torekmore ANSI / gcc2 compat
1993-02-04 Chris Torekmore ANSI
1993-02-04 Chris Torekdeclare static functions as static (for gcc2, ANSI)
1993-02-04 Chris Torekdeclare static functions as static (for gcc2)
1993-02-04 Chris Torekdeclare local static functions as static, not extern...
1993-02-04 Chris TorekCTRL(X) => CTRL('X'), for sanity
1993-02-04 Elan AmirDo not do addstr("\n\n\n") rather 3 deleteln
1993-02-04 Chris Torekmore ANSI happiness for gcc2
1993-02-04 Chris Torekrm private bogus abs()
1993-02-04 Chris Torekrm pdp11 ifdefs, rm private bogus abs(), fix call to...
1993-01-23 Keith Bosticget it all...
1993-01-23 Keith Bosticcurses should be handling all of the job stop stuff...
1993-01-12 Keith Bosticrobots doesn't need CE
1993-01-12 Keith Bosticdoesn't even *use* CA, just checks for its existence!
1992-12-31 Elan AmirChanged ERR to CURSES_ERR.
1992-12-31 Elan Amirchanged ERR to CURSES_ERR.
1992-12-31 Elan AmirChanged ERR to CURSES_ERR.
1992-12-24 Keith Bosticmake tetris use getopt, add SIGINT handler so you can...
1992-12-24 Keith Bosticupdate copyright notice with contrib notice
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:45 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:44 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:43 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:42 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:41 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:40 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:39 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:38 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:37 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:36 by bostic
1992-12-23 Keith Bosticdate and time created 92/12/22 11:50:35 by bostic
1992-11-19 Elan AmirChanged reverse video to '#' on black squares -- makes...
1992-11-18 Elan Amirdate and time created 92/11/17 13:37:57 by elan
1992-11-18 Elan Amirdate and time created 92/11/17 13:32:52 by elan
1992-11-17 Elan AmirMade reverse easier on the eyes...
1992-11-17 Elan AmirMade display easier to read by making black squares...
1992-11-17 Elan AmirChanged to new data structures.
1992-11-13 Elan AmirFixed stupid bug of depending on addch to return ERR...
1992-10-18 Keith Bosticno longer permitted to go behind libcurses back
1992-10-18 Keith Bosticlint
1992-09-30 Keith Bosticdon't add every 32-bit machine in existence
1992-09-16 Elan AmirFixed up so all targets are made at once.
1992-09-03 Keith Bosticjust copy the cards
1992-09-03 Keith Bosticdo it right
1992-09-03 Keith Bosticmissing ${DESTDIR}
1992-09-01 Elan AmirFixed return value buf in nextfree().
1992-09-01 Elan AmirAdded termios.h to incldues.
1992-09-01 Elan AmirAdded errno.h to includes.
1992-09-01 Elan AmirGot rid of redundant function declarations.
1992-09-01 Elan AmirFixed CTRL macro use and updated header file includes.
1992-09-01 Elan AmirAdded __cputchar().
1992-09-01 Elan AmirDeleted CTRL definition.
1992-09-01 Elan AmirAdded correct header file includes.
1992-09-01 Elan AmirAdded appropriate header files.
1992-09-01 Elan AmirAdded termios.h
1992-08-30 Keith Bosticphantasia is no longer broken
1992-08-29 Elan AmirFixed tstp and added include file for CTRL.
1992-08-29 Keith Bostichack to take an argument (and I mean hack)
1992-08-28 Elan Amirgot rid of 4.2 flag
1992-08-28 Keith Bosticdate and time created 92/08/27 11:43:00 by bostic
1992-08-28 Keith Bosticadd flowers
1992-08-19 Keith Bosticadd pig
1992-08-19 Keith Bosticdate and time created 92/08/18 10:56:07 by bostic
1992-08-19 Keith Bosticdate and time created 92/08/18 10:56:05 by bostic
1992-08-19 Keith Bosticdate and time created 92/08/18 10:56:02 by bostic
1992-07-30 Keith Bosticuse flock, not file creation to lock
1992-07-30 Keith Bosticuse flock, not file creation to do locks
1992-07-30 Keith Bosticneeds -fwritable-strings
1992-07-30 Keith Bosticopen the file for writing, not appending; fix from...
1992-07-23 Keith Bosticdate and time created 92/07/22 15:46:58 by bostic
1992-07-20 Keith Bostic/usr/games often isn't in root's path
1992-07-20 Keith Bosticdate and time created 92/07/19 12:50:18 by bostic
1992-07-20 Keith Bosticcheckpoint for 4.4Alpha
1992-07-18 Keith BosticKen Arnold requested that he not be associated with...
1992-07-18 Keith Bosticobjection to a fortune, move to obscene file
1992-06-21 Keith Bosticoff_t's are quad's, now, prototype the world
1992-06-21 Keith Bosticdon't compile with DEBUG by default
1992-06-17 Keith Bostickvm is a separate library now
1992-06-17 Keith Bosticcurses.h can require termios.h, now
1992-06-17 Keith Bosticuse erasechar(), killchar() macros, not _tty.sg_XXX
1992-06-17 Keith Bosticinitscr() does a savetty() call; new curses doesn't...
1992-05-15 Keith Bosticdate and time created 92/05/14 13:26:28 by bostic
1992-05-15 Keith Bosticadd rot13 shell script
1992-03-17 Keith Bosticmake man page, too
1992-03-09 Chris Torekremove broken debugging hooks (otherwise endgame can...
1992-03-09 Chris Torekallow ^L during endgame prompts. rm flush_input: this...
1992-03-09 Chris Torekallow ^L during endgame prompts; rm flush_input: we...
1992-03-09 Chris Torekexit with sensible code
next