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)
Wed, May 1, 9:53 PM
Unknown Object (File)
Sun, Apr 21, 2:43 AM
Unknown Object (File)
Wed, Apr 17, 3:57 AM
Unknown Object (File)
Mar 25 2024, 9:41 PM
Unknown Object (File)
Jan 28 2024, 8:06 AM
Unknown Object (File)
Jan 9 2024, 3:30 PM
Unknown Object (File)
Dec 27 2023, 12:18 AM
Unknown Object (File)
Dec 23 2023, 12:14 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