summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* crypto/gc-pbkdf2: New module.Simon Josefsson2020-01-153-77/+155
* c32stombs: New module.Bruno Haible2020-01-132-0/+44
* c32snrtombs: New module.Bruno Haible2020-01-104-7/+80
* c32srtombs: New module.Bruno Haible2020-01-095-7/+115
* c32tob: Make consistent with mbrtoc32.Bruno Haible2020-01-091-1/+18
* c32rtomb: New module.Bruno Haible2020-01-092-0/+149
* mbrtoc32: Use the system's mbrtoc32 if it exists and basically works.Bruno Haible2020-01-094-16/+65
* wcrtomb: Make multithread-safe, except possibly on IRIX.Bruno Haible2020-01-081-4/+20
* tests: Avoid GCC over-optimization caused by _GL_ARG_NONNULL attributes.Bruno Haible2020-01-051-2/+2
* tests: Avoid GCC over-optimization caused by _GL_ARG_NONNULL attributes.Bruno Haible2020-01-051-0/+7
* mbstoc32s: New module.Bruno Haible2020-01-052-0/+44
* mbsnrtoc32s: New module.Bruno Haible2020-01-054-5/+85
* mbsrtoc32s: New module.Bruno Haible2020-01-045-5/+112
* uchar: Decide about _GL_LARGE_CHAR32_T at configure time.Bruno Haible2020-01-041-1/+1
* btoc32: New module.Bruno Haible2020-01-042-0/+38
* c32tob: prefer https: URLsBruno Haible2020-01-041-1/+1
* mbrtoc32: New module.Bruno Haible2020-01-042-0/+256
* mbrtowc: Refactor to share code with mbrtoc32.Bruno Haible2020-01-043-355/+409
* mbrtowc: Refactor locale charset dispatching.Bruno Haible2020-01-033-51/+124
* mbrtowc: Ensure the mbtowc_lock is unique.Bruno Haible2020-01-033-16/+289
* getopt-posix: Fix compilation failure in testdirs.Bruno Haible2020-01-031-1/+1
* mbrtowc: Fix test failures on MSVC (regression by previous commit).Bruno Haible2020-01-021-0/+6
* mbrtowc: Don't replace mbstate_t on MSVC.Bruno Haible2020-01-021-1/+1
* setlocale-null: Avoid crashing the MSVC linker.Bruno Haible2020-01-021-1/+1
* wchar: Make the HP-UX workaround work on HP-UX 11.31.Bruno Haible2020-01-022-1/+4
* mbrtowc: Fix compilation error on IRIX (regression from 2019-12-26).Bruno Haible2020-01-021-0/+1
* mbrtowc: Include function name in macro names.Bruno Haible2020-01-011-2/+2
* c32tob: New module.Bruno Haible2020-01-012-0/+56
* autoupdatePaul Eggert2019-12-3112-12/+12
* maint: Run 'make update-copyright'Paul Eggert2019-12-311890-1891/+1891
* uchar: New module.Bruno Haible2019-12-311-0/+54
* localeinfo: ->simple would be wrong for LC_ALL=CJim Meyering2019-12-301-1/+1
* mbrtowc: port better to narrow-wchar_t platformsPaul Eggert2019-12-261-13/+24
* localcharset: Avoid referencing rpl_setlocale on native Windows.Bruno Haible2019-12-251-0/+3
* strptime: fix typo in previous patchPaul Eggert2019-12-241-1/+1
* setlocale-null: Make it easy to rely on the lock in another library.Bruno Haible2019-12-241-25/+37
* strptime: tweak division performancePaul Eggert2019-12-231-3/+4
* nstrftime: tweak division performancePaul Eggert2019-12-231-6/+8
* mktime: tweak division performancePaul Eggert2019-12-231-3/+3
* gethrxtime: improve xtime_sec performancePaul Eggert2019-12-231-1/+1
* setlocale-null: Export the lock function also on non-Windows platforms.Bruno Haible2019-12-231-5/+19
* gethrxtime: fix rounding bug with negative argsPaul Eggert2019-12-221-3/+1
* gethrxtime: remove incorrect overflow detectionPaul Eggert2019-12-221-4/+6
* setlocale-null: Add standalone include file.Bruno Haible2019-12-224-48/+87
* stdint: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-8/+8
* inttypes-incomplete: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-4/+4
* malloca: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-4/+0
* strtoimax, strtoumax: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-16/+6
* xstrtoll: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-5/+2
* vasnprintf: Assume that the compiler supports 'long long'.Bruno Haible2019-12-224-49/+16