| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
