| Commit message (Expand) | Author | Age | Files | Lines |
* | unistdio: Simplify code. | Bruno Haible | 2023-03-20 | 6 | -6/+0 |
* | vasnwprintf: Port to older platforms without swprintf. | Bruno Haible | 2023-03-20 | 1 | -23/+195 |
* | wmemset: Relicense under LGPLv2+. | Bruno Haible | 2023-03-20 | 2 | -2/+2 |
* | wmemcpy: Relicense under LGPLv2+. | Bruno Haible | 2023-03-20 | 2 | -2/+2 |
* | vasnwprintf: Fix test failures on musl libc. | Bruno Haible | 2023-03-20 | 1 | -7/+27 |
* | dfa: pacify Oracle Solaris Studio 12.6 | Paul Eggert | 2023-03-18 | 1 | -6/+6 |
* | *printf-posix: ISO C 23: Add %b directive for binary output of integers. | Bruno Haible | 2023-03-17 | 1 | -3/+3 |
* | *printf-posix: ISO C 23: Add %b directive for binary output of integers. | Bruno Haible | 2023-03-17 | 4 | -3/+216 |
* | vasnprintf, vasnwprintf: Simplify code. | Bruno Haible | 2023-03-17 | 1 | -5/+5 |
* | vasnwprintf: Fix test failure on OpenBSD. | Bruno Haible | 2023-03-17 | 1 | -1/+6 |
* | vasnprintf, vasnwprintf: Include all necessary workarounds in libintl. | Bruno Haible | 2023-03-17 | 1 | -15/+15 |
* | vasnwprintf: New module. | Bruno Haible | 2023-03-17 | 6 | -32/+283 |
* | strtol, strtoll, strtoul, strtoull: Make ISO C 23 compliant. | Bruno Haible | 2023-03-16 | 1 | -3/+11 |
* | stddef: Fix a compilation error on AIX 7.2 with xlclang. | Bruno Haible | 2023-03-16 | 1 | -0/+2 |
* | stddef: Define 'unreachable', for ISO C 23 compliance. | Bruno Haible | 2023-03-16 | 2 | -9/+48 |
* | time: New module. | Bruno Haible | 2023-03-08 | 2 | -0/+55 |
* | stdio: suppress macOS 13 sprintf warnings | Paul Eggert | 2023-03-05 | 1 | -0/+11 |
* | terminfo, termcap: Fix more spellos in a comment. | Benno Schulenberg | 2023-02-28 | 1 | -4/+4 |
* | dfa: Tweak the last patch. | Bruno Haible | 2023-02-28 | 1 | -1/+1 |
* | fts: fail gracefully when out of memory | ChuanGang Jiang | 2023-02-27 | 1 | -1/+5 |
* | dfa: Avoid warnings with some Apple clang versions. | Bruno Haible | 2023-02-26 | 1 | -1/+4 |
* | terminfo, termcap: Fix typos in comments. | ChuanGang Jiang | 2023-02-25 | 1 | -6/+6 |
* | lseek: avoid SEEK_HOLE bugs in FreeBSD, macOS | Paul Eggert | 2023-02-23 | 1 | -0/+18 |
* | hamt: Detect GCC version correctly. | ChuanGang Jiang | 2023-02-13 | 1 | -1/+1 |
* | error-h: Make less fragile. | Bruno Haible | 2023-02-11 | 1 | -3/+15 |
* | unilbrk: Don't compile unused functions outside of libunistring. | Bruno Haible | 2023-02-11 | 8 | -8/+48 |
* | sigsegv: Fix a compilation error on OpenBSD with clang ≥ 16. | Bruno Haible | 2023-02-11 | 1 | -1/+1 |
* | Fix typos like "the the" and "a a" in comments. | ChuanGang Jiang | 2023-02-10 | 4 | -4/+4 |
* | math: Fix compilation error in C++ mode on macOS 12.5. | Bruno Haible | 2023-02-09 | 1 | -1/+1 |
* | limits-h: Work around a clang 15 bug. | Bruno Haible | 2023-02-09 | 1 | -5/+8 |
* | Fix error in C++ mode on glibc systems (regression 2022-04-28). | Bruno Haible | 2023-02-09 | 3 | -0/+12 |
* | getcwd: Fix compilation error in C23 mode. | Bruno Haible | 2023-02-09 | 1 | -0/+1 |
* | hard-locale: Add comment regarding per-thread locales. | Bruno Haible | 2023-02-08 | 1 | -1/+3 |
* | nl_langinfo: Add comment regarding per-thread locales. | Bruno Haible | 2023-02-08 | 1 | -0/+2 |
* | Fix a copyright header - module license mismatch. | Bruno Haible | 2023-02-07 | 3 | -34/+20 |
* | setlocale-null: Don't use a lock in Cygwin >= 3.4.6. | Bruno Haible | 2023-02-06 | 1 | -2/+2 |
* | sh-quote: backport fix from diffutils | Paul Eggert | 2023-02-05 | 1 | -1/+1 |
* | assert-h, verify: Fix compilation error in C++ mode with MSVC 14. | Bruno Haible | 2023-02-05 | 1 | -0/+2 |
* | fts: pacify GCC 12 -Wstrict-aliasing | Paul Eggert | 2023-02-04 | 1 | -2/+2 |
* | fts: pacify GCC 13 -Wuse-after-free | Paul Eggert | 2023-02-04 | 1 | -5/+10 |
* | assert-h, verify: Fix conflict with standard C++ header files on macOS. | Bruno Haible | 2023-02-04 | 1 | -1/+16 |
* | spawn: Fix compilation error on macOS (regression 2023-01-22). | Bruno Haible | 2023-02-04 | 1 | -9/+8 |
* | relocatable-prog: Fix compiler warning. | Bruno Haible | 2023-02-04 | 1 | -1/+1 |
* | isnan: update comment | Paul Eggert | 2023-02-03 | 1 | -2/+3 |
* | at-internal: Fix support for z/OS. | Bruno Haible | 2023-01-30 | 1 | -2/+10 |
* | at-internal: Add support for z/OS. | Bruno Haible | 2023-01-30 | 1 | -4/+15 |
* | Fix compilation errors with CC="clang -D_FORTIFY_SOURCE=2" on Android. | Bruno Haible | 2023-01-29 | 2 | -26/+36 |
* | unistdio/*printf: Fix negative width handling for %U, %lU, %llU. | Bruno Haible | 2023-01-28 | 1 | -6/+6 |
* | vasnprintf-posix: Fix possible bug with negative width handling for %lc. | Bruno Haible | 2023-01-28 | 1 | -2/+2 |
* | vasnprintf-posix: Fix negative width handling for %ls directive. | Bruno Haible | 2023-01-28 | 1 | -4/+4 |