Page MenuHomeFreeBSD

Add functionality to libregex
Needs ReviewPublic

Authored by kevans on Nov 4 2017, 4:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 3:35 PM
Unknown Object (File)
Tue, Jan 14, 8:40 PM
Unknown Object (File)
Tue, Jan 14, 7:21 AM
Unknown Object (File)
Dec 6 2024, 5:45 AM
Unknown Object (File)
Nov 18 2024, 1:37 PM
Unknown Object (File)
Nov 15 2024, 5:39 PM
Unknown Object (File)
Oct 16 2024, 10:00 AM
Unknown Object (File)
Oct 6 2024, 9:54 AM
Subscribers
None

Details

Reviewers
emaste
cem
Summary

Add GNU extensions to regex. This is done
as one massive review, but I'm more than happy to
split this up into several if that's desired.

The additions to engine.c are not guarded by LIBREGEX
because it looks cleaner and functionally, they'll have
no effect due to the opcodes not being added by non-LIBREGEX
build. If it seems like they may cause speed concerns, I'm
more than happy to LIBREGEX guard them.

Test Plan

exp-run or three

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12431
Build 12706: arc lint + arc unit