* README: Document assumptions that 'int' is at least 32 bits
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Sep 2003 20:38:08 +0000 (20:38 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 24 Sep 2003 20:38:08 +0000 (20:38 +0000)
commit1af4668473eb45ef1963d8c2d197994e693069ed
tree678d6c88e5390390e3e020b825003231f8924379
parent15d54fa1414749c52fc7b6201b541f6d5ee50544
* README: Document assumptions that 'int' is at least 32 bits
wide, that integer arithmetic is 2's complement without overflow,
that there are no holes in integer values, that adding sizes of
two nonoverlapping objects can't overflow, and that all-bits-zero
yields scalar zero.  Fix spelling and capitalization typos.
README