Commit Graph

2572 Commits

Author SHA1 Message Date
Markus Scherer
7ce26afead ICU-7881 accept a list .dat file (for -a -r -x) whose name differs from the ToC prefixes it contains
X-SVN-Rev: 33659
2013-05-15 20:10:55 +00:00
Michael Ow
1a5ac6406f ICU-10133 Fix pkgdata tool not building data into load module on OS390
X-SVN-Rev: 33614
2013-05-08 19:53:01 +00:00
Michael Ow
4b966aacc4 ICU-10083 Update version number to 52.0.1 and update timebombs
X-SVN-Rev: 33604
2013-05-07 19:53:34 +00:00
Markus Scherer
ff531bc19b ICU-7881 add new options to the short usage text too
X-SVN-Rev: 33504
2013-04-10 19:27:41 +00:00
Markus Scherer
bc9b269353 ICU-7881 add icupkg options --auto_toc_prefix --auto_toc_prefix_with_type --toc_prefix
X-SVN-Rev: 33500
2013-04-08 21:31:58 +00:00
Andy Heninger
1f65c0e70a ICU-10048 Compiler warning cleanup.
X-SVN-Rev: 33445
2013-03-21 05:48:52 +00:00
Yoshito Umaoka
708b919ec3 ICU-10036 Logically corrected if condition included in the previous change.
X-SVN-Rev: 33418
2013-03-13 21:10:31 +00:00
Yoshito Umaoka
0fc9af0d9f ICU-10036 Fixed the ICU zic problem with tzdata2013b America/Asuncion. The fix will move the start year of final rule set after overriding rule(s).
X-SVN-Rev: 33417
2013-03-13 21:02:39 +00:00
Michael Ow
8a51a0ecb5 ICU-9996 Exclude OS390 from isspace call
X-SVN-Rev: 33410
2013-03-11 16:55:23 +00:00
Yoshito Umaoka
c9e04c602c ICU-9732 Fixed tzdata build problem - additional fix to r32877
X-SVN-Rev: 33387
2013-03-06 22:29:55 +00:00
Michael Ow
a8164c9d4b ICU-9996 Disable call to isspace on zos
X-SVN-Rev: 33349
2013-02-28 18:32:54 +00:00
Markus Scherer
6199780f09 ICU-9602 increment the _MBCSHeader.version from 5.3/4.3 to 5.4/4.4
X-SVN-Rev: 33327
2013-02-25 23:26:00 +00:00
Markus Scherer
2e71f86e17 ICU-9602 conversion: add good one-way mapping type |4
X-SVN-Rev: 33173
2013-02-11 20:48:11 +00:00
Steven R. Loomis
a4f4ed5a94 ICU-9786 fix symbol collision truncate on BSD
X-SVN-Rev: 32937
2012-12-10 19:41:03 +00:00
Michael Ow
b6ab4f46c4 ICU-9692 Add mh file for mingw64 and remove compile time determination of __USER_LABEL_PREFIX__ to fix cross compilation errors
X-SVN-Rev: 32906
2012-11-29 18:20:09 +00:00
Michael Ow
2b6653938c ICU-9685 Don't extract Makefile in tzdata
X-SVN-Rev: 32877
2012-11-22 01:05:23 +00:00
Steven R. Loomis
caf814a5db ICU-9721 bump versions to 51.0.1
X-SVN-Rev: 32811
2012-11-13 23:10:20 +00:00
Markus Scherer
31ca61dc7a ICU-9679 remove another unused variable
X-SVN-Rev: 32784
2012-11-09 22:50:25 +00:00
Steven R. Loomis
0a7377e8ce ICU-9682 fix crasher in icuinfo
X-SVN-Rev: 32672
2012-10-19 16:58:43 +00:00
Steven R. Loomis
6eef7bff7b ICU-9596 cleanup U_NO_DEFAULT_INCLUDE_UTF_HEADERS - use utf_old.h in tests when needed
X-SVN-Rev: 32440
2012-09-27 18:52:04 +00:00
Steven R. Loomis
d455b9984e ICU-9569 add UDAT_PATTERN and update docs
X-SVN-Rev: 32406
2012-09-19 21:26:41 +00:00
Steven R. Loomis
da3f855b46 ICU-9586 fix for AIX
X-SVN-Rev: 32399
2012-09-17 22:32:16 +00:00
Steven R. Loomis
a29d76d390 ICU-9586 print out status of gendict during build
X-SVN-Rev: 32398
2012-09-17 22:24:17 +00:00
Steven R. Loomis
9077d5dc25 ICU-9449 Merge in decimal format performance improvements from branch.
Improvements to 'howExpensiveIs' benchmark test.
Use internal digitlist in Formattable (save mallocs).
Enable fastpath by default.
Enable internal API "parse all input", returning an error if all input was not consumed.

