Markus Scherer
e030002e3e
ICU-4497 use UMTX_CHECK()
...
X-SVN-Rev: 17580
2005-05-10 21:08:58 +00:00
George Rhoten
587dde47b3
ICU-4424 Alias updates
...
X-SVN-Rev: 17579
2005-05-10 20:50:21 +00:00
George Rhoten
46811f85cd
ICU-4424 JDK 1.5 alias updates.
...
X-SVN-Rev: 17578
2005-05-10 07:19:49 +00:00
George Rhoten
3fb9cc9da4
ICU-4424 LMBCS has a CCSID
...
X-SVN-Rev: 17573
2005-05-09 19:43:49 +00:00
George Rhoten
99d4a41bb4
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17570
2005-05-08 08:41:24 +00:00
George Rhoten
b41d4c12c5
ICU-4497 unorm_cleanup wasn't called anymore.
...
nxCache was incorrectly allocated without registering a cleanup function.
Register the cleanup function.
X-SVN-Rev: 17569
2005-05-08 08:17:50 +00:00
George Rhoten
17fa571373
ICU-4506 Break alias table dependency on the rest of conversion code
...
X-SVN-Rev: 17568
2005-05-08 07:56:44 +00:00
George Rhoten
3f20ab8dba
ICU-4189 Fix for UCONFIG_NO_CONVERSION.
...
X-SVN-Rev: 17567
2005-05-08 06:01:45 +00:00
Markus Scherer
346daeb6c1
ICU-4497 add some function documentation
...
X-SVN-Rev: 17565
2005-05-06 21:49:48 +00:00
Ram Viswanadha
56f840b184
ICU-4475 tests for JB
...
X-SVN-Rev: 17561
2005-05-05 21:03:23 +00:00
Ram Viswanadha
e53233979c
ICU-4475 fix for ASCII resolution
...
X-SVN-Rev: 17560
2005-05-05 20:59:04 +00:00
Markus Scherer
681fbba869
ICU-4497 move swap functions for core Unicode properties data from the common library to the icuswap tool, disable _openBinary() functions, disable tests accordingly
...
X-SVN-Rev: 17558
2005-05-05 17:47:39 +00:00
Markus Scherer
54fbbdec50
ICU-4497 remove spurious #ifdef copied from .h file
...
X-SVN-Rev: 17557
2005-05-05 17:43:59 +00:00
Markus Scherer
b36965ce3d
ICU-4497 hardcode core Unicode properties data rather than loading it
...
X-SVN-Rev: 17556
2005-05-05 17:43:10 +00:00
Markus Scherer
2b568825a3
ICU-4497 add --csource to usage text
...
X-SVN-Rev: 17555
2005-05-05 17:41:51 +00:00
George Rhoten
b5ef6e48ae
ICU-4501 Remove a linker warning when creating an executable instead of a shared library.
...
X-SVN-Rev: 17551
2005-05-04 05:10:28 +00:00
George Rhoten
264d88b4b3
ICU-4501 Update samples to use the current data building procedure and fix a few other problems found along the way.
...
This helps with debugging some of the cause of the data loading problems.
X-SVN-Rev: 17550
2005-05-04 05:07:52 +00:00
George Rhoten
d51f6e93c4
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17548
2005-05-04 00:21:15 +00:00
George Rhoten
184f6282e8
ICU-4011 Fix some gcc 3.4 warnings and errors.
...
X-SVN-Rev: 17547
2005-05-03 23:57:38 +00:00
George Rhoten
77019ed5ff
ICU-4351 Fix a compiler warning.
...
X-SVN-Rev: 17546
2005-05-03 23:28:29 +00:00
Markus Scherer
d382badd94
ICU-4497 fix checkIdentical(): bug (bad UErrorCode handling) and performance (preflight with non-zero initial buffer, allocate only one block)
...
X-SVN-Rev: 17545
2005-05-03 23:17:03 +00:00
George Rhoten
43d15d5337
ICU-4424 Add ibm-737 and ibm-775
...
X-SVN-Rev: 17544
2005-05-03 23:16:49 +00:00
Markus Scherer
70abf6f117
ICU-4497 fix error message
...
X-SVN-Rev: 17543
2005-05-03 23:14:54 +00:00
Markus Scherer
df17f51e00
ICU-4497 write a .c file with hardcoded Unicode character data
...
X-SVN-Rev: 17542
2005-05-03 23:14:17 +00:00
Markus Scherer
056630b8fd
ICU-4497 u_init() is not necessary any more for thread safety, and loads the converter alias table instead of the Unicode properties files (whose data is now hardcoded)
...
X-SVN-Rev: 17541
2005-05-03 22:59:01 +00:00
Markus Scherer
a07a650035
ICU-4497 hardcode unorm.icu data rather than loading it
...
X-SVN-Rev: 17540
2005-05-03 22:47:46 +00:00
George Rhoten
cc6c4665cb
ICU-4424 Update the current state of aliases.
...
cp867 can mean turkish, but ibm-867 is hebrew. cp867 isn't recognize by most platforms.
cp125* aliases are actually used by Java and not Windows
X-SVN-Rev: 17538
2005-05-03 20:52:37 +00:00
George Rhoten
37b9c8459e
ICU-4450 Confirmed with ISO4217 documentation that IRR has fraction digits == 2 and not 0.
...
X-SVN-Rev: 17536
2005-05-03 17:32:43 +00:00
Markus Scherer
b83dda29e5
ICU-4497 write a .c file with hardcoded Unicode character data
...
X-SVN-Rev: 17532
2005-04-30 03:16:28 +00:00
Markus Scherer
cad9e84aba
ICU-4497 hardcode uprops.icu data rather than loading it
...
X-SVN-Rev: 17531
2005-04-30 03:06:58 +00:00
Markus Scherer
d5a7851861
ICU-4497 add --csource to usage text
...
X-SVN-Rev: 17527
2005-04-29 23:35:00 +00:00
George Rhoten
031e4f244e
ICU-4450 sync data with CLDR.
...
X-SVN-Rev: 17525
2005-04-29 21:28:18 +00:00
George Rhoten
745cc56357
ICU-4499 The lookup should find ti but not tig
...
X-SVN-Rev: 17522
2005-04-29 17:54:20 +00:00
Markus Scherer
b73374c419
ICU-4497 write a .c file with hardcoded Unicode character data
...
X-SVN-Rev: 17520
2005-04-28 23:51:52 +00:00
Markus Scherer
563b672bcc
ICU-4497 add const to use of UCaseProps singleton
...
X-SVN-Rev: 17519
2005-04-28 23:50:15 +00:00
Markus Scherer
677be4d35d
ICU-4497 add const to use of UBiDiProps singleton
...
X-SVN-Rev: 17518
2005-04-28 23:48:25 +00:00
Markus Scherer
e23948eb23
ICU-4497 hardcode ubidi.icu data rather than loading it
...
X-SVN-Rev: 17517
2005-04-28 23:40:50 +00:00
Markus Scherer
4305150a0b
ICU-4497 add const to use of UCaseProps singleton
...
X-SVN-Rev: 17516
2005-04-28 23:38:06 +00:00
Markus Scherer
cfa2ddc411
ICU-4497 add const to use of UCaseProps singleton
...
X-SVN-Rev: 17515
2005-04-28 21:54:57 +00:00
Markus Scherer
7ca0abb626
ICU-4497 export utrie_defaultGetFoldingOffset() outside of utrie.c
...
X-SVN-Rev: 17514
2005-04-28 21:53:38 +00:00
Markus Scherer
394da51c6c
ICU-4497 hardcode ucase.icu data rather than loading it
...
X-SVN-Rev: 17513
2005-04-28 21:42:59 +00:00
Markus Scherer
c221b8a32b
ICU-4497 write more directly runtime-usable data source code
...
X-SVN-Rev: 17512
2005-04-28 17:16:11 +00:00
Markus Scherer
6de7e340cf
ICU-4497 more flexible data source code writing functions
...
X-SVN-Rev: 17511
2005-04-28 17:15:46 +00:00
Markus Scherer
42dd6c4e8d
ICU-4497 write a .c file with hardcoded Unicode character data
...
X-SVN-Rev: 17510
2005-04-28 04:32:50 +00:00
Markus Scherer
9e9e7cffbe
ICU-4497 add writesrc.h/.c with utility functions for writing source code for hardcoded data
...
X-SVN-Rev: 17509
2005-04-28 04:30:47 +00:00
George Rhoten
1569d70e47
ICU-4450 sync data with CLDR.
...
X-SVN-Rev: 17508
2005-04-27 22:48:45 +00:00
Andy Heninger
39242a6f44
ICU-4496 improve API docs for ucol_getUnsafeSet
...
X-SVN-Rev: 17507
2005-04-27 16:03:17 +00:00
Steven R. Loomis
861b241e93
ICU-2967 merged CVS root update. Document which search files are which.
...
X-SVN-Rev: 17505
2005-04-25 23:47:25 +00:00
Andy Heninger
9ce9eda382
ICU-4157 Fix line_th rbbi rules to use new line break char properties.
...
X-SVN-Rev: 17501
2005-04-23 00:03:52 +00:00
Andy Heninger
504c1776d5
ICU-4157 Add text boundary test files from the Unicode site.
...
X-SVN-Rev: 17500
2005-04-22 21:49:52 +00:00
Markus Scherer
9a02425f60
ICU-4011 disambiguate character constant to UChar
...
X-SVN-Rev: 17498
2005-04-20 22:37:42 +00:00
Markus Scherer
a1df000b13
ICU-4334 final Unicode 4.1 data
...
X-SVN-Rev: 17494
2005-04-20 18:41:46 +00:00
George Rhoten
49170b2566
ICU-4450 Partial sync with CLDR beta to reduce the number of failing tests
...
X-SVN-Rev: 17493
2005-04-20 00:56:39 +00:00
George Rhoten
125d2d5ab7
ICU-4450 Partial sync with CLDR beta to reduce the number of failing tests
...
X-SVN-Rev: 17492
2005-04-20 00:20:12 +00:00
George Rhoten
6e29d1c78c
ICU-4450 sync data with CLDR.
...
X-SVN-Rev: 17491
2005-04-19 23:45:17 +00:00
George Rhoten
971c5d481b
ICU-4450 sync data with CLDR.
...
X-SVN-Rev: 17490
2005-04-19 18:57:07 +00:00
Markus Scherer
34c1a190b5
ICU-4011 add namespace and forward declaration
...
X-SVN-Rev: 17489
2005-04-18 22:49:23 +00:00
Markus Scherer
cd4ea6fd23
ICU-4011 some Unixes need to link programs explicitly with the i18n library when using toolutil
...
X-SVN-Rev: 17488
2005-04-18 21:16:37 +00:00
Markus Scherer
d2aeb6f1cb
ICU-4011 need to put i18n on include path
...
X-SVN-Rev: 17487
2005-04-18 19:39:26 +00:00
Markus Scherer
1782967718
ICU-4011 bug fix in parseFile()
...
X-SVN-Rev: 17486
2005-04-18 15:48:48 +00:00
Markus Scherer
e37a743281
ICU-4011 add tiny XML parser to toolutil library
...
X-SVN-Rev: 17485
2005-04-17 23:58:53 +00:00
Markus Scherer
59e030b4a5
ICU-4399 fix simple case folding of U+0130: simple-case-folds to itself because it's not mentioned in CaseFolding.txt
...
X-SVN-Rev: 17484
2005-04-17 17:51:49 +00:00
Markus Scherer
6c4ccc015e
ICU-4399 fix simple case folding of U+0130: simple-case-folds to itself because it's not mentioned in CaseFolding.txt
...
X-SVN-Rev: 17482
2005-04-16 05:18:18 +00:00
Markus Scherer
8ec2837d6b
ICU-4399 compare ICU case folding with all of CaseFolding.txt
...
X-SVN-Rev: 17481
2005-04-16 05:16:50 +00:00
George Rhoten
9ed71f7085
ICU-4480 Fix some optimization flag typos
...
X-SVN-Rev: 17477
2005-04-13 19:26:58 +00:00
George Rhoten
cc7f22046e
ICU-3229 Pass in LDFLAGS properly for i5/OS.
...
X-SVN-Rev: 17470
2005-04-08 00:04:08 +00:00
Eric Mader
0e9c21e7e9
ICU-4354 remove tabs.
...
X-SVN-Rev: 17467
2005-04-06 00:38:48 +00:00
George Rhoten
ae64d54339
ICU-4424 Add the updated ISO-8859-7:2003 mapping table.
...
X-SVN-Rev: 17465
2005-04-05 20:55:26 +00:00
George Rhoten
d8708f6a8f
ICU-4189 Possible fix for odd header configuration problems on HP-UX
...
X-SVN-Rev: 17464
2005-04-05 20:44:00 +00:00
Eric Mader
b71e586f1b
ICU-4354 (update copyright date)
...
X-SVN-Rev: 17463
2005-04-05 20:18:26 +00:00
Eric Mader
e904300468
ICU-4354 Add dataerr(), dataerrln() to intltest.
...
X-SVN-Rev: 17462
2005-04-05 20:12:22 +00:00
George Rhoten
a2db9edd4e
ICU-4469 Fix Shift_JIS checking in tsconv/stdnmtst/TestCanonicalName
...
X-SVN-Rev: 17456
2005-04-01 22:58:35 +00:00
George Rhoten
74308f6729
ICU-4468 Fix for gcc 4.
...
X-SVN-Rev: 17453
2005-04-01 22:50:37 +00:00
George Rhoten
3ebe4ce12e
ICU-4450 CDT is a wrong translation for the short timezone identifier.
...
Remove it until a proper translation can be found. Data is still in CLDR, but it's commented out.
X-SVN-Rev: 17451
2005-04-01 21:41:15 +00:00
George Rhoten
f9ee28891d
ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
...
Separate LocaleUtility into its own API.
X-SVN-Rev: 17449
2005-04-01 16:42:10 +00:00
Vladimir Weinstein
5bc81439bc
ICU-4122 more tests for xpath
...
X-SVN-Rev: 17448
2005-04-01 07:59:38 +00:00
Vladimir Weinstein
ac51e19921
ICU-4122 change xpath convention from '//' to '/LOCALE/' and make it actually follow fallback
...
X-SVN-Rev: 17447
2005-04-01 07:57:40 +00:00
Eric Mader
976433d4a4
ICU-4465 Change TestExhaustive to try the character with and without u+0345.
...
X-SVN-Rev: 17442
2005-04-01 01:14:25 +00:00
Eric Mader
e740bb110c
ICU-4466 Convert citer.cpp to use ustio.
...
X-SVN-Rev: 17435
2005-03-31 20:53:52 +00:00
Eric Mader
a03724d8d7
ICU-4172 updated Arabic and Hebrew mark order.
...
X-SVN-Rev: 17433
2005-03-31 19:20:35 +00:00
Eric Mader
5997f5c628
ICU-4466 update samples for ICU 3.3
...
X-SVN-Rev: 17432
2005-03-31 19:19:21 +00:00
Eric Mader
d0f1a428a7
ICU-4466 Add uciter8 sample.
...
X-SVN-Rev: 17431
2005-03-31 19:15:57 +00:00
Andy Heninger
2b714f2bce
ICU-4157 Word Break, fix problem with CR <combining> sequences
...
X-SVN-Rev: 17427
2005-03-31 01:45:27 +00:00
Ram Viswanadha
3fdcb27040
ICU-4390 tests for api
...
X-SVN-Rev: 17424
2005-03-31 00:19:21 +00:00
George Rhoten
d5c19b276a
ICU-4296 Fix a version mistake
...
X-SVN-Rev: 17423
2005-03-30 23:14:31 +00:00
George Rhoten
98a1c52e09
ICU-4351 Allow data to be built from a .dat archive from the non-native endianess/charset
...
X-SVN-Rev: 17420
2005-03-30 06:04:37 +00:00
George Rhoten
96d3a0bdea
ICU-4351 Ignore the new in directory.
...
X-SVN-Rev: 17418
2005-03-29 22:51:59 +00:00
George Rhoten
05cb359277
ICU-4461 Add detection for something else that is like en_US_POSIX on i5/OS.
...
X-SVN-Rev: 17417
2005-03-29 21:58:43 +00:00
Markus Scherer
209c1cc6b3
ICU-4143 fix grammar in api doc
...
X-SVN-Rev: 17408
2005-03-28 18:37:28 +00:00
George Rhoten
8df4c1c053
ICU-4189 Fix for UCONFIG_NO_CONVERSION.
...
X-SVN-Rev: 17406
2005-03-28 05:38:11 +00:00
Andy Heninger
a992612ff4
ICU-4157 Add compatibility with earlier compiled break rules, in addition to the new format for Unicode 4.1
...
X-SVN-Rev: 17405
2005-03-28 05:21:50 +00:00
George Rhoten
f4130d74f3
ICU-4189 Fix for UCONFIG_NO_CONVERSION with UCONFIG_NO_SERVICE.
...
Separate LocaleUtility into its own API.
X-SVN-Rev: 17404
2005-03-28 05:12:13 +00:00
George Rhoten
9e4b5d1127
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17401
2005-03-26 15:55:57 +00:00
George Rhoten
599dbb508c
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17399
2005-03-25 23:24:47 +00:00
George Rhoten
8903eae414
ICU-4425 Fix a variable name typo
...
X-SVN-Rev: 17397
2005-03-25 19:38:41 +00:00
George Rhoten
91e1898ce9
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17396
2005-03-25 19:34:34 +00:00
George Rhoten
50edb1dedd
ICU-4461 Allow EBCDIC machines to declare UTF-16 strings.
...
Add detection for something else that is like en_US_POSIX.
X-SVN-Rev: 17395
2005-03-25 19:24:20 +00:00
George Rhoten
b534c0bffc
ICU-4461 Allow EBCDIC machines to declare UTF-16 strings
...
X-SVN-Rev: 17394
2005-03-25 18:58:42 +00:00
George Rhoten
397d71b7b3
ICU-4351 Fix the help text
...
X-SVN-Rev: 17393
2005-03-25 18:09:01 +00:00
George Rhoten
f303870215
ICU-4351 Allow data to be built from a .dat archive.
...
X-SVN-Rev: 17392
2005-03-25 18:07:50 +00:00
George Rhoten
1ef9ce4649
ICU-4351 Fix for Unix
...
X-SVN-Rev: 17390
2005-03-25 16:38:59 +00:00
George Rhoten
296c4ce9bb
ICU-4351 Allow data to be built from a .dat archive.
...
X-SVN-Rev: 17389
2005-03-25 05:40:51 +00:00
George Rhoten
9d88c78dfc
ICU-4351 Fix decmn so that an archive can be taken apart and put back together without special makefile code.
...
X-SVN-Rev: 17388
2005-03-25 04:35:07 +00:00
Andy Heninger
6fbe41a6ca
ICU-4157 Unicode 4.1 RBBI rule updates + required implementation fixes
...
X-SVN-Rev: 17387
2005-03-25 00:56:00 +00:00
George Rhoten
b6b99a8083
ICU-4378 Fix incorrect time calculation for uprv_getUTCtime.
...
Keep code commented out for now.
X-SVN-Rev: 17378
2005-03-23 07:45:55 +00:00
Andy Heninger
cd85b65d35
ICU-4157 Unicode 4.1 RBBI rule updates + required implementation fixes
...
X-SVN-Rev: 17376
2005-03-23 02:13:53 +00:00
George Rhoten
528569a151
ICU-4421 Fix Solaris x86 compile failures when building the data
...
library.
X-SVN-Rev: 17373
2005-03-22 18:47:21 +00:00
George Rhoten
b99a578711
ICU-4450 Manually update some of the currency data from CLDR
...
X-SVN-Rev: 17372
2005-03-22 04:50:49 +00:00
George Rhoten
7dc1243a75
ICU-4420 Make ICU work with Cygwin and MSVC 6 on Windows 98.
...
X-SVN-Rev: 17371
2005-03-22 03:37:06 +00:00
Ram Viswanadha
9f89ff2961
ICU-4450 synch data with CLDR 1.3-alpha
...
X-SVN-Rev: 17370
2005-03-22 01:38:18 +00:00
Ram Viswanadha
5cdd61a345
ICU-4450 synch data with CLDR 1.3-alpha
...
X-SVN-Rev: 17369
2005-03-22 01:25:51 +00:00
George Rhoten
db27dfd692
ICU-4092 Fix for i5/OS
...
X-SVN-Rev: 17367
2005-03-22 00:46:20 +00:00
George Rhoten
ace10cb258
ICU-4386 Fix an EBCDIC bug and a problem with using memset on UChars when u_memset was meant.
...
X-SVN-Rev: 17366
2005-03-22 00:41:46 +00:00
George Rhoten
0e704e1520
ICU-4420 Fix a typo from the last change.
...
X-SVN-Rev: 17365
2005-03-22 00:11:20 +00:00
George Rhoten
9d64bf4384
ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.
...
X-SVN-Rev: 17364
2005-03-21 18:16:49 +00:00
George Rhoten
21a7dba7c3
ICU-4440 Fix a typo
...
X-SVN-Rev: 17363
2005-03-21 18:11:56 +00:00
George Rhoten
e108966fe7
ICU-4438 Fix building the individual objects of a shared library when the genccode assembly isn't used.
...
DYNAMICCPPFLAGS and DYNAMICCFLAGS are only defined in dllmode.c and not sttcmode.c.
X-SVN-Rev: 17362
2005-03-20 13:53:04 +00:00
George Rhoten
c76c2efa6c
ICU-3229 Pass in LDFLAGS properly for i5/OS.
...
X-SVN-Rev: 17359
2005-03-19 01:42:01 +00:00
Ram Viswanadha
15fd6cf1b9
ICU-4334 add timebomb for hebrew failure
...
X-SVN-Rev: 17358
2005-03-19 00:34:12 +00:00
George Rhoten
37227c3d2b
ICU-3229 Pass in LDFLAGS properly for i5/OS.
...
X-SVN-Rev: 17357
2005-03-18 19:54:21 +00:00
George Rhoten
0f5e7481e8
ICU-4419 Fix incorrect dependency generation for MinGW and Cygwin.
...
X-SVN-Rev: 17356
2005-03-18 05:21:44 +00:00
George Rhoten
b379ce94c7
ICU-4420 Fix for MSVC 6 on Windows 98. cygpath is broken on Windows 98.
...
X-SVN-Rev: 17353
2005-03-17 21:08:13 +00:00
Eric Mader
be687a5753
ICU-4172 reorder Hebrew marks.
...
X-SVN-Rev: 17351
2005-03-17 02:14:54 +00:00
Eric Mader
f57c82a12d
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17348
2005-03-16 18:46:54 +00:00
George Rhoten
1973f1a18f
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17347
2005-03-16 01:18:06 +00:00
George Rhoten
ac150dfac8
ICU-4379 Show elapsed time of test suite to verify that uprv_getUTCtime can show subsecond precision.
...
X-SVN-Rev: 17346
2005-03-16 00:33:39 +00:00
George Rhoten
f0096e265f
ICU-4379 Fix for MSVC 6.
...
X-SVN-Rev: 17345
2005-03-15 22:59:22 +00:00
Eric Mader
48fe17450d
ICU-4433 Review comment - call log_data_err() instead of log_err().
...
X-SVN-Rev: 17344
2005-03-15 20:13:11 +00:00
George Rhoten
f835d9c207
ICU-4440 Fix confusing runConfigureICU platform names and descriptions.
...
X-SVN-Rev: 17343
2005-03-15 18:20:10 +00:00
George Rhoten
578b93841c
ICU-4439 Fix / and \ usage on Windows.
...
X-SVN-Rev: 17342
2005-03-15 06:06:11 +00:00
George Rhoten
169c88e9bd
ICU-4220 Fix the rule stripping function for transliterators on Unix.
...
X-SVN-Rev: 17341
2005-03-15 04:15:57 +00:00
George Rhoten
0293876461
ICU-1143 Add a comment about koi8-ru Windows alias.
...
X-SVN-Rev: 17340
2005-03-15 01:10:22 +00:00
George Rhoten
dcd6895812
ICU-4379 uprv_getUTCtime can now return subsecond precision (at least on Windows for now).
...
X-SVN-Rev: 17338
2005-03-15 00:25:04 +00:00
George Rhoten
3d422a5f99
ICU-4379 Perform the clear suggestion as described in the documentation.
...
X-SVN-Rev: 17337
2005-03-15 00:20:32 +00:00
George Rhoten
d860f22457
ICU-4425 Remove the uninitialized memory copy Purify warning, and speed up resource bundle traversal to offset any performance hits.
...
X-SVN-Rev: 17336
2005-03-15 00:03:58 +00:00
George Rhoten
c2549aaace
ICU-4420 Drop support for MSVC 6. This implements the changes proposed on 2004-03-26.
...
X-SVN-Rev: 17334
2005-03-13 19:56:58 +00:00
George Rhoten
7e191502de
ICU-4436 Allow RTTI to work when /OPT:ICF (COMDAT folding) is used.
...
X-SVN-Rev: 17333
2005-03-13 19:49:45 +00:00
Markus Scherer
fb1fce11f4
ICU-4143 better document singleton/dummy objects
...
X-SVN-Rev: 17332
2005-03-12 00:09:27 +00:00
Markus Scherer
1fa2571e90
ICU-4334 refresh Unicode 4.1 data
...
X-SVN-Rev: 17331
2005-03-11 23:31:44 +00:00
George Rhoten
e44d9ec250
ICU-4419 Fix some MinGW data build issues
...
X-SVN-Rev: 17328
2005-03-11 16:08:37 +00:00
George Rhoten
8ee0d550f0
ICU-4419 Fix some MinGW data build issues
...
X-SVN-Rev: 17327
2005-03-11 08:57:06 +00:00
George Rhoten
d7896d1b52
ICU-4419 Fix a compiler warning on MinGW.
...
X-SVN-Rev: 17326
2005-03-11 08:39:20 +00:00
George Rhoten
2a878ef9b0
ICU-739 Deprecated a data field that isn't needed publicly.
...
X-SVN-Rev: 17325
2005-03-11 02:57:17 +00:00
George Rhoten
bbb9c4d56e
ICU-4430 Last checkin was incomplete.
...
X-SVN-Rev: 17324
2005-03-11 02:29:26 +00:00
Vladimir Weinstein
71361c1354
ICU-4434 Test for Yamakkan fix.
...
X-SVN-Rev: 17323
2005-03-10 22:40:45 +00:00
Vladimir Weinstein
d7b0c07adf
ICU-4434 Test for Yamakkan fix.
...
X-SVN-Rev: 17322
2005-03-10 22:21:16 +00:00
Vladimir Weinstein
82690d6ba8
ICU-4434 Fix for Yamakkan.
...
X-SVN-Rev: 17321
2005-03-10 22:20:31 +00:00
George Rhoten
7e1b3f0bfd
ICU-739 Fix doxygen comments from previous change.
...
X-SVN-Rev: 17320
2005-03-10 08:22:26 +00:00
George Rhoten
a53c4cee5d
ICU-4288 We don't care about the type punned warnings and strict aliasing rules.
...
X-SVN-Rev: 17319
2005-03-10 04:59:13 +00:00
George Rhoten
5834e77a4e
ICU-4420 Fix compile time problems that appeared during MSVC 6 -> MSVC 7.1 migration for the performance tests.
...
X-SVN-Rev: 17318
2005-03-10 04:03:19 +00:00
George Rhoten
7cab2698f9
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17317
2005-03-10 03:46:19 +00:00
George Rhoten
1fd2507b51
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17316
2005-03-10 03:36:47 +00:00
George Rhoten
9189ce6392
ICU-4425 Fix the last checkin.
...
X-SVN-Rev: 17315
2005-03-10 03:27:07 +00:00
Eric Mader
f6fffb93ad
ICU-4433 Don't do round-trip test if can't create the Unicode set of mirrored characters!
...
X-SVN-Rev: 17313
2005-03-10 02:02:14 +00:00
Ram Viswanadha
be493b8149
ICU-4432 update wrtxml.c
...
X-SVN-Rev: 17312
2005-03-10 01:21:09 +00:00
Ram Viswanadha
cebc07807c
ICU-4431 update gendtjar.pl
...
X-SVN-Rev: 17311
2005-03-10 01:19:21 +00:00
Ram Viswanadha
b615158fa3
ICU-4430 Add docmain.h
...
X-SVN-Rev: 17310
2005-03-10 01:12:26 +00:00
George Rhoten
9c7cb15d13
ICU-4425 Remove the getTerminatedBuffer Purify warning, and speed up timezone creation to offset any performance hits.
...
X-SVN-Rev: 17309
2005-03-10 00:11:51 +00:00
George Rhoten
f9baa59b7b
ICU-4189 Fix for UCONFIG_NO_CONVERSION
...
X-SVN-Rev: 17308
2005-03-09 23:50:26 +00:00
George Rhoten
8ccebb0c07
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17307
2005-03-09 17:57:35 +00:00
George Rhoten
7768476d71
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17306
2005-03-09 16:39:27 +00:00
George Rhoten
4b417fefd3
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17305
2005-03-09 16:27:42 +00:00
George Rhoten
933ce2197f
ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
...
X-SVN-Rev: 17304
2005-03-09 05:48:19 +00:00
George Rhoten
cdf4eef48c
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17303
2005-03-09 05:45:01 +00:00
Vladimir Weinstein
6fb21fed8a
ICU-4122 xpath support in resource bundles
...
X-SVN-Rev: 17301
2005-03-09 00:00:34 +00:00
Vladimir Weinstein
84f5b53959
ICU-4122 test for xpath support
...
X-SVN-Rev: 17300
2005-03-08 23:59:12 +00:00
Vladimir Weinstein
631b7ff384
ICU-4122 test for xpath support
...
X-SVN-Rev: 17298
2005-03-08 23:34:00 +00:00
George Rhoten
5099f3d680
ICU-739 Palm OS compiler has some issues with shared libraries and exported data (non-functions).
...
X-SVN-Rev: 17297
2005-03-08 23:05:38 +00:00
Eric Mader
41ca4f63ee
ICU-4428 update copyright notices for ICU 3.3.
...
X-SVN-Rev: 17296
2005-03-08 22:49:59 +00:00
George Rhoten
d49b520fcf
ICU-4157 Fix a memory leak introduced by this bug.
...
X-SVN-Rev: 17295
2005-03-08 18:54:35 +00:00
George Rhoten
890ff89938
ICU-4220 Fix a compiler warning
...
X-SVN-Rev: 17294
2005-03-08 16:36:09 +00:00
George Rhoten
7014790aec
ICU-4220 Simplify adding a new process type, and fix some compiler warnings.
...
X-SVN-Rev: 17293
2005-03-08 16:25:50 +00:00
George Rhoten
611748c972
ICU-4220 Simplify adding a new process type, and fix some compiler warnings.
...
X-SVN-Rev: 17292
2005-03-08 16:23:22 +00:00
George Rhoten
c2a4ea9ea9
ICU-4220 Remove some of the string copying overhead noticed while debugging code.
...
X-SVN-Rev: 17291
2005-03-08 07:08:17 +00:00
George Rhoten
10cdd69133
ICU-4220 Use new process type to strip away comments,
...
and use the process rb type to explicitly declare special internal type handling.
X-SVN-Rev: 17290
2005-03-08 07:07:22 +00:00
George Rhoten
e07f0299f0
ICU-4220 rename util.h to rbutil.h because it conflicts with common/util.h
...
X-SVN-Rev: 17289
2005-03-08 07:05:49 +00:00
George Rhoten
26f029b88d
ICU-4220 Add a rule stripping function for transliterators.
...
X-SVN-Rev: 17288
2005-03-08 07:04:29 +00:00
George Rhoten
ebcb00caff
ICU-4220 Remove whitespace that is difficult to remove programatically.
...
X-SVN-Rev: 17287
2005-03-08 06:53:07 +00:00
George Rhoten
b53e510acd
ICU-4420 Remove some original MSVC 6 specific definitions/options that do not apply to MSVC 7.1.
...
This change is also being done so that it's easier to compare the options against the Cygwin/MSVC build (the only way left to use MSVC 6).
Some of the definitions/options aren't used at all or are redundant.
X-SVN-Rev: 17285
2005-03-05 10:06:19 +00:00
George Rhoten
3f0a1edf15
ICU-4425 Remove the getTerminatedBuffer Purify warning, and speed up timezone creation to offset any performance hits.
...
X-SVN-Rev: 17282
2005-03-03 23:46:10 +00:00
Ram Viswanadha
40536bd2fa
ICU-4420 remove uperf.o dependency from toolutil
...
X-SVN-Rev: 17281
2005-03-03 23:12:37 +00:00
George Rhoten
345e5c8c71
ICU-4424 Remove rarely used ibm-1381
...
X-SVN-Rev: 17280
2005-03-03 19:41:55 +00:00
George Rhoten
ec53e2aed0
ICU-4420 Drop support for MSVC 6 project files.
...
X-SVN-Rev: 17279
2005-03-03 19:31:37 +00:00
George Rhoten
45c0779e09
ICU-4420 Drop support for MSVC 6 project files
...
X-SVN-Rev: 17278
2005-03-03 16:19:41 +00:00
George Rhoten
d6f111187c
ICU-4420 Temporary fix due to MSVC 6 -> MSVC 7.1 transition for the performance tests.
...
X-SVN-Rev: 17277
2005-03-03 16:19:22 +00:00
George Rhoten
48a2eb0433
ICU-4420 Fix compile time problems that appeared during MSVC 6 -> MSVC 7.1 migration for the performance tests.
...
X-SVN-Rev: 17276
2005-03-03 08:54:57 +00:00
George Rhoten
0d483be4ab
ICU-4420 Drop support for MSVC 6 project files
...
X-SVN-Rev: 17275
2005-03-03 00:06:21 +00:00
George Rhoten
5c925cc912
ICU-4420 Drop support for MSVC 6 project files.
...
Remove projects that the build system currently does not depend on.
X-SVN-Rev: 17274
2005-03-03 00:04:10 +00:00
George Rhoten
321b145b00
ICU-4420 Drop support for MSVC 6 project files
...
X-SVN-Rev: 17273
2005-03-02 06:23:03 +00:00
George Rhoten
afc706ebfc
ICU-4420 Drop support for MSVC 6 project files
...
X-SVN-Rev: 17269
2005-03-02 03:38:16 +00:00
Eric Mader
c3248589e2
ICU-4288 Make sure inline functions are defined before any calls.
...
X-SVN-Rev: 17267
2005-03-01 19:10:48 +00:00
Eric Mader
0f30976110
ICU-4288 fix lots of warnings.
...
X-SVN-Rev: 17266
2005-02-28 23:36:40 +00:00
Eric Mader
91d514a16f
ICU-4288 fix lots of warnings.
...
X-SVN-Rev: 17265
2005-02-28 23:29:25 +00:00
Eric Mader
61b54a383a
ICU-4288 fix lots of build warnings
...
X-SVN-Rev: 17264
2005-02-28 23:18:05 +00:00
Eric Mader
d46f327899
ICU-4288 move misplaced "inline".
...
X-SVN-Rev: 17263
2005-02-28 22:35:36 +00:00
Eric Mader
fe3b5b28c7
ICU-4288 comment out name of unused parameters.
...
X-SVN-Rev: 17262
2005-02-28 22:04:51 +00:00
Eric Mader
407d357101
ICU-4288 declare iinline methods as inline.
...
X-SVN-Rev: 17261
2005-02-28 21:17:09 +00:00
George Rhoten
f841ce2352
ICU-4419 Add some fixes for MinGW, and clean up the header a little bit.
...
X-SVN-Rev: 17260
2005-02-28 17:40:43 +00:00
Eric Mader
65675a2e42
ICU-4288 declare iinline methods as inline.
...
X-SVN-Rev: 17259
2005-02-26 00:40:09 +00:00
George Rhoten
a2b0cd0ffb
ICU-4386 Fix some compiler warnings.
...
X-SVN-Rev: 17253
2005-02-24 23:52:52 +00:00
George Rhoten
5d90e8e4c9
ICU-4340 Better -mt detection on HP-UX IA64, which has some missing threading functions.
...
X-SVN-Rev: 17251
2005-02-24 22:38:25 +00:00
Eric Mader
9c227a58f5
ICU-4172 reorder Arabic marks.
...
X-SVN-Rev: 17247
2005-02-24 02:42:44 +00:00
Eric Mader
4d1a2006ed
ICU-4172 reorder Arabic marks.
...
X-SVN-Rev: 17244
2005-02-24 00:55:30 +00:00
Markus Scherer
4d9f1eaa3c
ICU-4143 avoid mutexes in u_tolower() and similar; require u_init() for thread safety of case/bidi properties (as in 3.0) and use dummy objects when data is not available
...
X-SVN-Rev: 17243
2005-02-23 00:54:19 +00:00
Markus Scherer
3c0fa99e19
ICU-4143 partial fix for incremental case mapping in transliterators, end with correct offset
...
X-SVN-Rev: 17239
2005-02-21 22:50:27 +00:00
Markus Scherer
aeb5779000
ICU-4143 doc fix
...
X-SVN-Rev: 17238
2005-02-21 22:49:04 +00:00
Markus Scherer
bb8e7f04bc
ICU-4334 fix enum names for new blocks
...
X-SVN-Rev: 17237
2005-02-21 22:46:36 +00:00
George Rhoten
3ca1e0dce4
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17230
2005-02-18 04:21:53 +00:00
George Rhoten
6b43efca20
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17222
2005-02-18 02:32:32 +00:00
George Rhoten
aac8e996c4
ICU-4412 Bye bye oss.software.ibm.com. Your pages have been sent to other various web sites.
...
X-SVN-Rev: 17221
2005-02-18 00:19:33 +00:00
George Rhoten
35e0a8a0d2
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17210
2005-02-17 00:19:44 +00:00
George Rhoten
563181b765
ICU-739 Make it easier to build ICU on Windows where WIN32 is defined, but WIN32 is not the target.
...
X-SVN-Rev: 17209
2005-02-17 00:10:29 +00:00
George Rhoten
c28606bd6d
ICU-739 Some embedded systems do not have stdio's file API.
...
X-SVN-Rev: 17206
2005-02-16 07:55:35 +00:00
George Rhoten
29eb86aa35
ICU-739 Fix for the ADS compiler.
...
X-SVN-Rev: 17205
2005-02-16 07:53:42 +00:00
George Rhoten
baac5d7e02
ICU-739 The main fix is for platforms that don't have ability to use environment variables.
...
The following related changes were also made.
Remove incorrect code for OS/2, Mac OS 9 and Windows.
Speed up Windows for NaN and Infinity checking (also nice for some embedded platforms).
Fix a compiler bug with the Palm OS ADS compiler regarding NaN and Infinity.
Reduce stack footprint for embedded systems.
X-SVN-Rev: 17204
2005-02-16 07:53:01 +00:00
George Rhoten
71567e6745
ICU-4288 Fix some compiler warnings.
...
X-SVN-Rev: 17203
2005-02-16 06:11:55 +00:00
Eric Mader
fc2dbe2d00
ICU-4216 updated Thai break dictionary from thai7.ucs.
...
X-SVN-Rev: 17201
2005-02-15 19:44:09 +00:00
Doug Felt
3120d08ecc
ICU-4386 update based on review comments, extend tests
...
X-SVN-Rev: 17197
2005-02-14 19:15:44 +00:00
George Rhoten
f4b63ff7e0
ICU-4404 Fix a typo regarding const usage.
...
X-SVN-Rev: 17194
2005-02-08 18:58:26 +00:00
George Rhoten
ff6d9533d5
ICU-4404 Add some missing uset functions.
...
X-SVN-Rev: 17193
2005-02-08 18:40:36 +00:00
George Rhoten
fbcbc09bb6
ICU-4396 Fixes for Visual Studio 8 AMD 64
...
X-SVN-Rev: 17191
2005-02-06 22:33:12 +00:00
Markus Scherer
cdb6ba2c3e
ICU-4334 Update skippables test data to Unicode 4.1 (from ICU4J generator)
...
X-SVN-Rev: 17185
2005-02-04 22:02:13 +00:00
Ram Viswanadha
54be55229c
ICU-4400 failures in transforms. In exhaustive mode too!
...
X-SVN-Rev: 17179
2005-02-04 00:50:01 +00:00
Ram Viswanadha
1bc502c3ed
ICU-4390 change the name of the API
...
X-SVN-Rev: 17168
2005-02-01 01:06:48 +00:00
Markus Scherer
5a1bc49ede
ICU-4287 formatVersion is 1.0 not 1.1
...
X-SVN-Rev: 17167
2005-01-29 00:15:18 +00:00
Eric Mader
9546146cb6
ICU-4335 Use strftime() to generate date/time string in "Generated on:" comment.
...
X-SVN-Rev: 17165
2005-01-28 19:13:04 +00:00
Ram Viswanadha
e083bf3117
ICU-4390 preview of the api
...
X-SVN-Rev: 17162
2005-01-28 02:45:30 +00:00
Eric Mader
b8336940cf
ICU-4335 Add local time to "Generated on:" comment.
...
X-SVN-Rev: 17159
2005-01-25 22:41:00 +00:00
George Rhoten
89826972bd
ICU-4189 Fix previous change for Solaris with Workshpo 4.2.
...
X-SVN-Rev: 17158
2005-01-25 22:38:48 +00:00
Eric Mader
50ec20ea0d
ICU-4335 Record, test font checksum and version strings in testdata. Change readme to reference Sun JRE and free Thai font. Use current date to set copyright date, gneration date in testdata.cpp.
...
X-SVN-Rev: 17157
2005-01-25 22:29:46 +00:00
Matitiahu Allouche
8f37e17383
ICU-4386 add multiple paragraph support to ubidi APIs
...
X-SVN-Rev: 17155
2005-01-23 13:06:41 +00:00
Eric Mader
c20088ab27
ICU-1144 Change UDTS_WINDOWS_DATE_TIME to UDTS_DOTNET_DATE_TIME
...
X-SVN-Rev: 17153
2005-01-21 22:41:50 +00:00
Eric Mader
af8887df8e
ICU-2252 add kerning, add 'typoFlags' to layout engine constructors.
...
X-SVN-Rev: 17151
2005-01-21 20:46:24 +00:00
Eric Mader
b5be8f149a
ICU-3294 Fix AIX warnings, add EEF_BASELINE_IS_LOGICAL_END flag, test.
...
X-SVN-Rev: 17150
2005-01-21 18:36:02 +00:00
Andy Heninger
f166e75932
ICU-4385 tz update from 2005c Olson data
...
X-SVN-Rev: 17148
2005-01-20 05:39:38 +00:00
Andy Heninger
ded70b3ae1
ICU-4385 Fix Makefile patch to work with Linux command paths
...
X-SVN-Rev: 17147
2005-01-20 05:37:16 +00:00
Andy Heninger
743f792983
ICU-4385 track changes to Olson zic.c file.
...
X-SVN-Rev: 17146
2005-01-20 05:26:53 +00:00
George Rhoten
8e08e5a7ec
ICU-4288 Fix some compiler warnings
...
X-SVN-Rev: 17143
2005-01-18 17:31:05 +00:00
George Rhoten
531c9b9365
ICU-4288 Fix some compiler warnings
...
X-SVN-Rev: 17142
2005-01-18 17:25:28 +00:00
Matitiahu Allouche
4e487ccd7e
ICU-4365 fix bug by specifying correct visualOrderx[i] variable
...
X-SVN-Rev: 17141
2005-01-18 16:55:48 +00:00
Vladimir Weinstein
c79038f47e
ICU-4236 remove umsg_getLocaleByType. Remove failing cloctst test depending on this API
...
X-SVN-Rev: 17140
2005-01-17 21:46:14 +00:00
George Rhoten
d0f7df88c9
ICU-4189 Make UCONFIG_NO_CONVERSION work.
...
X-SVN-Rev: 17134
2005-01-15 06:36:10 +00:00
George Rhoten
bde5e3c3b8
ICU-4189 UCONFIG_NO_CONVERSION work.
...
X-SVN-Rev: 17133
2005-01-15 05:23:36 +00:00
George Rhoten
ec139de0db
ICU-4189 UCONFIG_NO_CONVERSION work.
...
X-SVN-Rev: 17132
2005-01-15 04:46:14 +00:00
George Rhoten
a4f9b34c4a
ICU-4092 Remove redundent code to increase code coverage.
...
X-SVN-Rev: 17131
2005-01-14 22:45:50 +00:00
George Rhoten
bc470cb619
ICU-4092 Remove unused code.
...
X-SVN-Rev: 17130
2005-01-14 22:26:50 +00:00
Doug Felt
2b4337c536
ICU-2252 add kerning, add 'typoFlags' to layout engine constructors
...
X-SVN-Rev: 17129
2005-01-14 19:22:53 +00:00
Andy Heninger
4a800c38fa
ICU-4199 Timebomb POSIX charclass tests for now, until I understand what shoud be done.
...
X-SVN-Rev: 17128
2005-01-14 19:06:45 +00:00
Eric Mader
d6d16eefcf
ICU-3294 Fix compilation error on Fedora FC3.
...
X-SVN-Rev: 17127
2005-01-14 18:49:35 +00:00
Eric Mader
07408c1d65
ICU-3294 It's "GlyphPositionAdjustments"!
...
X-SVN-Rev: 17126
2005-01-14 18:38:16 +00:00