summaryrefslogtreecommitdiff
path: root/modules/unistr
Commit message (Expand)AuthorAgeFilesLines
* unistr/u8-strstr: Simplify code.Bruno Haible2023-04-021-1/+0
* unistr/u{16,32}-strstr: Use two-way algorithm (no memory allocation).Bruno Haible2023-04-022-11/+8
* unistr/u*strstr tests: Add more tests.Bruno Haible2023-04-023-0/+3
* Fix warnings for functions introduced in Android API level 21.Bruno Haible2023-01-191-1/+1
* maint: avoid empty lines in recipesPaul Eggert2021-12-241-3/+2
* gen-header: new modulePaul Eggert2021-12-241-4/+3
* maint: omit unnecessary ‘rm -f $@-t $@’Paul Eggert2021-12-221-4/+4
* Optimize redundant 'mkdir -p .' invocations.Bruno Haible2021-12-211-1/+1
* Fix creation of build directories with non-recursive-gnulib-prefix-hack.Bruno Haible2021-12-151-0/+2
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-311-1/+0
* Write 'LGPLv3+ or GPLv2+' instead of 'LGPLv3+ or GPLv2'.Bruno Haible2021-05-30110-110/+110
* Fix build when an older libunistring is installed (regr. 2020-02-23).Bruno Haible2021-05-071-1/+1
* Use module 'c99' when needed for declaration-after-statement syntax.Bruno Haible2020-09-053-0/+3
* strdup: Assume the function exists.Bruno Haible2020-08-141-2/+0
* attribute: new modulePaul Eggert2020-05-031-0/+1
* libunistring: Relicense under dual "LGPLv3+ or GPLv2" license.Bruno Haible2016-11-20110-110/+110
* libunistring: change the maintainer to 'all'Daiki Ueno2016-10-21124-124/+124
* Make sure the libunistring detection rejects older versions with a known bug.Bruno Haible2016-10-183-3/+3
* unistr/uN-strtok: handle multibyte delimitersSeiya Kawashima2015-07-036-0/+46
* libunistring: bump version of unitypes dependantsDaiki Ueno2015-01-201-1/+1
* Bruno Haible has stepped down as maintainer.Paul Eggert2014-07-05124-248/+124
* Rename module 'unused-parameter' to 'snippet/unused-parameter'.Bruno Haible2011-07-121-1/+1
* Relicense some modules under LGPLv2+, for libidn2.Bruno Haible2011-03-3014-14/+14
* uN_strstr: New unit tests.Bruno Haible2011-01-213-0/+45
* Make uN_strstr functions O(n) worst-case.Bruno Haible2011-01-213-3/+14
* unistr/u8-mbsnlen: Add missing dependency.Bruno Haible2010-12-191-0/+1
* unistr/u8-strcmp: Avoid collision with libc function on Solaris 11.Bruno Haible2010-12-071-1/+1
* unistr/u8-mbtouc: Improve handling of ill-formed UTF-8 input.Bruno Haible2010-11-133-3/+3
* unistr/u*-strchr: Fix tests dependencies.Bruno Haible2010-08-282-0/+2
* unistr/u8-strstr, unistr/u16-strstr: Optimize the one-character case.Bruno Haible2010-07-312-0/+2
* unistr/u*-strstr: Fix dependencies.Bruno Haible2010-07-313-0/+3
* unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.Bruno Haible2010-07-284-0/+4
* unistr/u8-chr, unistr/u8-strchr: use Boyer-Moore like algorithm.Paolo Bonzini2010-07-231-0/+1
* unistr/u*-strchr: add testsPaolo Bonzini2010-07-233-0/+66
* unistr/u*-chr: prepare for multibyte testsPaolo Bonzini2010-07-232-0/+2
* Don't use AC_LIBOBJ with file names in subdirectories.Bruno Haible2010-06-04123-123/+492
* Don't use conversion with transliteration in u{8,16,32}_strcoll.Bruno Haible2010-05-243-6/+9
* New module 'libunistring-optional'.Bruno Haible2010-05-18220-127/+231
* Use the module 'strncat'.Bruno Haible2010-04-051-0/+1
* Fix link error on platforms with GNU libiconv.Bruno Haible2010-03-073-0/+3
* Tests for module 'unistr/u32-strdup'.Bruno Haible2010-01-101-0/+13
* Tests for module 'unistr/u16-strdup'.Bruno Haible2010-01-101-0/+13
* Tests for module 'unistr/u8-strdup'.Bruno Haible2010-01-101-0/+13
* Tests for module 'unistr/u32-strncmp'.Bruno Haible2010-01-101-0/+13
* Tests for module 'unistr/u16-strncmp'.Bruno Haible2010-01-101-0/+13
* Tests for module 'unistr/u8-strncmp'.Bruno Haible2010-01-101-0/+13
* Tests for module 'unistr/u32-strcoll'.Bruno Haible2010-01-101-0/+14
* Tests for module 'unistr/u16-strcoll'.Bruno Haible2010-01-101-0/+14
* Tests for module 'unistr/u8-strcoll'.Bruno Haible2010-01-101-0/+14
* Tests for module 'unistr/u32-strcmp'.Bruno Haible2010-01-101-0/+14