]> granicus.if.org Git - icu/shortlog
icu
2014-08-29 Mark DavisICU-9795 Fixed the internals and javadoc to have predic...
2014-08-29 Mark DavisICU-10467 Fix the freezables with volatile.
2014-08-29 Mark DavisICU-10931 minor cleanup.
2014-08-29 Mark DavisICU-10911 Added @internal method, changed main callsite.
2014-08-29 Mark DavisICU-10654 change the logic to return null if the result...
2014-08-29 Mark DavisICU-10846 made @internal for now.
2014-08-29 Mark DavisICU-10846 made @internal for now.
2014-08-29 Markus SchererICU-10751 try to fix Windows build, apparently still...
2014-08-28 Markus SchererICU-10751 uscript_getCode(locale) use likely subtags...
2014-08-28 Markus SchererICU-10751 UScript.getCode(locale) use likely subtags...
2014-08-28 Steven R. LoomisICU-7653 #include "cmemory.h" in perf tests for UPRV_LE...
2014-08-28 Markus SchererICU-7653 change a few straggler LENGTHOFs
2014-08-28 Steven R. LoomisICU-7653 #include "cmemory.h" in perf tests for UPRV_LE...
2014-08-28 Steven R. LoomisICU-7653 changed uprv_lengthof to UPRV_LENGTHOF, also...
2014-08-28 Michael OwICU-10909 Fix linker command in letest makefile
2014-08-28 Michael OwICU-10406 Reorder flags setting to allow for user overr...
2014-08-28 Markus SchererICU-10736 Locale.isRightToLeft(), uloc_isRightToLeft...
2014-08-28 Markus SchererICU-10736 ULocale.isRightToLeft(), UScript.getCodeFromN...
2014-08-28 Tom ZhangICU-7653 move LENGTHOF(array) to common, internal header
2014-08-28 Mark DavisICU-10782 make quick fix
2014-08-28 Yoshito UmaokaICU-8951 Legacy/BCP 47 keyword conversion APIs merged...
2014-08-28 Andy HeningerICU-10815 Fix for uregex_findNext() not setting U_REGEX...
2014-08-27 Michael OwICU-9985 Add support for msys msvc build environment
2014-08-27 Markus SchererICU-10435 deprecate collation TAILORINGS_VERSION
2014-08-27 Markus SchererICU-10435 deprecate collation TAILORINGS_VERSION
2014-08-27 Michael OwICU-11121 Fix cygwin msvc mh file detection
2014-08-27 Markus SchererICU-10477 drop already-marginal support for ULOC_REQUES...
2014-08-26 Scott RussellICU-10962 Conflicting descriptions of 'S' in calendar...
2014-08-26 Scott RussellICU-10962 Conflicting descriptions of 'S' in calendar...
2014-08-25 Michael OwICU-10857 Remove mingw suffix and update configure
2014-08-22 Mark DavisICU-9131 incorporated final changes from review
2014-08-21 Travis KeepICU-11075 Remove dead code including LRUCache and tests...
2014-08-21 Travis KeepICU-10802 ifdef away unified cache diagnostic code...
2014-08-21 Markus SchererICU-11074 update script metadata: Common=Zyyy -> Recomm...
2014-08-21 Markus SchererICU-11074 update script metadata: Common=Zyyy -> Recomm...
2014-08-21 Markus SchererICU-11030 clarify SpanCondition
2014-08-21 Markus SchererICU-11030 clarify USetSpanCondition
2014-08-21 Travis KeepICU-10802 Try to fix broken build.
2014-08-21 Markus SchererICU-11059 DUPLOYAN_SHORTAND -> DUPLOYAN
2014-08-21 Markus SchererICU-11059 DUPLOYAN_SHORTAND -> DUPLOYAN
2014-08-20 Markus SchererICU-11047 disambiguate various CEBuffer-s
2014-08-20 Travis KeepICU-10802 Attempt to fix broken build.
2014-08-20 Travis KeepICU-10802 Attempt to fix broken build.
2014-08-20 Travis KeepICU-10802 Merge branch tkeep/10802andy into trunk.
2014-08-20 Yoshito UmaokaICU-11061 Import the latest keyTypeData from ICU4C...
2014-08-20 Yoshito UmaokaICU-11061 Updated keyTypeData.txt generated by the...
2014-08-20 Markus SchererICU-11072 fix some ICU4J Eclipse project dependencies
2014-08-20 George RhotenICU-11064 The approved ICU syntax has )$ being the...
2014-08-20 George RhotenICU-10880 The approved ICU syntax has )$ being the...
2014-08-20 Markus SchererICU-11070 use uppercase long-int-constant: 0L not 0l
2014-08-19 George RhotenICU-11064 Fix a roundtripping problem when the fraction...
2014-08-19 George RhotenICU-10880 Minor optimization and documentation fix
2014-08-19 George RhotenICU-10880 Fix a roundtripping problem when the fraction...
2014-08-18 Michael OwICU-10551 Make ICU4J encoder callbacks ignore default...
2014-08-18 Michael OwICU-10551 Make ICU converter callbacks ignore default...
2014-08-18 George RhotenICU-11064 Add syntax for PluralFormat in RBNF
2014-08-18 Yoshito UmaokaICU-10898 Windos time zone mapping update for 7de0006.
2014-08-18 Yoshito UmaokaICU-10898 Windows time zone mapping update for 7de0006.
2014-08-18 George RhotenICU-10880 Add some RBNF documentation for the new syntax
2014-08-18 Mark DavisICU-9131 update trunk from branch, after fixes as per...
2014-08-17 Mark DavisICU-11015 Check in API, marked as @internal for now...
2014-08-17 Mark DavisICU-10600 Add currencies (need some ugly hacks for...
2014-08-16 George RhotenICU-10880 Fix a potential infinite loop
2014-08-16 Steven R. LoomisICU-11045 fix for glibc assumption
2014-08-16 Steven R. LoomisICU-10347 add U_FINAL and U_OVERRIDE for C++11 "final...
2014-08-15 Steven R. LoomisICU-9063 improve docs around ucnv_getMinCharSize and...
2014-08-14 Markus SchererICU-11010 improve CollationKey.merge() API doc
2014-08-14 Markus SchererICU-11010 improve ucol_mergeSortkeys() API doc
2014-08-14 Andy HeningerICU-11051 Add synchronization to u_getDataDirectory().
2014-08-14 Markus SchererICU-11042 Han radical-stroke order data in the root...
2014-08-14 Markus SchererICU-11042 Han radical-stroke order data in the root...
2014-08-14 Andy HeningerICU-11049 regular expressions, use same logic in UText...
2014-08-14 George RhotenICU-10880 Add support for plural format syntax to RBNF.
2014-08-13 Markus SchererICU-11058 support nested collation rule imports; make...
2014-08-13 George RhotenICU-11057 General cleanup for RBNF.
2014-08-12 Yoshito UmaokaICU-11061 Full bcp47 key/type data snychronized with...
2014-08-12 Yoshito UmaokaICU-11061 Import full bcp47 keys/types from CLDR. This...
2014-08-12 Yoshito UmaokaICU-10898 Updated tzdbNames.res based on tzdata2014f.
2014-08-12 Yoshito UmaokaICU-10898 Updated tzdbNames.txt based on tzdata2014f.
2014-08-12 Yoshito UmaokaICU-11057 Fixed a compile error with Java 5.
2014-08-12 Michael OwICU-10580 Fix solaris gcc build issues
2014-08-11 Yoshito UmaokaICU-10898 tzdata2014f updates to ICU4J
2014-08-11 Yoshito UmaokaICU-10898 tzdata2014f updates to ICU4C
2014-08-11 George RhotenICU-11057 Performance improvements and general cleanup...
2014-08-06 Andy HeningerICU-11049 fix regex find() memory overrun.
2014-08-05 Scott RussellICU-10832 clean up dangling references to ucdterms.txt
2014-08-01 Tom ZhangICU-10320 fix compiler warning & solaris error
2014-07-31 Markus SchererICU-10939 ICU4J optionally read data from .dat and...
2014-07-29 Andy HeningerICU-10948 Condition Variables, merged from development...
2014-07-29 Tom ZhangICU-10320 API for getting/setting number format overrid...
2014-07-25 Tom ZhangICU-10320 API for getting/setting number format overrid...
2014-07-23 Yoshito UmaokaICU-10934 The tz database abbreviaion support in ICU4J
2014-07-23 Yoshito UmaokaICU-10934 The tz database abbreviation support in ICU4C
2014-07-18 Travis KeepICU-11009 Fix C NumberFormatSpecification tests.
2014-07-18 Yoshito UmaokaICU-11009 Added numfmtspectest.cpp in VC project file.
2014-07-18 Travis KeepICU-11009 Fixed some bad tests in JAVA
2014-07-18 Travis KeepICU-11009 Add number format specification conformance...
2014-07-17 Andy HeningerICU-11003 Clean up gcc compiler warnings introduced...
2014-07-17 Andy HeningerICU-11003 Delete cmutex.h; change files using it to...
2014-07-17 Travis KeepICU-11009 Add test for conformance to NumberFormat...
next