summaryrefslogtreecommitdiff
path: root/doc/posix-functions
Commit message (Expand)AuthorAgeFilesLines
* doc: New chapter "Strings and Characters".Bruno Haible2023-05-1618-18/+152
* doc: Mention macOS wcwidth bug.Bruno Haible2023-05-041-1/+1
* localeconv: Work around a mingw bug.Bruno Haible2023-04-281-0/+4
* poll tests: Avoid test failure on native Windows.Bruno Haible2023-04-251-1/+1
* ftell, ftello: Fix recognition of pipes on native Windows.Bruno Haible2023-04-243-0/+9
* doc: Add references to changes accepted for future POSIX revisions.Bruno Haible2023-04-192-0/+4
* wcsncmp: Work around two ISO C compliance bugs on several platforms.Bruno Haible2023-04-191-0/+8
* wcscmp: Work around two ISO C compliance bugs on several platforms.Bruno Haible2023-04-191-0/+8
* wmemcmp: Work around ISO C compliance bug on several platforms.Bruno Haible2023-04-191-0/+4
* doc: Update platform list for posix_spawnp.Bruno Haible2023-04-191-1/+1
* doc: Mention a Cygwin 3.4.6 bug.Bruno Haible2023-04-181-0/+5
* ilogbl: Work around a Cygwin 3.4.6 bug.Bruno Haible2023-04-181-0/+4
* doc: improve cross-refs for year 2038 issuePaul Eggert2023-04-0948-135/+123
* doc: Mention a NetBSD bug.Bruno Haible2023-04-092-0/+10
* vasnwprintf-posix: More details about the glibc bug.Bruno Haible2023-04-091-0/+1
* doc: Mention another Haiku bug.Bruno Haible2023-04-081-0/+5
* vasnwprintf-posix: Work around %La bug in glibc 2.15 and Haiku.Bruno Haible2023-04-071-0/+6
* doc: Add references to registered Haiku bugs.Bruno Haible2023-04-067-1/+30
* mbrtoc32 tests: Add comment.Bruno Haible2023-04-031-1/+1
* vasnwprintf-posix: Fix behaviour in the C locale.Bruno Haible2023-04-016-0/+24
* mbstowcs: New module.Bruno Haible2023-03-311-1/+5
* mbsnrtowcs: Fix behaviour in the C locale.Bruno Haible2023-03-301-0/+4
* mbsrtowcs: Fix behaviour in the C locale.Bruno Haible2023-03-301-0/+4
* mbrlen: Add tests.Bruno Haible2023-03-301-1/+1
* btowc: Fix behaviour in the C locale.Bruno Haible2023-03-301-4/+8
* mbrtowc tests: Add comment.Bruno Haible2023-03-301-1/+1
* doc: Fix placement of memset_explicit node.Bruno Haible2023-03-281-1/+1
* doc: Update regarding linear string search.Bruno Haible2023-03-281-1/+1
* wcsstr: Ensure worst-case linear execution time.Bruno Haible2023-03-272-3/+11
* call_once: New module, separate from mtx.Bruno Haible2023-03-251-1/+1
* *printf-posix: ISO C 23: Support size specifiers 'wN' and 'wfN'.Bruno Haible2023-03-2416-0/+96
* dprintf-gnu: New module.Bruno Haible2023-03-241-3/+10
* vdprintf-gnu: New module.Bruno Haible2023-03-241-3/+10
* printf-gnu: New module.Bruno Haible2023-03-241-4/+11
* vprintf-gnu: New module.Bruno Haible2023-03-241-4/+11
* fprintf-gnu: New module.Bruno Haible2023-03-241-4/+11
* vfprintf-gnu: New module.Bruno Haible2023-03-241-4/+11
* sprintf-gnu: New module.Bruno Haible2023-03-241-2/+9
* vsprintf-gnu: New module.Bruno Haible2023-03-241-2/+9
* snprintf-gnu: New module.Bruno Haible2023-03-241-3/+10
* vsnprintf-gnu: New module.Bruno Haible2023-03-241-3/+10
* vasnwprintf: Fix test failures on FreeBSD, NetBSD, AIX, mingw.Bruno Haible2023-03-221-0/+7
* *printf-posix: Work around bug with %lc of 0 on many platforms.Bruno Haible2023-03-2110-0/+40
* vasnwprintf: Fix test failures on musl libc.Bruno Haible2023-03-201-0/+10
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-1716-24/+104
* time: Fix test failure on AIX 7.2.Bruno Haible2023-03-171-4/+4
* time: Fix test failure on native Windows.Bruno Haible2023-03-171-4/+5
* strtol, strtoll, strtoul, strtoull: Make ISO C 23 compliant.Bruno Haible2023-03-164-0/+12
* timegm: Document under ISO C and POSIX substitutes.Bruno Haible2023-03-161-0/+29
* time: New module.Bruno Haible2023-03-081-1/+9