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)
Tue, Mar 4, 4:33 PM
Unknown Object (File)
Mon, Mar 3, 1:44 PM
Unknown Object (File)
Feb 9 2025, 2:51 PM
Unknown Object (File)
Feb 9 2025, 1:53 PM
Unknown Object (File)
Jan 17 2025, 3:35 PM
Unknown Object (File)
Jan 14 2025, 8:40 PM
Unknown Object (File)
Jan 14 2025, 7:21 AM
Unknown Object (File)
Dec 6 2024, 5:45 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