avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] Fix for strstr.S (take2)


From: Philip Soeberg
Subject: [avr-libc-dev] Fix for strstr.S (take2)
Date: Mon, 9 Dec 2002 21:52:30 +0100

Lets try again... And this time without microsofts "#¤Y(/"&¤(! html editor.

Hi,

I’ve coded a new strstr.S to compensate for the errors found in the current
release of it. (To those still not aware of any errors, please use test1.c
to verify they exists)
 
Included in this tarball is:
            strstr.S             Replacement for the existing version.
            test1.c              Testbench checking various combinations.
            makefile            Not really necessary I guess :)
 
The code for strstr.S has increased nearly 100bytes which probably could be
tweaked a bit… 
This is primerly due to the fact that I’m calling strchr.S if a
one-char-string is parsed as s2… Perhaps this could be tweaked?
 
I strongly encurage you to use the testbench to test the old version versus
this new one.
 
Drop me a line if any questions should arise.
 
Best regards
-=[ Philip Soeberg ]=[ address@hidden ]=-

Attachment: strstr.tar
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]