Hi folks,I’m Kaipeng Zeng who is a Linux user and Wine/CrossOver user from China. I am majorin Biomedical Engineering in Guangdong Pharmaceutical University.I’d like to apply GSoC to work for Wine Project this year. My proposal is "Implementingfindstr.exe for Wine".Though findstr is a quite independent program in Wine, I think it is valuable to implement.As far as I knew, there are some bugs about findstr in Bugzilla[1]. Any other programsin Chinese depend on it too. The implementation of findstr will help these programs andall the programs will also be good tests for our implementation. Besides, I think the codeof grep will be helpful for implementing findstr.There are three parts in my plan:=== Part 1: Add more tests for findstr.exe ===I have submitted a patch for findstr’s test to wine-patches[2]. I will add more tests toprepare for the implementation.=== Part 2: Implement an initial findstr.exe ===With enough tests, I will try to implement the findstr gradually. My middle goal is havingan initial implementation of findstr which can handle some simple work. Bug 35254[3] maybe fixed after this part is finished.=== Part 3: Add more parameters implementation ===In this part, I will add more tests and try to implement more arguments for findstr, let itsolve more things.