/haiku/src/system/libroot/posix/musl/time/ |
H A D | difftime.c | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
H A D | wcsftime.c | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
H A D | strftime.c | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
H A D | time_impl_haiku.h | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
H A D | time_impl.h | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
H A D | Jamfile | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
H A D | strptime.c | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
/haiku/src/system/libroot/posix/musl/internal/ |
H A D | locale_impl.h | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
/haiku/headers/private/libroot/time/ |
H A D | timelocal.h | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
/haiku/src/system/libroot/posix/locale/ |
H A D | locale_t.cpp | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
/haiku/src/system/libroot/posix/musl/ |
H A D | Jamfile | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|
/haiku/src/system/libroot/posix/time/ |
H A D | Jamfile | a028a54e529b86b04ba6a51ccbfcf1ddbc9f1e73 Thu Aug 18 19:24:03 UTC 2022 Augustin Cavalier <waddlesplash@gmail.com> libroot: Replace strftime/strptime/wcsftime implementations with musl's.
Now that we have locale_t, we can use the musl versions of these functions. This also fixes a licensing issue: the strptime implementation had an advertising clause (although in upstream *BSD it was removed, so we likely could have managed to remove it anyway.)
|