| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | minor WARNSify | lukem | 1997-10-12 | 3 | -53/+59 |
| | | |||||
| * | WARNSify, KNFify | lukem | 1997-10-12 | 5 | -547/+672 |
| | | |||||
| * | WARNSify | lukem | 1997-10-12 | 7 | -65/+68 |
| | | |||||
| * | use err/warn instead of perror | lukem | 1997-10-12 | 2 | -14/+12 |
| | | |||||
| * | WARNSify | lukem | 1997-10-12 | 15 | -206/+320 |
| | | |||||
| * | common_source -> common, and GC some garbage variables. | mycroft | 1997-10-11 | 2 | -7/+5 |
| | | |||||
| * | Do the previous a little differently. | mycroft | 1997-10-11 | 1 | -6/+2 |
| | | |||||
| * | Don't install this library, we only need this during the build. | veego | 1997-10-11 | 1 | -1/+4 |
| | | |||||
| * | Only use SYMLINKS when PROG is defined. | veego | 1997-10-11 | 1 | -1/+5 |
| | | |||||
| * | Use bsd.subdir.mk as appropriate. | mycroft | 1997-10-11 | 3 | -5/+8 |
| | | |||||
| * | use err/warn instead of perror | lukem | 1997-10-11 | 7 | -74/+61 |
| | | |||||
| * | use err/warn instead of perror | lukem | 1997-10-11 | 1 | -4/+4 |
| | | |||||
| * | WARNSify | lukem | 1997-10-11 | 1 | -24/+32 |
| | | |||||
| * | WARNSify, deprecate register | lukem | 1997-10-11 | 1 | -50/+60 |
| | | |||||
| * | minor KNFify | lukem | 1997-10-11 | 2 | -17/+12 |
| | | |||||
| * | use err/warn instead of perror | lukem | 1997-10-11 | 1 | -14/+9 |
| | | |||||
| * | minor KNFify | lukem | 1997-10-11 | 1 | -18/+11 |
| | | |||||
| * | minor KNFify | lukem | 1997-10-11 | 6 | -46/+44 |
| | | |||||
| * | KNFify (with indent) | lukem | 1997-10-11 | 23 | -3797/+3796 |
| | | |||||
| * | use warn instead of perror/fprintf/... | lukem | 1997-10-11 | 2 | -11/+11 |
| | | |||||
| * | KNFify again | lukem | 1997-10-11 | 2 | -17/+6 |
| | | |||||
| * | KNFify | lukem | 1997-10-11 | 12 | -1943/+2428 |
| | | |||||
| * | WARNSify, KNFify | lukem | 1997-10-11 | 12 | -151/+167 |
| | | |||||
| * | WARNSify | lukem | 1997-10-10 | 8 | -68/+86 |
| | | |||||
| * | Yet Another Monster Commit: | lukem | 1997-10-10 | 22 | -398/+740 |
| | | | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp() | ||||
| * | XXX: work around lex(1) vs termios lameness | lukem | 1997-10-10 | 1 | -2/+3 |
| | | |||||
