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
|
bcfa18552e
|
This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
|
1993-06-12 14:58:17 +00:00 |
|
rgrimes
|
25062ba061
|
Initial import, 0.1 + pk 0.2.4-B1
|
1993-06-12 14:58:17 +00:00 |
|
rgrimes
|
89bebeef18
|
Initial import, 0.1 + pk 0.2.4-B1
|
1993-06-12 14:58:17 +00:00 |
|