Re: [Bug-wget] Replace some loops with string.h functions

2018-10-28 Thread Tim Rühsen
Pushed, thanks for your contribution ! On 26.10.18 15:33, Kapus, Timotej wrote: > Hi, > > I'm writing a program analysis that tries to find and replace some loops with > str* functions. I'm trying to see if these replacements are a useful > refactoring or the loops are intentional. I noticed t

[Bug-wget] Replace some loops with string.h functions

2018-10-26 Thread Kapus, Timotej
Hi, I'm writing a program analysis that tries to find and replace some loops with str* functions. I'm trying to see if these replacements are a useful refactoring or the loops are intentional. I noticed that wget has a couple of these loops and wrote a patch (pasted below) that changes this. I