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

Change default regex library to Glib Regex #451

Merged
merged 1 commit into from Aug 29, 2020

Conversation

ma8ma
Copy link
Collaborator

@ma8ma ma8ma commented Aug 29, 2020

Fix #444

デフォルトの正規表現ライブラリをPOSIX regexからGlib Regex(GRegex)に変更します。
また、mesonを利用したときはglibではなくposixを指定したときにビルドオプションを表示するように変更します。

互換性に関する注意

GRegexはPerl互換の正規表現なので、従来のPOSIX拡張の正規表現から設定変更が必要になる場合があります。

デフォルトの正規表現ライブラリをPOSIX regexからGlib Regex(GRegex)に
変更します。また、mesonを利用したときはglibではなくposixを指定したときに
ビルドオプションを表示するように変更します。

互換性に関する注意
GRegexはPerl互換の正規表現なので、従来のPOSIX拡張の正規表現から
設定変更が必要になる場合があります。
@ma8ma ma8ma added the feature 機能の追加と削除 label Aug 29, 2020
@ma8ma ma8ma added this to In progress in State of JDim-v0.4.0+ via automation Aug 29, 2020
@ma8ma ma8ma merged commit dc0d571 into JDimproved:master Aug 29, 2020
State of JDim-v0.4.0+ automation moved this from In progress to Done Aug 29, 2020
@ma8ma ma8ma deleted the change-default-regex-lib-to-gregex branch August 29, 2020 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 機能の追加と削除
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

デフォルトの正規表現ライブラリをGlib Regexに変更する
1 participant