lukem
|
3b2e6e2466
|
FD_ZERO select mask before FD_SET-ing it
|
1997-10-20 00:37:14 +00:00 |
mycroft
|
15de1c9fd2
|
Use S_IS*(), not S_IF*.
|
1997-10-19 17:54:18 +00:00 |
christos
|
3ea4a95c18
|
WARNsify...
|
1997-10-19 16:56:41 +00:00 |
christos
|
a8fba37dbd
|
Tons of changes; re-indent, use termios, fix warnings, add prototypes...
Games is almost clean; only hack is left...
|
1997-10-18 20:03:05 +00:00 |
lukem
|
b341d1b72e
|
fix race condition when building libcommon with make -j
|
1997-10-16 05:24:23 +00:00 |
mycroft
|
71b1a37798
|
Better fix for the previous.
|
1997-10-15 12:43:35 +00:00 |
mrg
|
6d4ad6d5a7
|
drop core in /var/tmp (from linux).
|
1997-10-15 12:02:08 +00:00 |
is
|
adbd0f4b08
|
make gcc happy on Sparc
|
1997-10-15 09:27:06 +00:00 |
is
|
2aac887316
|
Make compiler happy.
|
1997-10-15 08:53:24 +00:00 |
lukem
|
2ce4ef15e6
|
use <termcap.h>
|
1997-10-14 01:14:20 +00:00 |
lukem
|
0dc4ed53f0
|
use <termcap.h>
|
1997-10-14 01:02:48 +00:00 |
lukem
|
fafe360918
|
define global vars with `extern' in "back.h", and only define once in
init.c... backgammon works again...
|
1997-10-14 00:53:26 +00:00 |
lukem
|
f92e8f1839
|
use <termcap.h>
|
1997-10-14 00:41:15 +00:00 |
cjs
|
d91cb65523
|
Include string.h.
|
1997-10-13 22:20:35 +00:00 |
cjs
|
63b3971af2
|
time_t != long, again. *Sigh*.
|
1997-10-13 22:18:32 +00:00 |
cjs
|
d935cf10a1
|
Since we've got an int to store the value, why store it in a function
pointer and cast it?
|
1997-10-13 22:12:01 +00:00 |
cjs
|
cc78feaa86
|
Include string.h for memcpy().
|
1997-10-13 22:05:26 +00:00 |
cjs
|
846ccfbf7f
|
#include <string.h>
|
1997-10-13 22:01:54 +00:00 |
cjs
|
3b88f2c450
|
time_t != long; cast it.
|
1997-10-13 21:09:59 +00:00 |
cjs
|
c13728a5bc
|
time_t != long; fix minor type problem.
|
1997-10-13 21:05:36 +00:00 |
christos
|
5175902c09
|
- make sure that the arguments to the printf like functions are correct
- add a makemsg() function to accompany makesignal.
|
1997-10-13 21:02:57 +00:00 |
christos
|
bf72b656b0
|
Warns fixes:
use varargs properly
use unsigned chars where appropriate
fix typos
eliminate gcc warnings
|
1997-10-13 19:42:53 +00:00 |
lukem
|
2a7a558e44
|
use <termcap.h> instead of <curses.h> for termcap(3) functions
|
1997-10-13 16:13:39 +00:00 |
lukem
|
a232aee2bc
|
WARNSify, KNFify (inc. removing extremely verbose & useless comments), ...
|
1997-10-13 02:18:06 +00:00 |
christos
|
ef383c95e2
|
Warnsify and remove local implementations of libc functions.
|
1997-10-12 21:24:24 +00:00 |
christos
|
b118ad2218
|
WARNSify
|
1997-10-12 17:45:06 +00:00 |
lukem
|
4877bdbb3b
|
enable WARNS?=1 by default, & temporarily disable for the few unclean programs
|
1997-10-12 14:21:44 +00:00 |
lukem
|
31af6bf816
|
getopt returns -1 not EOF
|
1997-10-12 14:19:17 +00:00 |
lukem
|
9f3003730a
|
deprecate auto
|
1997-10-12 14:17:27 +00:00 |
lukem
|
130a514f31
|
deprecate bzero, rindex, etc. use symbolic constants in open()
|
1997-10-12 14:16:26 +00:00 |
lukem
|
9007937fbb
|
WARNSify
|
1997-10-12 14:09:55 +00:00 |
lukem
|
2736b51163
|
WARNSify (not an insignificant task...)
|
1997-10-12 11:45:01 +00:00 |
lukem
|
8414aed80c
|
WARNSify
|
1997-10-12 03:36:41 +00:00 |
lukem
|
e9954a7422
|
WARNSify
|
1997-10-12 02:12:45 +00:00 |
lukem
|
43bcc6ff05
|
missed a couple of clock->ourclock and time->ourtime variable renames
|
1997-10-12 02:06:15 +00:00 |
lukem
|
161dd44953
|
minor WARNSify
|
1997-10-12 02:03:45 +00:00 |
lukem
|
2d3e71aa25
|
WARNSify, KNFify
|
1997-10-12 01:49:24 +00:00 |
lukem
|
bc7a354dc9
|
WARNSify
|
1997-10-12 01:04:43 +00:00 |
lukem
|
0ea52cbe73
|
use err/warn instead of perror
|
1997-10-12 01:00:27 +00:00 |
lukem
|
9fe5400438
|
WARNSify
|
1997-10-12 00:53:45 +00:00 |
mycroft
|
709e3c2e39
|
common_source -> common, and GC some garbage variables.
|
1997-10-11 20:24:05 +00:00 |
mycroft
|
742288f4f7
|
Do the previous a little differently.
|
1997-10-11 20:22:10 +00:00 |
veego
|
c02a314bcf
|
Don't install this library, we only need this during the build.
|
1997-10-11 19:56:42 +00:00 |
veego
|
f98e7e03b0
|
Only use SYMLINKS when PROG is defined.
|
1997-10-11 19:55:46 +00:00 |
mycroft
|
e96e918e60
|
Use bsd.subdir.mk as appropriate.
|
1997-10-11 09:34:07 +00:00 |
lukem
|
ff943cc8ca
|
use err/warn instead of perror
|
1997-10-11 08:13:40 +00:00 |
lukem
|
f6a9702495
|
use err/warn instead of perror
|
1997-10-11 08:01:06 +00:00 |
lukem
|
93ada1d83c
|
WARNSify
|
1997-10-11 07:59:09 +00:00 |
lukem
|
2169b302cc
|
WARNSify, deprecate register
|
1997-10-11 07:48:58 +00:00 |
lukem
|
98b1c0851c
|
minor KNFify
|
1997-10-11 02:44:30 +00:00 |