root
|
a0b680d9d9
|
Increased default data size (DFLDSIZ) to 16MB. Need to rebuild libutil,
kernel, ps and w for this to work!
|
1993-07-03 21:21:35 +00:00 |
|
nate
|
be449bcfcc
|
Added (protection) around negative constants, in case a program wants
to use the negative of that constant.
#define NEG_NUM -3
#define SAFE_NEG_NUM (-3)
i = -NEG_NUM; /* Error --3 */
j = -SAFE_NEG_NUM /* Okay -(-3) */
|
1993-06-30 22:59:18 +00:00 |
|
nate
|
4bbfb3867b
|
Setting up for updated (usable) FPE atof/vfprintf/vfscanf fixes
|
1993-06-29 13:34:33 +00:00 |
|
rgrimes
|
47726e6e3c
|
Obsolete if_we.c driver, more attach call to where it belongs.
Still need to fix all the drivers.
|
1993-06-18 22:18:57 +00:00 |
|
paul
|
371a5c48f5
|
Upgrade to GCC 2.X
|
1993-06-18 02:47:24 +00:00 |
|
rgrimes
|
25062ba061
|
Initial import, 0.1 + pk 0.2.4-B1
|
1993-06-12 14:58:17 +00:00 |
|