| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make hidden games mode 550, group games. | mrg | 1997-11-19 | 1 | -3/+3 |
| | | |||||
| * | move hunt under dm(6) | mrg | 1997-11-19 | 1 | -1/+2 |
| | | |||||
| * | PR/4489: Mika Nystroem: Security hole exec'ing more in fish instructions. | christos | 1997-11-16 | 1 | -6/+22 |
| | | |||||
| * | add missing .Nm calls and MLINKS. from spz@serpens.swb.de | mrg | 1997-11-12 | 1 | -2/+3 |
| | | |||||
| * | Must have the correct library link order to be able to link | ragge | 1997-11-05 | 2 | -4/+4 |
| | | | | the binaries static. | ||||
| * | use CPPFLAGS instead of CFLAGS | lukem | 1997-10-26 | 2 | -4/+4 |
| | | |||||
| * | Fix time_t vs. long botch. | thorpej | 1997-10-25 | 2 | -6/+6 |
| | | |||||
| * | Initialize pointers to NULL to avoid gcc/sparc compiler error | fair | 1997-10-23 | 1 | -4/+4 |
| | | | | | | | hack.invent.c: In function `dolook': hack.invent.c:800: warning: `otmp0' might be used uninitialized in this function hack.invent.c:801: warning: `gold' might be used uninitialized in this function (this is awfully tiresome - can't we fix gcc?) | ||||
| * | use CPPFLAGS instead of CFLAGS | lukem | 1997-10-22 | 2 | -4/+4 |
| | | |||||
| * | use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile | lukem | 1997-10-22 | 1 | -4/+16 |
| | | |||||
| * | use CPPFLAGS instead of CFLAGS | lukem | 1997-10-22 | 4 | -8/+8 |
| | | |||||
| * | use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile | lukem | 1997-10-22 | 3 | -7/+9 |
| | | |||||
| * | use CPPFLAGS instead of CFLAGS | lukem | 1997-10-22 | 2 | -4/+4 |
| | | |||||
| * | use CPPFLAGS instead of CFLAGS | lukem | 1997-10-22 | 1 | -2/+2 |
| | | |||||
| * | use CPPFLAGS instead of CFLAGS, fix dependancies for parallel compile | lukem | 1997-10-22 | 1 | -2/+6 |
| | | |||||
| * | FD_ZERO select mask before FD_SET-ing it | lukem | 1997-10-20 | 4 | -8/+12 |
| | | |||||
| * | Use S_IS*(), not S_IF*. | mycroft | 1997-10-19 | 1 | -3/+3 |
| | | |||||
| * | WARNsify... | christos | 1997-10-19 | 77 | -9505/+12351 |
| | | |||||
| * | Tons of changes; re-indent, use termios, fix warnings, add prototypes... | christos | 1997-10-18 | 26 | -6880/+10542 |
| | | | | Games is almost clean; only hack is left... | ||||
| * | fix race condition when building libcommon with make -j | lukem | 1997-10-16 | 1 | -1/+3 |
| | | |||||
| * | Better fix for the previous. | mycroft | 1997-10-15 | 1 | -10/+8 |
| | | |||||
| * | drop core in /var/tmp (from linux). | mrg | 1997-10-15 | 1 | -3/+3 |
| | | |||||
| * | make gcc happy on Sparc | is | 1997-10-15 | 1 | -2/+4 |
| | | |||||
| * | Make compiler happy. | is | 1997-10-15 | 1 | -3/+3 |
| | | |||||
| * | use <termcap.h> | lukem | 1997-10-14 | 3 | -21/+8 |
| | | |||||
| * | use <termcap.h> | lukem | 1997-10-14 | 2 | -10/+4 |
| | | |||||
| * | define global vars with `extern' in "back.h", and only define once in | lukem | 1997-10-14 | 2 | -50/+84 |
| | | | | init.c... backgammon works again... | ||||
| * | use <termcap.h> | lukem | 1997-10-14 | 2 | -9/+4 |
| | | |||||
| * | Include string.h. | cjs | 1997-10-13 | 2 | -4/+6 |
| | | |||||
| * | time_t != long, again. *Sigh*. | cjs | 1997-10-13 | 1 | -3/+6 |
| | | |||||
| * | Since we've got an int to store the value, why store it in a function | cjs | 1997-10-13 | 1 | -4/+4 |
| | | | | pointer and cast it? | ||||
| * | Include string.h for memcpy(). | cjs | 1997-10-13 | 1 | -2/+3 |
| | | |||||
| * | #include <string.h> | cjs | 1997-10-13 | 1 | -2/+3 |
| | | |||||
| * | time_t != long; cast it. | cjs | 1997-10-13 | 1 | -3/+3 |
| | | |||||
| * | time_t != long; fix minor type problem. | cjs | 1997-10-13 | 1 | -3/+5 |
| | | |||||
| * | - make sure that the arguments to the printf like functions are correct | christos | 1997-10-13 | 13 | -81/+103 |
| | | | | - add a makemsg() function to accompany makesignal. | ||||
| * | Warns fixes: | christos | 1997-10-13 | 25 | -605/+979 |
| | | | | | | | use varargs properly use unsigned chars where appropriate fix typos eliminate gcc warnings | ||||
| * | use <termcap.h> instead of <curses.h> for termcap(3) functions | lukem | 1997-10-13 | 1 | -3/+3 |
| | | |||||
| * | WARNSify, KNFify (inc. removing extremely verbose & useless comments), ... | lukem | 1997-10-13 | 12 | -6375/+4302 |
| | | |||||
| * | Warnsify and remove local implementations of libc functions. | christos | 1997-10-12 | 53 | -756/+1039 |
| | | |||||
| * | WARNSify | christos | 1997-10-12 | 19 | -328/+564 |
| | | |||||
| * | enable WARNS?=1 by default, & temporarily disable for the few unclean programs | lukem | 1997-10-12 | 7 | -7/+14 |
| | | |||||
| * | getopt returns -1 not EOF | lukem | 1997-10-12 | 1 | -2/+2 |
| | | |||||
| * | deprecate auto | lukem | 1997-10-12 | 1 | -7/+7 |
| | | |||||
| * | deprecate bzero, rindex, etc. use symbolic constants in open() | lukem | 1997-10-12 | 4 | -13/+14 |
| | | |||||
| * | WARNSify | lukem | 1997-10-12 | 14 | -106/+144 |
| | | |||||
| * | WARNSify (not an insignificant task...) | lukem | 1997-10-12 | 25 | -602/+1139 |
| | | |||||
| * | WARNSify | lukem | 1997-10-12 | 2 | -26/+74 |
| | | |||||
| * | WARNSify | lukem | 1997-10-12 | 4 | -42/+71 |
| | | |||||
| * | missed a couple of clock->ourclock and time->ourtime variable renames | lukem | 1997-10-12 | 1 | -6/+6 |
| | | |||||
