simonb
|
abb3201747
|
Wrap some long lines.
Consisently use (void) in front of printf(...);
A few more white-space nits.
|
2004-03-27 12:44:08 +00:00 |
simonb
|
53474900d5
|
KNF, ANSFify, de-__P, unC++ify, white space nits.
|
2004-03-27 12:09:28 +00:00 |
enami
|
b127ec2616
|
Just use return value of strvis instead of calling strlen.
|
2002-02-14 06:57:19 +00:00 |
enami
|
4c30ea4ac5
|
Don't define variable as static unnecessarily.
|
2002-02-14 06:54:41 +00:00 |
enami
|
4aa8283eb7
|
Always initialize an auto variable.
|
2001-03-23 01:06:02 +00:00 |
itojun
|
58a9573963
|
do not update maxlen if realloc fails.
|
2001-03-20 19:05:11 +00:00 |
simonb
|
e7f8f72d9d
|
Since we have an "extern.h", put all external variable declarations in
that file and not sprinkled around various .c files.
|
1999-12-03 02:26:36 +00:00 |
perry
|
2850c7f9f7
|
add <sys/time.h> to fix compiler error
|
1998-02-03 03:16:01 +00:00 |
perry
|
0a9d9a55b9
|
RCS Id Police.
|
1998-01-09 07:00:57 +00:00 |
christos
|
78295c8bc1
|
Fix compiler warnings
Add WARNS=1
|
1997-07-20 20:37:53 +00:00 |
mycroft
|
02513843ae
|
Simplify this just a little.
|
1995-05-25 03:14:37 +00:00 |
mycroft
|
8465d5c10c
|
Split out some helper functions again.
|
1995-05-21 13:38:25 +00:00 |
mycroft
|
3541700d61
|
Create and strvis(3) the argument and environment lists only as needed.
Do not keep extra copies around.
|
1995-05-18 20:33:20 +00:00 |
mycroft
|
3cd42e791d
|
Do the right thing for an empty environment.
|
1995-05-18 15:35:59 +00:00 |
mycroft
|
3a23f31a10
|
Avoid an extra (gratuitous) pass through strvis(3).
|
1995-05-18 15:27:31 +00:00 |
cgd
|
49f0ad8601
|
convert to new RCS id conventions.
|
1995-03-21 09:01:59 +00:00 |
mycroft
|
ddc6e993fc
|
Better fix for the previous.
|
1995-01-08 07:01:36 +00:00 |
mycroft
|
3f1b5c3296
|
Fix oversight in previous change, when argument list is sort of empty.
|
1995-01-08 06:42:42 +00:00 |
cgd
|
ad129cd0c4
|
kill extra space, save my sanity
|
1994-05-18 10:05:17 +00:00 |
cgd
|
b15d84bab0
|
new ps, to match libkvm
|
1994-05-09 03:29:37 +00:00 |