diff options
author | Rob Austein <sra@hactrn.net> | 2006-07-26 06:50:44 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-07-26 06:50:44 +0000 |
commit | 8838c838a10911a035585955bfa12f807f0e5713 (patch) | |
tree | 88e3ac347e24b37e67f6af6b2dcb577bd5a56558 | |
parent | c64362ce28a166a7fd94481ae3fba687a3b83315 (diff) |
Output side working, yay.
svn path=/openssl/README; revision=79
-rw-r--r-- | openssl/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/openssl/README b/openssl/README index c912d4ab..769f5154 100644 --- a/openssl/README +++ b/openssl/README @@ -470,3 +470,18 @@ v2i code. i2r code needs minor work, needs to break long lines of ASIDs. Deal with this later. + +Punctuation discrepancies between ASID and ADDR code, ASID does + + "foo - bar" + +for ranges while ADDR does + + "foo-bar" + +ASID is probably right here, more readable. Should probably add the +strspn() hackery to ASID code so it can tolerate looser input. + +I've seen occasional printouts of what look like empty address +extensions, need to check that those really are empty (as opposed to +just a printout bug that's aborting i2r...). |