Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/icu/{Converter,Collate}: return AllocatedString | Max Kellermann | 2015-06-25 | 1 | -13/+9 |
| | |||||
* | lib/icu/Collate: fall back to strxfrm() | Max Kellermann | 2015-06-25 | 1 | -2/+16 |
| | |||||
* | lib/icu/Collate: fix indent | Max Kellermann | 2015-06-25 | 1 | -3/+3 |
| | |||||
* | lib/icu/Collate: fall back to strcoll() instead of strcasecmp() | Max Kellermann | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | lib/icu/Collate: use CompareStringEx() on Windows | Max Kellermann | 2015-06-23 | 1 | -0/+26 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'v0.19.x' | Max Kellermann | 2014-12-26 | 1 | -0/+6 |
|\ | |||||
| * | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 2014-12-26 | 1 | -0/+6 |
| | | | | | | | | New in clang 3.6. | ||||
* | | lib/icu/Collate: move code to Util.cxx | Max Kellermann | 2014-11-30 | 1 | -44/+1 |
|/ | |||||
* | icu: include strings.h for strcasecmp | François Revol | 2014-08-16 | 1 | -0/+1 |
| | | | | Again, POSIX says strcasecmp is not in string.h. | ||||
* | lib/icu: add IcuInit(), IcuFinish() | Max Kellermann | 2014-06-10 | 1 | -8/+2 |
| | |||||
* | icu/Collate: use u_strFoldCase() instead of ucol_getSortKey() | Max Kellermann | 2014-05-12 | 1 | -10/+41 |
| | | | | Turns out ucol_getSortKey() does not what I thought it does. | ||||
* | icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar> | Max Kellermann | 2014-05-12 | 1 | -19/+20 |
| | |||||
* | icu/Collate: initialize error_code | Max Kellermann | 2014-05-12 | 1 | -1/+1 |
| | | | | Fixes the broken "search" command. | ||||
* | icu/Collate: fix memory leak in IcuCaseFold() | Max Kellermann | 2014-04-09 | 1 | -0/+1 |
| | |||||
* | icu/Collate: pass UErrorCode* to ucol_strcollUTF8() | Max Kellermann | 2014-02-24 | 1 | -1/+2 |
| | | | | Fixes crash after database update. | ||||
* | icu/Collate: initialize the error code before ucol_open() | Max Kellermann | 2014-02-24 | 1 | -1/+1 |
| | | | | Fixes initialization failure. | ||||
* | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 2014-02-24 | 1 | -0/+170 |