Page MenuHomeFreeBSD

xargs: yesexpr is no longer basic RE
ClosedPublic

Authored by yuripv on Dec 8 2020, 7:13 AM.
Tags
None
Referenced Files
F116124809: D27509.diff
Fri, May 2, 6:53 PM
Unknown Object (File)
Thu, Apr 24, 6:33 PM
Unknown Object (File)
Sat, Apr 19, 1:47 PM
Unknown Object (File)
Sat, Apr 19, 1:05 PM
Unknown Object (File)
Sat, Apr 19, 10:51 AM
Unknown Object (File)
Sat, Apr 19, 8:48 AM
Unknown Object (File)
Sat, Apr 19, 6:56 AM
Unknown Object (File)
Thu, Apr 17, 7:13 PM
Subscribers

Details

Summary

PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=238762

Comple RE using REG_EXTENDED as it's what yesexpr is nowadays.

Test Plan
$ export LANG=en_AU.UTF-8
$ locale -k yesexpr
yesexpr="^(([yY]([eE][sS])?)|([yY]))"
$ echo test | xargs -p echo
echo test?...y
test

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

yuripv requested review of this revision.Dec 8 2020, 7:13 AM
This revision is now accepted and ready to land.Dec 8 2020, 12:37 PM
This revision was automatically updated to reflect the committed changes.