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

Use sprintf() to determine locale's decimal point #677

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

akheron
Copy link
Owner

@akheron akheron commented Mar 7, 2024

This should fix thread safety of encoding and decoding, since localeconv() is not tread safe after all.

@akheron akheron force-pushed the ditch-localeconv branch 2 times, most recently from d67a749 to eba3139 Compare March 7, 2024 19:18
Repository owner deleted a comment from coveralls Mar 7, 2024
@akheron akheron marked this pull request as ready for review March 7, 2024 19:27
@akheron akheron force-pushed the ditch-localeconv branch 2 times, most recently from 2d27073 to 4bc574c Compare March 8, 2024 19:08
This should fix thread safety of encoding and decoding, since
localeconv() is not tread safe after all.
@akheron akheron merged commit 842708a into master Mar 8, 2024
12 of 14 checks passed
@akheron akheron deleted the ditch-localeconv branch March 8, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant