Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-12-26 | fs/Traits, ...: work around -Wtautological-pointer-compare | Max Kellermann | 1 | -0/+6 |
2014-08-16 | icu: include strings.h for strcasecmp | François Revol | 1 | -0/+1 |
2014-06-10 | lib/icu: add IcuInit(), IcuFinish() | Max Kellermann | 1 | -8/+2 |
2014-05-12 | icu/Collate: use u_strFoldCase() instead of ucol_getSortKey() | Max Kellermann | 1 | -10/+41 |
2014-05-12 | icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar> | Max Kellermann | 1 | -19/+20 |
2014-05-12 | icu/Collate: initialize error_code | Max Kellermann | 1 | -1/+1 |
2014-04-09 | icu/Collate: fix memory leak in IcuCaseFold() | Max Kellermann | 1 | -0/+1 |
2014-02-24 | icu/Collate: pass UErrorCode* to ucol_strcollUTF8() | Max Kellermann | 1 | -1/+2 |
2014-02-24 | icu/Collate: initialize the error code before ucol_open() | Max Kellermann | 1 | -1/+1 |
2014-02-24 | SongSort, ...: use libicu instead of GLib's g_utf8_*() | Max Kellermann | 1 | -0/+170 |