X-SVN-Rev: 32397
2012-09-17 19:03:01 +00:00
Steven R. Loomis
1361355eb5 ICU-9551 fix uconfig failures that were in m2, disable CJKBreak without normalization. Merges from r32354 and r32355 by dsengup.
X-SVN-Rev: 32367
2012-09-11 04:02:08 +00:00
Steven R. Loomis
0e48356c32 ICU-9557 support additional PF_ settings
X-SVN-Rev: 32363
2012-09-10 23:08:26 +00:00
Maxime Serrano
c64c0299d7 ICU-9353 merge dbbi-tries work into the trunk
X-SVN-Rev: 32184
2012-08-16 23:01:49 +00:00
George Rhoten
e1b9092426 ICU-9469 Improve support for C++11
X-SVN-Rev: 32179
2012-08-15 17:46:17 +00:00
George Rhoten
0ae3d3a7d4 ICU-9474 Reduce unrename.h namespace pollution
X-SVN-Rev: 32157
2012-08-11 04:57:13 +00:00
George Rhoten
2ad0aad18c ICU-9456 Reduce writable/relocatable data.
X-SVN-Rev: 32150
2012-08-10 17:53:54 +00:00
Markus Scherer
2f6df5d520 ICU-9434 use static_cast<pointer type>(void *) not reinterpret_cast
X-SVN-Rev: 32119
2012-08-08 00:50:16 +00:00
George Rhoten
dc75668c05 ICU-9457 Fix some compiler warnings
X-SVN-Rev: 32095
2012-08-03 19:09:42 +00:00
Michael Ow
d134b120de ICU-9426 Fix pkgdata option file detection
X-SVN-Rev: 32074
2012-07-27 18:38:08 +00:00
Michael Ow
a9274f0602 ICU-9326 Fix misplaced exclamation mark
X-SVN-Rev: 31972
2012-06-21 16:51:41 +00:00
Peter Edberg
53941f359b ICU-9235 getToUnicodeValue() should write extension seq length as count of UTF16 (not UTF32) units
X-SVN-Rev: 31954
2012-06-14 22:19:36 +00:00
Michael Ow
2d903d91d6 ICU-9336 Fix typo in macro call
X-SVN-Rev: 31896
2012-06-01 14:44:29 +00:00
Michael Ow
9a66926428 ICU-9336 Add some fixes for build failures in z/OS
X-SVN-Rev: 31891
2012-05-31 16:18:29 +00:00
Steven R. Loomis
43b918a0c8 ICU-9258 merge from branches, performance improvements
X-SVN-Rev: 31881
2012-05-30 00:41:57 +00:00
Andy Heninger
85312fdf16 ICU-8879 Code review cleanups
X-SVN-Rev: 31862
2012-05-25 19:51:34 +00:00
Andy Heninger
83fe5e8ba4 ICU-8879 Code review cleanups
X-SVN-Rev: 31859
2012-05-25 18:49:04 +00:00
Andy Heninger
b957edd0b9 ICU-8879 clean up extra uninitialized data produced by gensprep
X-SVN-Rev: 31857
2012-05-25 15:45:35 +00:00
Michael Ow
08b403c001 ICU-9326 Fix Package declaration in header file
X-SVN-Rev: 31833
2012-05-18 06:56:36 +00:00
Michael Ow
7803f080ca ICU-9326 Remove unneeded include statement from previous commit
X-SVN-Rev: 31832
2012-05-18 03:59:21 +00:00
Michael Ow
299d550e5d ICU-9326 Fix missing header file.
X-SVN-Rev: 31831
2012-05-17 21:50:52 +00:00
Michael Ow
e1ba49ca9f ICU-9326 Fix potential icupkg tool trap in Windows static build
X-SVN-Rev: 31830
2012-05-17 20:09:47 +00:00
Michael Ow
671a7be44b ICU-9322 Fix some memory check errors in ICU tools
X-SVN-Rev: 31829
2012-05-17 19:58:22 +00:00
Michael Ow
5d2a5e6fa3 ICU-9326 Fix icupkg tool trap on Windows static build
X-SVN-Rev: 31828
2012-05-17 19:56:11 +00:00
Andy Heninger
29a648df32 ICU-9315 urename.h comment updated for showing how to disable renaming when running configure.
X-SVN-Rev: 31824
2012-05-14 19:37:08 +00:00
Andy Heninger
4e22bdab85 ICU-9315 urename include and disabling cleanup.
X-SVN-Rev: 31815
2012-05-11 20:38:00 +00:00
Michael Ow
0ca13b73b0 ICU-9292 Merge BEAM warning fixes from branch into trunk
X-SVN-Rev: 31792
2012-05-03 05:50:26 +00:00
Michael Ow
e4369cf56b ICU-9279 Fix mingw64 build error
X-SVN-Rev: 31770
2012-04-25 17:18:08 +00:00
Andy Heninger
f4f8353949 ICU-6966 add man page for gencfu. Changes from patch provided with ticket.
X-SVN-Rev: 31761
2012-04-24 20:20:18 +00:00
Markus Scherer
b977713ba4 ICU-9271 add genrb --java-package option for use with --write-java and --bundle-name
X-SVN-Rev: 31747
2012-04-19 19:56:35 +00:00
Michael Ow
bbad39b77a ICU-9232 Update version in ICU4C to 50.0.1 and update time bombs
X-SVN-Rev: 31725
2012-04-18 17:03:06 +00:00
Michael Ow
0105ce6124 ICU-8947 Fix Cygwin build error.
X-SVN-Rev: 31676
2012-04-04 17:15:36 +00:00
Michael Ow
c74ab88dc9 ICU-8947 Fix some static build failures
X-SVN-Rev: 31663
2012-03-30 17:58:31 +00:00
Michael Ow
00bf73b0b0 ICU-8947 Fix some MinGW static build errors
X-SVN-Rev: 31662
2012-03-30 07:11:51 +00:00
Michael Ow
5030779686 ICU-9229 Update msvc project files to 49
X-SVN-Rev: 31657
2012-03-28 17:56:38 +00:00
Dragan Besevic
6bde113710 ICU-9022 fix build for data on zOS
X-SVN-Rev: 31615
2012-03-13 20:18:59 +00:00
Steven R. Loomis
83d5fe4ce4 ICU-9196 add a semicolon
X-SVN-Rev: 31611
2012-03-12 15:45:57 +00:00
Michael Ow
1c844ff89a ICU-9178 Fix Cygwin MSVC static build failure
X-SVN-Rev: 31610
2012-03-09 19:40:54 +00:00
Michael Ow
49b21d6f81 ICU-9139 Fix typo in genrb usage message
X-SVN-Rev: 31557
2012-03-01 20:48:05 +00:00
Andy Heninger
5b3a708915 ICU-8992 Compiler Warning cleanup for gcc 4.6.1
X-SVN-Rev: 31329
2012-02-06 19:57:08 +00:00
Andy Heninger
db198b88ed ICU-9054 add U_NAMESPACE_USE to swapimpl.cpp
X-SVN-Rev: 31240
2012-01-20 22:03:22 +00:00
Michael Ow
dc3362aef0 ICU-9060 Fix some errors produced by pkgdata tool when building in certain modes
X-SVN-Rev: 31227
2012-01-19 17:27:52 +00:00
Markus Scherer
8a320205af ICU-9039 simplify/optimize ucase.icu encoding: fixed trie bit for Case_Ignorable; ucase.icu formatVersion 3.0
X-SVN-Rev: 31204
2012-01-13 01:15:48 +00:00
Markus Scherer
6d038075aa ICU-8972 gennorm2 parse * Unicode version lines from .txt input files
X-SVN-Rev: 31193
2012-01-10 21:04:58 +00:00
Markus Scherer
a1dd913103 ICU-8972 make usrc_create() take & write generator name, remove temporary usrc_createFromGenerator()
X-SVN-Rev: 31184
2012-01-06 23:32:50 +00:00
Markus Scherer
28a30d3c2d ICU-8972 parse ppucd.txt case mappings
X-SVN-Rev: 31182
2012-01-06 01:02:02 +00:00
Markus Scherer
9cd2b8cbd6 ICU-8972 unames.icu generated by newly merged genprops/namespropsbuilder.cpp; slightly different (different parsing order) but equivalent
X-SVN-Rev: 31179
2012-01-03 23:22:29 +00:00
Markus Scherer
2f5489adb1 ICU-8972 norm2/nf[k]c.txt files generated by preparseucd.py
X-SVN-Rev: 31175
2011-12-28 19:24:15 +00:00
Markus Scherer
d739537cf0 ICU-8972 parse ppucd.txt scx=Script_Extensions
X-SVN-Rev: 31146
2011-12-18 06:52:50 +00:00
Markus Scherer
de830ac709 ICU-8972 machine-generated file with generator name rather than date (deterministic output)
X-SVN-Rev: 31140
2011-12-17 04:58:41 +00:00
Markus Scherer
d25c4ca662 ICU-8972 various small fixes & improvements
X-SVN-Rev: 31136
2011-12-16 06:43:44 +00:00
Steven R. Loomis
26baae9070 ICU-8992 warning cleanup
X-SVN-Rev: 31135
2011-12-16 01:08:33 +00:00
Steven R. Loomis
b58f3b7641 ICU-8653 warning cleanup
X-SVN-Rev: 31134
2011-12-16 01:06:57 +00:00
Markus Scherer
78fc8e2b0b ICU-8972 add parser for ppucd.txt, preparsed UCD data with simple syntax
X-SVN-Rev: 31132
2011-12-16 00:15:14 +00:00
Steven R. Loomis
744eb1c815 ICU-8653 update icuinfo, add icuinfo to howexpensive benchmark.
X-SVN-Rev: 31127
2011-12-15 23:16:20 +00:00
Steven R. Loomis
1c9622e92c ICU-8653 add how expensive is benchmark
X-SVN-Rev: 31120
2011-12-15 06:16:05 +00:00
Steven R. Loomis
42c92a23f6 ICU-8878 update urename.h
X-SVN-Rev: 31112
2011-12-13 18:35:57 +00:00
Markus Scherer
43bb4f2cf4 ICU-8827 Unicode 6.1 update: svn merge branches/markus/uni61 at r31062 into the trunk
X-SVN-Rev: 31071
2011-12-08 22:37:24 +00:00
Umesh Nair
4a6f817e00 ICU-8108 Allowing imports from the same file by suppressing building binaries for imported rules
X-SVN-Rev: 31036
2011-12-06 00:23:46 +00:00
Abhinav Gupta
6592593c88 ICU-8818 switched to calloc for a few instances of malloc + memset(0)
X-SVN-Rev: 30992
2011-11-30 17:52:09 +00:00
Markus Scherer
bed105857f ICU-8804 Normalizer2::composePair(a, b) with separation of minYesNo extraData into combines-forward vs. not
X-SVN-Rev: 30982
2011-11-27 20:29:38 +00:00
Markus Scherer
03748b07f1 ICU-8804 Normalizer2::getRawDecomposition(c) with added data in .nrm formatVersion 2
X-SVN-Rev: 30980
2011-11-27 04:44:13 +00:00
Michael Ow
e144d4ff66 ICU-8936 Add check-exhaustive make target to run the test suite in exhaustive mode
X-SVN-Rev: 30961
2011-11-14 22:33:19 +00:00
Michael Ow
ab32395a4f ICU-8928 Fix how path is found when pkgdata needs icu-config
X-SVN-Rev: 30949
2011-11-10 23:11:19 +00:00
Michael Ow
895e909e90 ICU-8858 Make revision number optional when packaging data in dll mode
X-SVN-Rev: 30947
2011-11-10 19:22:55 +00:00
Michael Ow
f7ebd6362b ICU-8888 Update the help message in pkgdata tool
X-SVN-Rev: 30930
2011-11-04 17:09:18 +00:00
Michael Ow
b74ae536a7 ICU-8888 Fix missing identifier error in pkgdata
X-SVN-Rev: 30918
2011-11-04 02:40:39 +00:00
Michael Ow
2f7c17f854 ICU-8888 Add pkgdata tool option to build without assembly code
X-SVN-Rev: 30917
2011-11-03 23:55:49 +00:00
Steven R. Loomis
53c67d692d ICU-8921 print a warning on rpath with installed icu. Also fix a bug where --disable-rpath (the default) caused icu-config selftest to fail
X-SVN-Rev: 30913
2011-11-03 20:48:20 +00:00
Steven R. Loomis
e123428b32 ICU-8909 warning cleanup
X-SVN-Rev: 30878
2011-10-27 23:29:16 +00:00
Steven R. Loomis
1ff6e9f8bc ICU-8909 warnings cleanup
X-SVN-Rev: 30877
2011-10-26 23:56:35 +00:00
Steven R. Loomis
de16c44aa9 ICU-8908 #error if U_COMMON_IMPLEMENTATION, etc isnt set
X-SVN-Rev: 30876
2011-10-26 23:02:14 +00:00
Michael Ow
ebdeffac64 ICU-8861 Move the undefining of strict ansi on Cygwin and MinGW in pkgdata tool
X-SVN-Rev: 30832
2011-10-17 05:56:05 +00:00
Steven R. Loomis
20934ac953 ICU-8861 merge r30809 cleanup from #8755
X-SVN-Rev: 30814
2011-10-12 20:08:09 +00:00
Steven R. Loomis
e73e4ea280 ICU-8784 improve pointer toc code, however still not working on i- document as such for now.
X-SVN-Rev: 30702
2011-09-21 20:00:24 +00:00
Steven R. Loomis
737d129645 ICU-8784 commit iSeries porting fixes into trunk
X-SVN-Rev: 30667
2011-09-15 19:34:17 +00:00
Michael Ow
6be4ed022f ICU-8452 Fix some more Cygwin MVSC and Cygwin GCC build issues
X-SVN-Rev: 30541
2011-08-18 18:47:16 +00:00
John Emmons
e3697c8f0a ICU-8707 Clean up compiler warnings from GCC
X-SVN-Rev: 30503
2011-08-12 21:16:53 +00:00
Andy Heninger
9f785d7ed6 ICU-8723 use array delete when appropriate in gencfu.cpp
X-SVN-Rev: 30481
2011-08-10 00:39:09 +00:00
Michael Ow
78937c5834 ICU-8452 Fix some Cygwin GCC and MinGW build errors
X-SVN-Rev: 30457
2011-08-03 20:09:44 +00:00
Markus Scherer
4e30dc4c14 ICU-8571 remove udraft.h etc. & genheaders.pl, use #ifndef U_HIDE_DRAFT_API etc. instead
X-SVN-Rev: 30447
2011-08-01 02:20:46 +00:00
Michael Ow
079b2f8a28 ICU-8740 Fix pkgdata run command problem with MINGW
X-SVN-Rev: 30445
2011-07-29 22:47:25 +00:00
Markus Scherer
ca12d6d5bd ICU-8730 move some @internal, rarely-used platform macros to putilimp.h
X-SVN-Rev: 30432
2011-07-27 20:55:09 +00:00
Markus Scherer
e31ce99b84 ICU-8575 option for not including utf headers by default; replace uses of deprecated utf_old.h macros
X-SVN-Rev: 30430
2011-07-27 05:53:56 +00:00
Markus Scherer
2862296471 ICU-8454 virtual destructors should be explicit, and defined in a .cpp file, so that they can serve as key functions
X-SVN-Rev: 30423
2011-07-26 05:32:25 +00:00
Markus Scherer
3bf88cd711 ICU-8452 consolidate definition of _XOPEN_SOURCE for access to POSIX functions; do not use __STDC_VERSION__ in C++ code where it is not defined
X-SVN-Rev: 30418
2011-07-25 21:02:32 +00:00
Markus Scherer
9bcc40cf9e ICU-8452 un-autoconf platform.h, move user-configurable settings to uconfig.h, and other changes; from svn merge --reintegrate branches/markus/platformh at r30411
X-SVN-Rev: 30412
2011-07-23 00:10:30 +00:00
Michael Ow
12fe8cc4a2 ICU-8693 Display error message when missing needed options and given bad file names in pkgdata tool
X-SVN-Rev: 30346
2011-07-14 18:51:40 +00:00
Michael Ow
4fe319b158 ICU-8671 Update pkgdata to allow for space separated items when generating common data file.
X-SVN-Rev: 30343
2011-07-14 17:13:48 +00:00
Markus Scherer
1beb0f1e4f ICU-8680 require C++ namespace, replace most U_NAMESPACE_QUALIFIER with icu::, remove still-draft U_STD_NS, U_STD_NSQ, and U_STD_NS_USE
X-SVN-Rev: 30281
2011-07-06 04:03:35 +00:00
Markus Scherer
744d1f3a19 ICU-8617 move UHashTok into lower-level uelement.h (new) and rename to UElement to share with UVector
X-SVN-Rev: 30272
2011-07-04 23:51:56 +00:00
Michael Ow
5a0a5a7d87 ICU-8535 Use U_MINGW instead of U_CYGWIN where appropriate when building on MinGW
X-SVN-Rev: 30252
2011-06-29 19:49:05 +00:00
Michael Ow
c1f1d09b70 ICU-8535 Merge changes for MINGW build fix in branch to trunk and fix some other errors when building with MINGW.
X-SVN-Rev: 30247
2011-06-28 21:07:36 +00:00
Michael Ow
12df0b5e29 ICU-8559 Removed requirement for flags being in a fixed order
X-SVN-Rev: 30243
2011-06-27 21:58:09 +00:00
Michael Ow
f3cfa0bb00 ICU-8559 Improve error report messages when pkgdata fails.
X-SVN-Rev: 30239
2011-06-27 18:51:52 +00:00
Michael Ow
dc38f079b5 ICU-8567 Fix error with building data on AIX using GCC
X-SVN-Rev: 30236
2011-06-26 07:14:41 +00:00
Michael Ow
c2bf97eb02 ICU-8602 Fix some compiler warnings.
X-SVN-Rev: 30231
2011-06-24 19:12:33 +00:00
Michael Ow
13ed82ae5d ICU-8567 Ensure AIX deletes proper library before creating a new one in pkgdata
X-SVN-Rev: 30206
2011-06-12 02:42:44 +00:00
Michael Ow
310c23c24e ICU-8578 Apply patch to fix some compiler warnings and related issues
X-SVN-Rev: 30205
2011-06-10 18:56:08 +00:00
Michael Ow
8f86f7b5b7 ICU-8585 Increase size of store string in gencmn
X-SVN-Rev: 30204
2011-06-09 23:48:38 +00:00
Markus Scherer
9f7d74001c ICU-8605 document & test ICU4C dependencies, remove cycles, reduce some deps; merged from branches/markus/depstest -r 30155:30193
X-SVN-Rev: 30194
2011-06-03 05:23:57 +00:00
Markus Scherer
c2367c67f9 ICU-8601 fix extern-variable C/C++ mismatch in genrb (broke Windows)
X-SVN-Rev: 30155
2011-05-27 18:56:14 +00:00
Markus Scherer
41c8654d92 ICU-8601 replace C U_INLINE hack with C++ inline, and also rename a few other .c files to .cpp for future UMTX_CHECK replacement
X-SVN-Rev: 30148
2011-05-26 20:05:39 +00:00
Steven R. Loomis
625b955e7d ICU-8428 update windows version#
X-SVN-Rev: 30079
2011-05-10 17:17:39 +00:00
Steven R. Loomis
a9767e483a ICU-8547 update udraft.h etc
X-SVN-Rev: 30078
2011-05-10 02:39:00 +00:00
Steven R. Loomis
f7ff9a609a ICU-8545 urename for milestone:4.8 - fix tool issues, also add svn:ignore to dicttrieperf/Makefile
X-SVN-Rev: 30072
2011-05-09 23:31:44 +00:00
Andy Heninger
af7d88ffe8 ICU-8542 Line endings, non-ASCII and svn property fixes for ICU4C.
X-SVN-Rev: 30068
2011-05-09 21:37:36 +00:00
Andy Heninger
ae8896de7f ICU-8524 compiler warning cleanup.
X-SVN-Rev: 30026
2011-05-04 22:34:13 +00:00
Steven R. Loomis
3d44c5dc4b ICU-8171 fix warnings, or at least move them into POSIX portions of code
X-SVN-Rev: 30012
2011-05-04 04:07:45 +00:00
Steven R. Loomis
388f165e13 ICU-7659 fix U_CC and U_CXX
X-SVN-Rev: 30004
2011-05-04 00:02:26 +00:00
Markus Scherer
31b3ddce42 ICU-8171 add const to char *tag in genrb/reslist
X-SVN-Rev: 29999
2011-05-03 22:26:26 +00:00
Steven R. Loomis
b88cd9bca9 ICU-8350 zOS fixes round one
X-SVN-Rev: 29973
2011-05-03 03:40:34 +00:00
Michael Ow
e4bda133f1 ICU-8487 Increase size of buffer for reading ucm file.
X-SVN-Rev: 29844
2011-04-21 21:10:13 +00:00
Michael Ow
343eda7e8a ICU-8437 Fix long pathname corruption in pkgdata tool
X-SVN-Rev: 29706
2011-03-29 18:49:51 +00:00
Yoshito Umaoka
2d9daaa370 ICU-8289 tzdata2011c to ICU4C trunk
X-SVN-Rev: 29554
2011-03-07 20:55:49 +00:00
Markus Scherer
d55e005cf7 ICU-8167 move string tries to the common library and make API headers public
X-SVN-Rev: 29531
2011-03-03 21:56:36 +00:00
Michael Ow
4ff56e0dd5 ICU-8398 Log data errors where appropriate so ensure cintltst and intltest passes without data in 4.7.1
X-SVN-Rev: 29529
2011-03-03 19:29:57 +00:00
Markus Scherer
d8ea46628b ICU-8314 Appendable interface, AppendableAdapter default impl & UnicodeString is-an Appendable
X-SVN-Rev: 29390
2011-02-03 05:28:01 +00:00
Markus Scherer
9cc27feeb4 ICU-8167 port trie API changes from Java
X-SVN-Rev: 29367
2011-01-27 21:41:03 +00:00
Michael Ow
e9e1a0cfcf ICU-8281 Fix function name typo for Cygwin
X-SVN-Rev: 29333
2011-01-19 17:21:49 +00:00
Michael Ow
81473c60e5 ICU-8281 Dynamically allocate buffer size in pkgdata where needed.
X-SVN-Rev: 29332
2011-01-19 05:14:22 +00:00
Markus Scherer
4832385f7c ICU-8167 minor fixes
X-SVN-Rev: 29277
2011-01-07 05:28:58 +00:00
Andy Heninger
c12ce73a18 ICU-8167 the Mac build needs U_COMMON_API etc. on *some* nested classes
X-SVN-Rev: 29275
2011-01-06 23:35:32 +00:00
Markus Scherer
c5c0d56509 ICU-8167 a nested class need not qualify its outer class for member access
X-SVN-Rev: 29273
2011-01-06 22:25:56 +00:00
Markus Scherer
397d6f7372 ICU-8167 make trie iterators nested classes inside their tries
X-SVN-Rev: 29272
2011-01-06 18:40:26 +00:00
Markus Scherer
8c3093c73b ICU-8167 builders: fix output-units memory management
X-SVN-Rev: 29270
2011-01-06 05:32:53 +00:00
Markus Scherer
eb1c0e747f ICU-8167 slightly more consistent & Java-porting-friendly
X-SVN-Rev: 29269
2011-01-06 05:04:51 +00:00
Markus Scherer
62306a038c ICU-8167 rename ByteTrie to BytesTrie, DictTrie to StringTrie, etc.
X-SVN-Rev: 29265
2011-01-05 21:05:47 +00:00
Markus Scherer
5e23f1c3e9 ICU-8167 share as much code between builder versions and methods as possible
X-SVN-Rev: 29257
2011-01-02 07:22:36 +00:00
Markus Scherer
e0c2a3c61c ICU-8105 classes with virtual functions should have virtual destructors
X-SVN-Rev: 29256
2011-01-01 00:59:22 +00:00
Markus Scherer
f772c48a2c ICU-8105 some compilation bug fixes
X-SVN-Rev: 29255
2010-12-31 23:56:06 +00:00
Markus Scherer
c04082d93c ICU-8105 hardcode Unicode property names data (formatVersion 2); includes new dictionary-type tries (ByteTrie & UCharTrie see ticket #8167); merge branches/markus/tries -r 29040:29249
X-SVN-Rev: 29252
2010-12-31 18:21:36 +00:00
Michael Ow
30153c1400 ICU-8209 Update version number in ICU4C to 4.7.1
X-SVN-Rev: 29186
2010-12-10 20:32:03 +00:00
Peter Edberg
85aa1e1ce2 ICU-8131 temp hack: make genrb exclude unihan collation unless temp option --includeUnihanColl is used
X-SVN-Rev: 29062
2010-11-17 04:30:05 +00:00
Andy Heninger
7f386ed6b9 ICU-8145 Update icu-svnprops-check.py to default ICU Java source files to UTF-8
X-SVN-Rev: 29022
2010-11-10 21:57:54 +00:00
Umesh Nair
aae8e8df81 ICU-7023 Fix import for EBCDIC machines.
X-SVN-Rev: 29009
2010-11-05 23:43:11 +00:00
Stuart Gill
b1a76e6a88 ICU-3984 updates based on code review and fix of memory leak during collation reordering rule parsing
X-SVN-Rev: 28999
2010-11-04 20:12:39 +00:00
Andy Heninger
a5bc9497c1 ICU-8122 Update urename.h for ICU 4.6
X-SVN-Rev: 28996
2010-11-04 00:37:10 +00:00
Stuart Gill
94239208a0 ICU-3984 fix a bug in the resource loading of collation reordering and rename script reordering to reordering codes
X-SVN-Rev: 28993
2010-11-03 02:41:22 +00:00
Stuart Gill
5dd9ea7768 ICU-3984 update the uca file version, add support for reading/writing reordering from/to resources, update FractionalUCA.txt to a format for the genuca tool
X-SVN-Rev: 28975
2010-11-02 02:21:57 +00:00
Umesh Nair
c9ae826bca ICU-7023 Supporting import in collation rules
X-SVN-Rev: 28967
2010-11-01 22:23:49 +00:00
Stuart Gill
0c21fdf068 ICU-3984 changes to the collation reordering - API works same as rules and enhanced testing
X-SVN-Rev: 28960
2010-10-30 00:42:12 +00:00
Stuart Gill
110e2ceb05 ICU-3984 integrate collation reordering from branch - svn+ssh://source.icu-project.org/repos/icu/icu/branches/sgill/scriptreorder2 -r 28883:28924
X-SVN-Rev: 28926
2010-10-27 18:02:52 +00:00
Steven R. Loomis
adb11cba8d ICU-8028 update version number to milestone:4.6, bump timebombs, etc
X-SVN-Rev: 28785
2010-10-09 01:23:28 +00:00
Michael Ow
da1272de57 ICU-7447 Fix some GCC and VA compiler warnings.
X-SVN-Rev: 28778
2010-10-08 20:14:26 +00:00
Michael Ow
df4608dd59 ICU-8015 Improve performance of pkgdata tool file parser.
X-SVN-Rev: 28763
2010-10-05 04:52:16 +00:00
Michael Ow
d40ee7f0cb ICU-8015 Dynamically allocate enough memory in pkgdata tool for compiler options.
X-SVN-Rev: 28760
2010-10-04 23:47:46 +00:00
Markus Scherer
514b12fb14 ICU-7792 fix some UCONFIG_NO_XYZ bugs
X-SVN-Rev: 28716
2010-09-28 05:43:34 +00:00
Markus Scherer
ae9a1bdefe ICU-7792 fix a namespace bug
X-SVN-Rev: 28715
2010-09-28 05:06:58 +00:00
Markus Scherer
b5e1330176 ICU-7264 merge Unicode 6.0 into trunk from branches/markus/uni60 -r 28339:28657
X-SVN-Rev: 28661
2010-09-21 00:12:49 +00:00
Michael Ow
5bc75ff03f ICU-7956 Fix bug in pkgdata concerning parsing option file.
X-SVN-Rev: 28643
2010-09-17 21:26:54 +00:00
Michael Ow
9b001e6a47 ICU-7957 Initialize pkgdata flags before installing data.
X-SVN-Rev: 28629
2010-09-16 15:53:06 +00:00
Yoshito Umaoka
5055162c5e ICU-7908 Changed the definition of SystemV zones to align them to Olson. By the change, zoneinfo resource was regenerated. Also, regenerated windowsZones.txt from the latest CLDR data.
X-SVN-Rev: 28584
2010-09-08 14:49:39 +00:00
Steven R. Loomis
7d8ae29f34 ICU-7888 fix package:enumDependencies
X-SVN-Rev: 28473
2010-08-15 00:55:54 +00:00
Steven R. Loomis
4a0b0ef791 ICU-7887 remove fixed limit on icupkg/gencmn
X-SVN-Rev: 28470
2010-08-13 23:28:05 +00:00
Steven R. Loomis
dec09768b9 ICU-7870 Visual Studio 2010
X-SVN-Rev: 28442
2010-08-10 20:16:09 +00:00
Andy Heninger
aaa55df26b ICU-6015 add svn:mime-type charset tags.
X-SVN-Rev: 28384
2010-07-29 00:18:28 +00:00
Andy Heninger
d5d873c99d ICU-6015 add UTF-8 check to svn properties check tool.
X-SVN-Rev: 28379
2010-07-28 00:50:22 +00:00
Michael Ow
2f72159ffb ICU-7784 Fix tests that run incorrectly without data.
X-SVN-Rev: 28369
2010-07-26 22:02:42 +00:00
Andy Heninger
74e297291f ICU-7780 fix various compiler warnings
X-SVN-Rev: 28301
2010-07-12 18:03:29 +00:00
Steven R. Loomis
45aa2210aa ICU-7815 merge from branch
X-SVN-Rev: 28296
2010-07-12 15:24:57 +00:00
Markus Scherer
d84415e717 ICU-7237 adjust BiDiConformanceTest for Unicode 6 BidiTest.txt (auto-RTL in bit set)
X-SVN-Rev: 28285
2010-07-08 05:16:35 +00:00
Michael Ow
4f94c17f47 ICU-7774 Windows data lib file name should not contain version number when building ICU data.
X-SVN-Rev: 28235
2010-06-21 15:35:36 +00:00
Michael Ow
d746cdf71c ICU-7774 Ensure that pkgdata tool builds correct library on Windows.
X-SVN-Rev: 28233
2010-06-21 15:14:35 +00:00
Michael Ow
939395f7bd ICU-7717 Check for option files before parsing.
X-SVN-Rev: 28208
2010-06-16 15:08:55 +00:00
Michael Ow
578c548289 ICU-7717 Add installation of data file in pkgdata tool.
X-SVN-Rev: 28206
2010-06-16 14:41:24 +00:00
Markus Scherer
0f2d14ab3a ICU-7586 fix namespace bugs
X-SVN-Rev: 28202
2010-06-15 21:19:16 +00:00
Markus Scherer
634c176d87 ICU-7741 change gennorm2 tool to not need STL any more
X-SVN-Rev: 28155
2010-06-08 17:50:07 +00:00
Michael Ow
d565b3b2f3 ICU-7581 Fix a few mingw build issues including symbolic links when building data and missing header file inclusion.
X-SVN-Rev: 28125
2010-06-03 15:51:19 +00:00
Michael Ow
fc60e0868d ICU-7680 Increase the buffer size for pkgdata options.
X-SVN-Rev: 28124
2010-06-02 15:07:52 +00:00
Markus Scherer
86b2ced218 ICU-7664 change gcc assembler syntax to use % not @; % works for both x86 and ARM
X-SVN-Rev: 28107
2010-05-27 19:58:41 +00:00
Steven R. Loomis
a1ea70071b ICU-7708 compiler warnings for 4.5.1 (batch 1)
X-SVN-Rev: 28103
2010-05-25 22:17:12 +00:00
Steven R. Loomis
edcaca307a ICU-3030 show elapsed time in subtests. Add internal uprv_getRawUTCtime that doesn't go through faketime.
X-SVN-Rev: 28099
2010-05-25 19:55:05 +00:00
Markus Scherer
f6a04770ff ICU-7455 use compiler RTTI; stop adding poor mans RTTI to new class hierarchies
X-SVN-Rev: 28075
2010-05-19 17:29:33 +00:00
Steven R. Loomis
4d6f43b0c5 ICU-7632 build testplug with alternate temporary dirs to avoid conflict with icuinfo
X-SVN-Rev: 28058
2010-05-13 21:36:18 +00:00
Steven R. Loomis
d3172c2d68 ICU-7627 move dbgutil from ctestfw to toolutil ( merge from r28050 r28051 r28052 r28054 )
X-SVN-Rev: 28055
2010-05-12 17:56:02 +00:00
Michael Ow
43ab52b074 ICU-7650 Fix uconfig test errors in i18n library and test codes.
X-SVN-Rev: 28037
2010-05-07 07:28:47 +00:00