| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | doc: Update regarding linear string search. | Bruno Haible | 2023-03-28 | 3 | -6/+5 |
* | wcsstr: Ensure worst-case linear execution time. | Bruno Haible | 2023-03-27 | 2 | -3/+11 |
* | stdlib: ISO C 23: Document issue with once_flag and call_once. | Bruno Haible | 2023-03-25 | 1 | -0/+6 |
* | call_once: New module, separate from mtx. | Bruno Haible | 2023-03-25 | 1 | -1/+1 |
* | *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'. | Bruno Haible | 2023-03-24 | 16 | -0/+96 |
* | obstack-printf-gnu: New module. | Bruno Haible | 2023-03-24 | 2 | -6/+20 |
* | dprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -3/+10 |
* | vdprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -3/+10 |
* | printf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -4/+11 |
* | vprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -4/+11 |
* | fprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -4/+11 |
* | vfprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -4/+11 |
* | vasprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 2 | -6/+20 |
* | sprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -2/+9 |
* | vsprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -2/+9 |
* | snprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -3/+10 |
* | vsnprintf-gnu: New module. | Bruno Haible | 2023-03-24 | 1 | -3/+10 |
* | vasnwprintf: Fix test failures on FreeBSD, NetBSD, AIX, mingw. | Bruno Haible | 2023-03-22 | 1 | -0/+7 |
* | *printf-posix: Work around bug with %lc of 0 on many platforms. | Bruno Haible | 2023-03-21 | 14 | -0/+56 |
* | vasnwprintf: Fix test failures on musl libc. | Bruno Haible | 2023-03-20 | 1 | -0/+10 |
* | *printf-posix: ISO C 23: Add %b directive for binary output of integers. | Bruno Haible | 2023-03-17 | 20 | -24/+124 |
* | time: Fix test failure on AIX 7.2. | Bruno Haible | 2023-03-17 | 1 | -4/+4 |
* | time: Fix test failure on native Windows. | Bruno Haible | 2023-03-17 | 1 | -4/+5 |
* | strtol, strtoll, strtoul, strtoull: Make ISO C 23 compliant. | Bruno Haible | 2023-03-16 | 4 | -0/+12 |
* | timegm: Document under ISO C and POSIX substitutes. | Bruno Haible | 2023-03-16 | 2 | -3/+3 |
* | stddef: Define 'unreachable', for ISO C 23 compliance. | Bruno Haible | 2023-03-16 | 1 | -0/+4 |
* | time: New module. | Bruno Haible | 2023-03-08 | 1 | -1/+9 |
* | time-h: Renamed from time. | Bruno Haible | 2023-03-08 | 1 | -1/+1 |
* | stdio: suppress macOS 13 sprintf warnings | Paul Eggert | 2023-03-05 | 2 | -6/+6 |
* | Remove unused documentation file. | Bruno Haible | 2023-03-05 | 1 | -16/+0 |
* | lseek: avoid SEEK_HOLE bugs in FreeBSD, macOS | Paul Eggert | 2023-02-23 | 1 | -0/+5 |
* | nullptr: work around Apple clang 14 issue | Paul Eggert | 2023-02-09 | 1 | -3/+4 |
* | limits-h: Work around a clang 15 bug. | Bruno Haible | 2023-02-09 | 1 | -0/+3 |
* | nullptr: rename from c-nullptr | Paul Eggert | 2023-02-07 | 1 | -5/+6 |
* | c-nullptr: new module | Paul Eggert | 2023-02-05 | 2 | -0/+48 |
* | doc: Update regarding AIX. | Bruno Haible | 2023-02-04 | 1 | -1/+1 |
* | doc: Update regarding NetBSD. | Bruno Haible | 2023-02-04 | 2 | -2/+5 |
* | doc: Update list of target platforms. | Bruno Haible | 2023-01-22 | 1 | -21/+27 |
* | login_tty: Ensure declaration in <utmp.h>. | Bruno Haible | 2023-01-21 | 3 | -7/+43 |
* | autoupdate | Karl Berry | 2023-01-21 | 4 | -445/+445 |
* | fts: Document this module. | Bruno Haible | 2023-01-19 | 6 | -24/+24 |
* | mbrtowc, mbrtoc32 tests: Avoid test failure on Android ≥ 5.0. | Bruno Haible | 2023-01-16 | 1 | -1/+7 |
* | alignasof: new module | Paul Eggert | 2023-01-15 | 2 | -15/+23 |
* | error: Work around an Android problem. | Bruno Haible | 2023-01-12 | 2 | -1/+5 |
* | perror: Fix "perror clobbers strerror's buffer" problem on Android. | Bruno Haible | 2023-01-11 | 1 | -1/+1 |
* | getpass: Fix compilation error on Android. | Bruno Haible | 2023-01-05 | 1 | -0/+4 |
* | Recognize functions added in future versions of Android. | Bruno Haible | 2023-01-05 | 4 | -4/+4 |
* | doc: Update regarding Android. | Bruno Haible | 2023-01-04 | 7 | -4/+20 |
* | ffsl, ffsll: Fix compilation error on Android. | Bruno Haible | 2023-01-03 | 2 | -2/+8 |
* | ffs: Document Android problem. | Bruno Haible | 2023-01-03 | 1 | -0/+3 |