Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

regexp improvements #556

Open
EtchedPixels opened this issue Nov 13, 2017 · 0 comments
Open

regexp improvements #556

EtchedPixels opened this issue Nov 13, 2017 · 0 comments
Labels
enhancement Feature request

Comments

@EtchedPixels
Copy link
Owner

Our regexp package doesn't match the final POSIX API. In particular regexec() was extended to allow match targets to be reported which we don't support.

Glibc has a possible candidate we could us, or we could update the one in the C library. That might be easier as the other implementations are much heavier and deal with things like unicode, wide chars and locales

@EtchedPixels EtchedPixels added the enhancement Feature request label Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature request
Projects
None yet
Development

No branches or pull requests

1 participant