2017-03-03 |
Markus Scherer | ICU-12992 return raw pointers not pointer wrappers |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Markus Scherer | ICU-12992 disable U_ALIASING_BARRIER for now |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Markus Scherer | ICU-12992 s/UChar/char16_t/g in public C++ header files |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Markus Scherer | ICU-12992 UChar=char16_t inside ICU, configurable,... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Markus Scherer | ICU-12992 change UnicodeString functions from const... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Markus Scherer | ICU-12992 remove conversion from int; NULL is often... |
commit | commitdiff | tree | snapshot |
2017-03-01 |
Markus Scherer | ICU-12992 move Char16Ptr to new char16ptr.h; change... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Markus Scherer | ICU-12992 return pointer-wrapper class from UnicodeStri... |
commit | commitdiff | tree | snapshot |
2017-02-28 |
Markus Scherer | ICU-12992 test overloads with pointer-wrapper class... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Markus Scherer | ICU-12992 merge in trunk ICU-12410 r39708 U_COMMON_API... |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Markus Scherer | ICU-12410 U_COMMON_API for Edits::Iterator |
commit | commitdiff | tree | snapshot |
2017-02-25 |
Markus Scherer | ICU-12992 experimental UnicodeString with Char16Ptr... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Markus Scherer | ICU-12893 enable U_FALLTHROUGH only for clang; fix... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Andy Heninger | ICU-12645 char16_t clean-ups to umachine.h |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Yoshito Umaoka | ICU-12945 Removed redundant IBM copyright embedded... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Andy Heninger | ICU-12884 regex timeout not working with {loop counts... |
commit | commitdiff | tree | snapshot |
2017-02-19 |
Andy Heninger | ICU-12993 undef __STRICT_ANSI__ on some platforms. |
commit | commitdiff | tree | snapshot |
2017-02-18 |
Andy Heninger | ICU-12913 Add cast to avoid printf compile warning. |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Markus Scherer | ICU-12410 class Edits, class CaseMap with new low-level... |
commit | commitdiff | tree | snapshot |
2017-02-17 |
Markus Scherer | ICU-12410 changes for review feedback |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Fredrik Roubert | ICU-12953 Include GSM 03.38 mapping in ICU by default |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Markus Scherer | ICU-12410 C++ foldCase()->fold() |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Peter Edberg | ICU-12763 For C++ API, say return is undefined in the... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Markus Scherer | ICU-12410 UTF-8 for new C++ source files like in ICU... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Andy Heninger | ICU-12888 UText, problems with handling of bad UTF-8. |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Markus Scherer | ICU-12410 TestCaseMapWithEdits() |
commit | commitdiff | tree | snapshot |
2017-02-13 |
Andy Heninger | ICU-12932 RBBI rule parsing, fix incorrect handling... |
commit | commitdiff | tree | snapshot |
2017-02-10 |
Andy Heninger | ICU-12930 Fix assertion failure in regex compile. |
commit | commitdiff | tree | snapshot |
2017-02-10 |
Markus Scherer | ICU-12410 test & fix Edits |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Peter Edberg | ICU-12763 for C++ select(const Formattable&...), add... |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Markus Scherer | ICU-12410 bug fixes |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Markus Scherer | ICU-12410 remove unused UCaseProps pointer from ucase_... |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Markus Scherer | ICU-12410 move new code into new files, split ucasemap_... |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Peter Edberg | ICU-12969 protect against using negative ID for resource |
commit | commitdiff | tree | snapshot |
2017-02-09 |
Markus Scherer | ICU-12410 move/re-port case folding, support Edits |
commit | commitdiff | tree | snapshot |
2017-02-07 |
Markus Scherer | ICU-12410 move/re-port titlecasing, support Edits |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Markus Scherer | ICU-12410 toUpper() with Edits |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Markus Scherer | ICU-12410 rename impl.CaseMap to impl.CaseMapImpl,... |
commit | commitdiff | tree | snapshot |
2017-02-06 |
Markus Scherer | ICU-12410 minor API docs fixes |
commit | commitdiff | tree | snapshot |
2017-02-04 |
Steven R. Loomis | ICU-12662 add .gitignore and also svn:ignore .git |
commit | commitdiff | tree | snapshot |
2017-02-03 |
Andy Heninger | ICU-12764 UTF-8 source files, update file encoding... |
commit | commitdiff | tree | snapshot |
2017-02-03 |
Andy Heninger | ICU-12870 Charset Detector, have docs reference the... |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Markus Scherer | ICU-12410 back to non-static CaseMap with options but... |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Markus Scherer | ICU-12410 switch CaseMap from ULocale to Locale (only) |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Andy Heninger | ICU-12895 ICU4C Readme, mention C++11, utf-8 source... milestone-59-0-1 |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Peter Edberg | ICU-12895 update license files |
commit | commitdiff | tree | snapshot |
2017-02-02 |
Steven R. Loomis | ICU-12895 API change report for ICU4C 59m1 from jenkins |
commit | commitdiff | tree | snapshot |
2017-02-01 |
Peter Edberg | ICU-12914 change rulesLength/Capacity back to int32_t... |
commit | commitdiff | tree | snapshot |
2017-02-01 |
Peter Edberg | ICU-12895 Update urename.h |
commit | commitdiff | tree | snapshot |
2017-02-01 |
Peter Edberg | ICU-12914 Better loop control in test |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Yoshito Umaoka | ICU-12895 Updated ICU4J readme for 59m1. |
commit | commitdiff | tree | snapshot |
2017-01-30 |
Yoshito Umaoka | ICU-12895 Updated ICU4J API change report for 59m1. |
commit | commitdiff | tree | snapshot |
2017-01-29 |
Yoshito Umaoka | ICU-12948 Imported data from CLDR trunk @13199, includi... |
commit | commitdiff | tree | snapshot |
2017-01-28 |
Craig Cornelius | ICU-12824 Update escape sequences for JavaDoc |
commit | commitdiff | tree | snapshot |
2017-01-27 |
Peter Edberg | ICU-12948 Pass two preliminary integration of CLDR... |
commit | commitdiff | tree | snapshot |
2017-01-25 |
Markus Scherer | ICU-12410 start to port class CaseMap to Java; make... |
commit | commitdiff | tree | snapshot |
2017-01-25 |
Andy Heninger | ICU-12943 More Cygwin build fixes. |
commit | commitdiff | tree | snapshot |
2017-01-24 |
Peter Edberg | ICU-12948 First-pass preliminary integration of CLDR... |
commit | commitdiff | tree | snapshot |
2017-01-23 |
Peter Edberg | ICU-12937 Withdraw MeasureUnit interfaces for coordinat... |
commit | commitdiff | tree | snapshot |
2017-01-23 |
Andy Heninger | ICU-12943 Cygwin/MSVC Windows build fixes. |
commit | commitdiff | tree | snapshot |
2017-01-22 |
Peter Edberg | ICU-12948 Add new elements in structLocale |
commit | commitdiff | tree | snapshot |
2017-01-22 |
Peter Edberg | ICU-12948 Handle new KeyType values, codes |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Peter Edberg | ICU-12763 Add uplrules_selectWithFormat and PluralRules... |
commit | commitdiff | tree | snapshot |
2017-01-21 |
Markus Scherer | ICU-12410 port class Edits to Java |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Peter Edberg | ICU-12940 Add "ars" as alias to "ar_SA" locale, to... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Markus Scherer | ICU-12410 remove locCache behavior from ucase_getCaseLo... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Markus Scherer | ICU-12410 make CaseMap functions static; change the... |
commit | commitdiff | tree | snapshot |
2017-01-20 |
Andy Heninger | ICU-12764 icu4c utf-8 source files, update Copyright... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Peter Edberg | ICU-12914 Add ubrk_openBinaryRules, ubrk_getBinaryRules... |
commit | commitdiff | tree | snapshot |
2017-01-19 |
Andy Heninger | ICU-12943 Windows Build Fixes for UChar=char16_t and... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Andy Heninger | ICU-12643 C++11 trial. Use some features as a test... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Andy Heninger | ICU-12645 Make UChar type default char16_t. If all... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Andy Heninger | ICU-12645 Make UChar type default char16_t. If all... |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Andy Heninger | ICU-12918 Dictionary Break Iterator Assertion Failure |
commit | commitdiff | tree | snapshot |
2017-01-18 |
Andy Heninger | ICU-12918 Dictionary Break Iterator Assertion Failure |
commit | commitdiff | tree | snapshot |
2017-01-17 |
Andy Heninger | ICU-12873 Race Conditions in RuleBasedBreakIterator. |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Peter Edberg | ICU-12684 Add unum_formatDoubleForFields and test |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Peter Edberg | ICU-12895 icu4c readme, preliminary update for 59m1 |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Peter Edberg | ICU-12895 fix the header comment version in configure |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Peter Edberg | ICU-12895 update release version to 59.0.1 for m1 |
commit | commitdiff | tree | snapshot |
2017-01-16 |
Peter Edberg | ICU-12883 fix raw '&' in license files |
commit | commitdiff | tree | snapshot |
2017-01-14 |
George Rhoten | ICU-12713 Port fix for handling large magnitude numbers... |
commit | commitdiff | tree | snapshot |
2017-01-13 |
George Rhoten | ICU-12874 Don't truncate small numbers with CompactDeci... |
commit | commitdiff | tree | snapshot |
2017-01-13 |
Jeff Genovy | ICU-12908 getTZKeyName in common/wintz.cpp leaks regist... |
commit | commitdiff | tree | snapshot |
2017-01-13 |
Jeff Genovy | ICU-12908 getTZKeyName in common/wintz.cpp leaks regist... |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Markus Scherer | ICU-12410 add C++ CaseMap, make UCaseMap an alias for... |
commit | commitdiff | tree | snapshot |
2017-01-12 |
Markus Scherer | ICU-12410 include what you use |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Markus Scherer | ICU-12410 add ucasemap_toTitleWithEdits(const UCaseMap... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Yoshito Umaoka | ICU-12826 Updated CLDR utilities jar build target to... |
commit | commitdiff | tree | snapshot |
2017-01-09 |
Yoshito Umaoka | ICU-12899 Corrected an error in repository URL in pom... |
commit | commitdiff | tree | snapshot |
2017-01-06 |
Markus Scherer | ICU-12410 Edits::Iterator getters not fields, tracks... |
commit | commitdiff | tree | snapshot |
2017-01-04 |
Markus Scherer | ICU-12410 add Edits::Iterator and change UnicodeString... |
commit | commitdiff | tree | snapshot |
2016-12-31 |
Markus Scherer | ICU-12410 low-level UTF-16 case mapping functions optio... |
commit | commitdiff | tree | snapshot |
2016-12-19 |
Andy Heninger | ICU-12860 U_DRAFT -> U_CAPI. U_DRAFT appeared on three... |
commit | commitdiff | tree | snapshot |
2016-12-16 |
Andy Heninger | ICU-12643 ICU4C, require C++11 to build. |
commit | commitdiff | tree | snapshot |
2016-12-14 |
Steven R. Loomis | ICU-12852 Remove some unnecessary copy (merge from... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
Yoshito Umaoka | ICU-12887 Update ICU4J repository URLs. Not updating... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
Andy Heninger | ICU-12809 only .cpp files no .c in ICU library code |
commit | commitdiff | tree | snapshot |
2016-12-05 |
Fredrik Roubert | ICU-12869 Don't use ordinal() to define public constants. |
commit | commitdiff | tree | snapshot |
2016-12-03 |
Peter Edberg | ICU-12876 integrate CLDR release-30-0-3 into icu trunk |
commit | commitdiff | tree | snapshot |
next |