index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
icu
/
Collate.cxx
Age
Commit message (
Expand
)
Author
2016-02-26
update copyright year to 2016
Max Kellermann
2015-06-27
lib/icu/Collate: remove GLib implementation
Max Kellermann
2015-06-27
lib/icu/Collate: use LCMapStringEx() on Windows
Max Kellermann
2015-06-25
lib/icu/{Converter,Collate}: return AllocatedString
Max Kellermann
2015-06-25
lib/icu/Collate: fall back to strxfrm()
Max Kellermann
2015-06-25
lib/icu/Collate: fix indent
Max Kellermann
2015-06-23
lib/icu/Collate: fall back to strcoll() instead of strcasecmp()
Max Kellermann
2015-06-23
lib/icu/Collate: use CompareStringEx() on Windows
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-26
Merge branch 'v0.19.x'
Max Kellermann
2014-12-26
fs/Traits, ...: work around -Wtautological-pointer-compare
Max Kellermann
2014-11-30
lib/icu/Collate: move code to Util.cxx
Max Kellermann
2014-08-16
icu: include strings.h for strcasecmp
François Revol
2014-06-10
lib/icu: add IcuInit(), IcuFinish()
Max Kellermann
2014-05-12
icu/Collate: use u_strFoldCase() instead of ucol_getSortKey()
Max Kellermann
2014-05-12
icu/Collate: UCharFromUTF8() returns WritableBuffer<UChar>
Max Kellermann
2014-05-12
icu/Collate: initialize error_code
Max Kellermann
2014-04-09
icu/Collate: fix memory leak in IcuCaseFold()
Max Kellermann
2014-02-24
icu/Collate: pass UErrorCode* to ucol_strcollUTF8()
Max Kellermann
2014-02-24
icu/Collate: initialize the error code before ucol_open()
Max Kellermann
2014-02-24
SongSort, ...: use libicu instead of GLib's g_utf8_*()
Max Kellermann