tech-userlevel archive

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

Re: CVS commit: src/lib/libc/string



On Wed, Sep 24, 2008 at 02:36:02PM +0000, Christos Zoulas wrote:
> 
> Module Name:  src
> Committed By: christos
> Date:         Wed Sep 24 14:36:02 UTC 2008
> 
> Modified Files:
>       src/lib/libc/string: strpbrk.c
> 
> Log Message:
> From Ilya Dogolazky ilya.dogolazky at teleca dot fi:
> 
> The new algorithm does not use any array initialisation.
> Instead of that the only integer variable "index" is initialized.
> It is not using any bitwise operations and shifts as well.

And what about the concerns and questions that were raised on tech-userlevel?

Bernd



Home | Main Index | Thread Index | Old Index