]> granicus.if.org Git - icu/shortlog
icu
2011-11-03 Markus SchererICU-8827 improve parsing of reorder codes
2011-11-03 Steven R. LoomisICU-8921 print a warning on rpath with installed icu...
2011-11-03 Steven R. LoomisICU-8913 set U_DEBUG for unix debug builds
2011-11-03 Steven R. LoomisICU-8748 add icu4c-data* to "make dist"
2011-11-02 Steven R. LoomisICU-8862 add doxygen snippet and a couple of samples
2011-11-02 Steven R. LoomisICU-8909 other warning fixes
2011-10-31 Markus SchererICU-8827 gencase report parsing errors, and cope with...
2011-10-30 Markus SchererICU-8827 genuca verify UCA == UCD versions
2011-10-29 Markus SchererICU-8827 Unicode 6.1 tools: ignore UTS #46 NV8, update...
2011-10-27 Steven R. LoomisICU-8909 warning cleanup
2011-10-26 Steven R. LoomisICU-8909 warnings cleanup
2011-10-26 Steven R. LoomisICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set
2011-10-26 John EmmonsICU-7635 Reintroduce testcase in platform neutral fashion
2011-10-26 Steven R. LoomisICU-8904 "ar not found" should be a warning, not an...
2011-10-26 John EmmonsICU-7635 Back out the testcase until it can be made...
2011-10-26 Markus SchererICU-8827 Unicode 6.1 tools update
2011-10-26 John EmmonsICU-7635 Back out the testcase until it can be made...
2011-10-26 John EmmonsICU-7635 Modify toString method to handle >>>
2011-10-24 Abhinav GuptaICU-8854 string concatenation in loop using + operator
2011-10-24 Abhinav GuptaICU-8854 bitwise and/or of signed byte value.
2011-10-24 Abhinav GuptaICU-8854 dead store to local variable
2011-10-24 Abhinav GuptaICU-8854 computation of average could overflow.
2011-10-24 Abhinav GuptaICU-8854 equals() does not check for null.
2011-10-24 Abhinav GuptaICU-8854 Unused final instance variable. Should be...
2011-10-24 Abhinav GuptaICU-8854 unnecessary use of String constructor.
2011-10-24 Abhinav GuptaICU-8854 use of inefficient Number constructors. Use...
2011-10-24 Abhinav GuptaICU-8854 toString may return null
2011-10-24 Abhinav GuptaICU-8854 integral division result cast to double (and...
2011-10-24 Abhinav GuptaICU-8854 unchecked/unconfirmed cast.
2011-10-23 Mark DavisICU-8807 Small changes in Map, Property
2011-10-23 Mark DavisICU-8898 Checked in (since shifting systems) but can...
2011-10-18 Michael OwICU-8883 Update individual samples solution file to...
2011-10-17 Yoshito UmaokaICU-8649 Integrating JCite and embedding coding example...
2011-10-17 Abhinav GuptaICU-8854 possible null pointer dereference.
2011-10-17 Abhinav GuptaICU-8854 Unclosed streams.
2011-10-17 Abhinav GuptaICU-8854 Result of integer multiplication cast to long...
2011-10-17 Abhinav GuptaICU-8854 Inefficient use of number constructors. Use...
2011-10-17 Michael OwICU-8861 Move the undefining of strict ansi on Cygwin...
2011-10-16 Michael OwICU-8858 Revert previous change to ufortune sample
2011-10-15 Steven R. LoomisICU-8884 fix escaping of $$ORIGIN
2011-10-14 Yoshito UmaokaICU-8446 System property user.script to initialize...
2011-10-14 Steven R. LoomisICU-8802 improve robustness, also test against stdio...
2011-10-13 Michael OwICU-8858 Fix ufortune sample program to build resources...
2011-10-13 Michael OwICU-8882 Skip platform dependent message format test...
2011-10-12 Markus SchererICU-7752 library: rename generated *_props_data.c files...
2011-10-12 Markus SchererICU-7752 tools: rename generated *_props_data.c files...
2011-10-12 Steven R. LoomisICU-8861 merge r30809 cleanup from #8755
2011-10-12 Abhinav GuptaICU-8876 disabled Clover where necessary.
2011-10-12 Abhinav GuptaICU-8876 added test for SelectFormat.format exception.
2011-10-07 Yoshito UmaokaICU-8874 Modified TestCompareReferenceImpl to do the...
2011-10-07 Yoshito UmaokaICU-8874 Fixed test case problem which triggered TestID...
2011-10-06 Abhinav GuptaICU-8876 Filtered asserts from coverage reports.
2011-10-04 Yoshito UmaokaICU-8856 Lower case release file name - m1 instead...
2011-10-04 Dragan BesevicICU-8855 update readme.html for M1
2011-10-04 Steven R. LoomisICU-8869 revert r30787 for destructors, update api ref
2011-10-04 Steven R. LoomisICU-8869 add empty lib directory, and fix a build issue...
2011-10-04 Yoshito UmaokaICU-8856 pom.xml to use 49-SNAPSHOT
2011-10-04 Yoshito UmaokaICU-8856 API change report for 49M1
2011-10-04 Yoshito UmaokaICU-8856 Updated readme.html for 49M1
2011-10-04 Michael OwICU-8871 Fix missing static label and update urename.h
2011-10-04 Michael OwICU-8871 Update urename.h for 49M1
2011-10-04 Yoshito UmaokaICU-8856 Explicit private constructor to prevent Messag...
2011-10-04 Yoshito UmaokaICU-8856 Fixed a javac compiler warning.
2011-10-04 Yoshito UmaokaICU-8856 Fixed Eclipse compiler warnings.
2011-10-04 Yoshito UmaokaICU-8856 Organized import statements
2011-10-04 Steven R. LoomisICU-8869 update API change report for m1
2011-10-04 Steven R. LoomisICU-8869 updates for 49m1
2011-10-04 Markus SchererICU-8868 remove use of UnicodeString conversion constru...
2011-10-04 Markus SchererICU-8867 add stdout to system group stdio_output, for...
2011-10-03 Abhinav GuptaICU-8863 skip comments in cpyskip.txt
2011-10-03 Michael OwICU-8864 Use fallback mechanism for empty string in...
2011-10-03 Michael OwICU-8864 Use fallback mechanism for empty string in...
2011-10-03 Abhinav GuptaICU-8863 fix cpyscan.pl
2011-10-03 Abhinav GuptaICU-8863 moved functionality from cpysearch to Cpy...
2011-10-03 Abhinav GuptaICU-8863 fix cpysearch.pl
2011-10-03 Michael OwICU-8592 Update ICU4J time zone data to 2011k
2011-10-03 Michael OwICU-8592 Update ICU4C timezone data to 2011k
2011-09-30 Peter EdbergICU-8753 Fix comment about prevOffset / newOffset
2011-09-30 Peter EdbergICU-8753 Replace confusing use of dst variable with...
2011-09-30 Yoshito UmaokaICU-8518 Misspelled again... Corrected.
2011-09-30 Peter EdbergICU-8753 Replace confusing use of dst variable with...
2011-09-30 Yoshito UmaokaICU-8518 Corrected spelling found by Markus's review
2011-09-30 Abhinav GuptaICU-8856 copyright info on com.ibm.icu.text.SourceTarge...
2011-09-30 Steven R. LoomisICU-8861 revert r30505 (extraneous comment) from #8755
2011-09-30 Peter EdbergICU-8820 Parse string fields in pattern as strings...
2011-09-30 Abhinav GuptaICU-8855 copyright info on icu4c.css
2011-09-30 Michael OwICU-7365 Remove unused old test code.
2011-09-30 Michael OwICU-8515 Add missing provisional tag to draft API Chars...
2011-09-30 Abhinav GuptaICU-8268 fixed problems found in code review.
2011-09-29 John EmmonsICU-8846 Merge CLDRv21M1 data into ICU
2011-09-29 John EmmonsICU-8846 Merge CLDRv21M1 data into ICU
2011-09-29 Abhinav GuptaICU-8856 fixed newline removed by icu-svnprops-check.
2011-09-29 Steven R. LoomisICU-8855 undo bad commit r30752
2011-09-29 Abhinav GuptaICU-8855 utf-8 file properties for icu4j (with copyrigh...
2011-09-29 Steven R. LoomisICU-8732 merge from branch
2011-09-29 Steven R. LoomisICU-8784 this is part of the IBMi update (fixing a...
2011-09-29 Abhinav GuptaICU-8855 utf-8 file properties for icu4c
2011-09-28 Abhinav GuptaICU-8856 text file line endings fixed for icu4j
2011-09-28 Abhinav GuptaICU-8855 text file line endings fixed for icu4c
2011-09-28 Abhinav GuptaICU-8855 non-ascii characters in C code.
next