summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* string, wchar: Fix compilation error on MSVC (regression 2021-09-07).Bruno Haible2022-01-042-6/+34
* getpass-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* fopen-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* realloc-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* calloc-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* malloc-gnu: Allow use as dependency from test modules.Bruno Haible2022-01-031-1/+2
* striconveh: Make the last change also work on Solaris 11.Bruno Haible2022-01-031-7/+10
* striconveh: Make the last change also work on musl libc.Bruno Haible2022-01-021-4/+23
* autoupdatePaul Eggert2022-01-0111-11/+11
* striconveh: Support an error handler that produces a Unicode U+FFFD.Bruno Haible2022-01-012-15/+66
* maint: Update copyright notices in code generating programs.Bruno Haible2022-01-01178-212/+212
* maint: run 'make update-copyright'Paul Eggert2022-01-012108-2109/+2109
* uniwidth: Optimize.Bruno Haible2021-12-314-579/+1177
* Update to Unicode 14.0.0.Bruno Haible2021-12-31183-104710/+108896
* Update to Unicode 13.0.0.Bruno Haible2021-12-31177-104377/+111174
* uniwbrk: Correction of Unicode 10.0.0 support.Bruno Haible2021-12-301-2/+1
* Update to Unicode 12.1.0.Bruno Haible2021-12-30175-83902/+83891
* Update to Unicode 12.0.0.Bruno Haible2021-12-30176-95674/+98607
* crypto/sm3-buffer: fix C99 conformance bugPaul Eggert2021-12-301-2/+2
* Update to Unicode 11.0.0.Bruno Haible2021-12-30195-96254/+99641
* unictype: Add Emoji properties from Unicode 11.0.0.Bruno Haible2021-12-3014-18/+2425
* uniwidth: Give width 0 to conjoining Hangul Jamo jungseong, jongseong.Bruno Haible2021-12-302-25/+65
* uniwidth: Update to Unicode 10.0.0.Bruno Haible2021-12-291-4/+83
* unilbrk: Improve support for strings that contain CR-LF sequences.Bruno Haible2021-12-2913-77/+394
* unilbrk: Update handling of Hebrew letter + hyphen for Unicode 10.0.0.Bruno Haible2021-12-294-4/+27
* nstrftime: improve handling of invalid formatsPaul Eggert2021-12-281-8/+6
* * lib/gettime-res.c: 1 cs -> 10 ms in comment.Paul Eggert2021-12-281-1/+1
* * lib/gettime-res.c (gcd): Mark with _GL_ATTRIBUTE_CONST.Paul Eggert2021-12-281-1/+1
* unilbrk: Update handling of regional indicators for Unicode 10.0.0.Bruno Haible2021-12-293-0/+54
* unilbrk: Update handling of zero-width joiner for Unicode 10.0.0.Bruno Haible2021-12-293-18/+48
* unilbrk: Update handling of combining marks for Unicode 10.0.0.Bruno Haible2021-12-293-99/+93
* unilbrk: Restore deviation for (IS,AL) pair.Bruno Haible2021-12-292-1/+5
* unilbrk: Change algorithm to be closer to Unicode Standard Annex #14.Bruno Haible2021-12-292-79/+422
* unigbrk: Simplify code for regional indicators.Bruno Haible2021-12-291-6/+2
* timespec_getres: new modulePaul Eggert2021-12-282-0/+51
* gettime-res: new modulePaul Eggert2021-12-282-0/+79
* gettime: port better to non-POSIX C2xPaul Eggert2021-12-281-0/+2
* gen-uni-tables: Produce license notices suitable for Gnulib.Bruno Haible2021-12-28157-476/+476
* unigbrk, uniwbrk: No-op tweaks.Bruno Haible2021-12-283-16/+30
* Update to Unicode 10.0.0, part 3.Bruno Haible2021-12-266-88638/+92496
* Update to Unicode 10.0.0, part 2.Bruno Haible2021-12-261-0/+3
* Update to Unicode 10.0.0.Bruno Haible2021-12-26172-3523/+4535
* pselect: Fix compilation error in C++ mode on AIX 7.Bruno Haible2021-12-261-3/+7
* passfd: Fix compilation error on IRIX.Bruno Haible2021-12-241-4/+7
* strerrorname_np: Fix compilation error on IRIX.Bruno Haible2021-12-241-1/+1
* hamt: Fix compilation error on NetBSD 7.Bruno Haible2021-12-241-5/+8
* search: Fix compilation errors with SunPRO C++ on Solaris 10.Bruno Haible2021-12-241-4/+15
* qsort_r: Fix compilation error with SunPRO C++ on Solaris 10.Bruno Haible2021-12-241-8/+14
* maint: fix __clang_major__ misspellingsPaul Eggert2021-12-213-3/+3
* get_ppid_of, get_progname_of: Fix runtime error on Mac OS X < 10.5.Bruno Haible2021-12-212-14/+46