From 8838c838a10911a035585955bfa12f807f0e5713 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 26 Jul 2006 06:50:44 +0000 Subject: Output side working, yay. svn path=/openssl/README; revision=79 --- openssl/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'openssl/README') 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...). -- cgit v1.2.3