- 27 Feb, 2022 2 commits
-
-
Alexandre Janon authored
-
Alexandre Janon authored
-
- 23 Jan, 2022 1 commit
-
-
Alexandre Janon authored
-
- 19 Dec, 2021 2 commits
-
-
A. Wilcox authored
Prevents segfault when calling initstate_r.
-
A. Wilcox authored
wchar: add __mbrlen See merge request adelie/gcompat!13
-
- 22 Sep, 2021 1 commit
-
-
Patrycja Rosa authored
-
- 27 Jul, 2021 1 commit
-
-
A. Wilcox authored
Add reentrant random functions from LSB See merge request adelie/gcompat!11
-
- 14 Jul, 2021 1 commit
-
-
Zach van Rijn authored
Add __fdelt_warn alias See merge request adelie/gcompat!12
-
- 30 Jun, 2021 1 commit
-
-
George Matsumura authored
Add __fdelt_warn as a strong alias of __fdelt_chk, similar to how it is implemented in glibc. Signed-off-by:
George Matsumura <gm960420@ohio.edu>
-
- 25 Jun, 2021 1 commit
-
-
George Matsumura authored
This adds random_r() and associated functions, mostly adapted from musl's implementation of random(). Signed-off-by:
George Matsumura <gm960420@ohio.edu>
-
- 14 Dec, 2020 1 commit
-
-
A. Wilcox authored
-
- 16 Nov, 2020 2 commits
-
-
Now newlocale calls __newlocale with the returned glibc_locale structure directly, making it work slightly better with non-"C" locales.
-
A. Wilcox authored
* Count size of list correctly * Don't make __names const; it isn't.
-
- 27 Sep, 2020 4 commits
- 22 Aug, 2020 3 commits
- 18 Aug, 2020 1 commit
-
- 10 Aug, 2020 3 commits
-
-
A. Wilcox authored
-
A. Wilcox authored
Correct __*_finite math functions See merge request adelie/gcompat!8
-
A. Wilcox authored
Implement: __fwprintf_chk, wcstoul_l, wcstoul_l, wcstod_l See merge request adelie/gcompat!7
-
- 08 Aug, 2020 1 commit
-
-
George Matsumura authored
This corrects a mistake in the finite math functions in which it was asserted that the return values had to be infinite, instead of the intended behavior of asserting that they were not infinite. Signed-off-by:
George Matsumura <gmmatsumura01@bvsd.org>
-
- 25 Jul, 2020 5 commits
-
-
Michał Kazior authored
This is similar to strtoll_l() in a way it ignores the locale_t argument and uses the global locale settings. Signed-off-by:
Michal Kazior <kazikcz@gmail.com>
-
Michał Kazior authored
This is similar to strtoll_l() in a way it ignores the locale_t argument and uses the global locale settings. Signed-off-by:
Michal Kazior <kazikcz@gmail.com>
-
Michał Kazior authored
This is similar to strtoll_l() in a way it ignores the locale_t argument and uses the global locale settings. Signed-off-by:
Michal Kazior <kazikcz@gmail.com>
-
Michał Kazior authored
Signed-off-by:
Michal Kazior <kazikcz@gmail.com>
-
Michał Kazior authored
Signed-off-by:
Michal Kazior <kazikcz@gmail.com>
-
- 06 Jul, 2020 6 commits
-
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
-
A. Wilcox authored
Newer releases of Chromium directly execv /proc/self/exe, missing our readlink(3) interposing. We go ahead and interpose all three execv* functions just to ensure wider compatibility.
-
A. Wilcox authored
The assertion should be that the return value was 0. Additionally, show the result code if the return value is not 0.
-
- 30 Mar, 2020 1 commit
-
-
A. Wilcox authored
-
- 10 Nov, 2019 2 commits
-
-
q66 authored
This is necessary because the musl and glibc function signatures differ significantly.
- 02 Jun, 2019 1 commit
-
-
A. Wilcox authored
-