Module: wine Branch: master Commit: f88affa2a188f4cf608900239d8486b649c00353 URL: https://gitlab.winehq.org/wine/wine/-/commit/f88affa2a188f4cf608900239d8486b...
Author: Zhiyi Zhang zzhang@codeweavers.com Date: Mon Apr 17 16:07:18 2023 +0800
findstr: Add basic functionality.
Company of Heroes: Battle of Crete needs a functioning findstr.exe to exit properly. Freemake Video Converter 4.1 installer also needs this.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=35254
---
configure | 1 + configure.ac | 1 + po/ar.po | 20 ++++ po/ast.po | 18 ++++ po/bg.po | 19 ++++ po/ca.po | 20 ++++ po/cs.po | 20 ++++ po/da.po | 20 ++++ po/de.po | 20 ++++ po/el.po | 18 ++++ po/en.po | 16 +++ po/en_US.po | 16 +++ po/eo.po | 20 ++++ po/es.po | 20 ++++ po/fa.po | 17 +++ po/fi.po | 20 ++++ po/fr.po | 20 ++++ po/he.po | 19 ++++ po/hi.po | 16 +++ po/hr.po | 20 ++++ po/hu.po | 20 ++++ po/it.po | 20 ++++ po/ja.po | 20 ++++ po/ko.po | 20 ++++ po/lt.po | 20 ++++ po/ml.po | 16 +++ po/nb_NO.po | 20 ++++ po/nl.po | 20 ++++ po/or.po | 16 +++ po/pa.po | 16 +++ po/pl.po | 20 ++++ po/pt_BR.po | 20 ++++ po/pt_PT.po | 20 ++++ po/rm.po | 16 +++ po/ro.po | 20 ++++ po/ru.po | 20 ++++ po/si.po | 20 ++++ po/sk.po | 18 ++++ po/sl.po | 20 ++++ po/sr_RS@cyrillic.po | 19 ++++ po/sr_RS@latin.po | 19 ++++ po/sv.po | 20 ++++ po/ta.po | 16 +++ po/te.po | 16 +++ po/th.po | 17 +++ po/tr.po | 20 ++++ po/uk.po | 20 ++++ po/wa.po | 18 ++++ po/wine.pot | 16 +++ po/zh_CN.po | 20 ++++ po/zh_TW.po | 20 ++++ programs/findstr/Makefile.in | 3 + programs/findstr/findstr.h | 38 +++++++ programs/findstr/findstr.rc | 31 ++++++ programs/findstr/main.c | 210 ++++++++++++++++++++++++++++++++++++- programs/findstr/tests/Makefile.in | 4 + programs/findstr/tests/findstr.c | 208 ++++++++++++++++++++++++++++++++++++ 57 files changed, 1413 insertions(+), 5 deletions(-)