Commit Graph

7026 Commits

Author SHA1 Message Date
Alan Liu
47c47a5cd9 ICU-1234 make output side of RBTs object-oriented; rewrite ID parsers and modularize them; implement &Any-Lower() support
X-SVN-Rev: 7582
2002-02-07 01:07:55 +00:00
Yves Arrouye
e4c6ef4498 ICU-1600 change manual page now that we tell about ignored files in verbose mode.
X-SVN-Rev: 7581
2002-02-07 00:28:31 +00:00
Syn Wee Quek
8e3f85615a ICU-1696 Updating with UnicodeString::getBuffer instead of extract()
X-SVN-Rev: 7580
2002-02-07 00:18:19 +00:00
Yves Arrouye
98f6ce16ad ICU-1600 more verbosity when verbosity is asked for.
X-SVN-Rev: 7578
2002-02-06 21:05:34 +00:00
Yves Arrouye
212b0a808b ICU-1600 do not generate depends for install.
X-SVN-Rev: 7574
2002-02-06 02:08:02 +00:00
Yves Arrouye
3f69cbabfb ICU-1681 fix test for Any-Name and Name-Any. Note that the tests will
fail until jitterbug 1688 is fixed.

X-SVN-Rev: 7573
2002-02-06 02:06:26 +00:00
Yves Arrouye
9627c44495 ICU-1681 use Unicode 1.0 names ourselves until u_charName() does it,
and have name2uni.cpp recognize these too.

X-SVN-Rev: 7572
2002-02-06 02:05:49 +00:00
George Rhoten
616ee23932 ICU-1616 Move the TestLocaleStructure test from crestest to cloctest
X-SVN-Rev: 7571
2002-02-05 23:47:41 +00:00
George Rhoten
0e581f3cb4 ICU-1616 Fix DateTimeElements
X-SVN-Rev: 7570
2002-02-05 23:45:57 +00:00
George Rhoten
de11780a78 ICU-1616 Fix NumberPatterns
X-SVN-Rev: 7569
2002-02-05 23:05:21 +00:00
George Rhoten
1b472ad4cd ICU-1687 Change the converter alias for the variant of euc-jp
X-SVN-Rev: 7568
2002-02-05 22:21:18 +00:00
George Rhoten
7cd4399207 ICU-1627 Fix the case when "rebuild all" is called without the out/build directories exisiting
X-SVN-Rev: 7567
2002-02-05 19:04:56 +00:00
George Rhoten
ba9864502d ICU-770 Add the repeat option.
X-SVN-Rev: 7566
2002-02-05 17:59:16 +00:00
George Rhoten
3e122db0f8 ICU-1687 Add the ASCII variant and non-variant of euc-jp
X-SVN-Rev: 7565
2002-02-05 17:45:57 +00:00
George Rhoten
9a6815e9d7 ICU-1687 Change the converter name for the variant of euc-jp
X-SVN-Rev: 7564
2002-02-05 17:43:28 +00:00
George Rhoten
db89fd9197 ICU-1627 Undo the damage from the last edit (lose some of the changes too). Mozilla creates non-standard HTML.
X-SVN-Rev: 7563
2002-02-05 04:19:24 +00:00
George Rhoten
a45c5c5368 ICU-1600 We want to display the warnings usually.
X-SVN-Rev: 7562
2002-02-05 03:28:45 +00:00
George Rhoten
f4aa41956f ICU-1600 Be verbose on uninteresting information, and use printf properly.
X-SVN-Rev: 7561
2002-02-05 03:26:39 +00:00
George Rhoten
2fcb772016 ICU-1632 Better fix for tzname. Windows complains about the original declaration.
X-SVN-Rev: 7560
2002-02-05 02:52:42 +00:00
Ram Viswanadha
5922bf6c87 ICU-1616 Fix monthAbbreviations
X-SVN-Rev: 7559
2002-02-04 17:58:08 +00:00
Yves Arrouye
3ae049ff27 ICU-1681 use uprv_strlen().
X-SVN-Rev: 7556
2002-02-02 00:14:27 +00:00
Yves Arrouye
de48cf6149 ICU-1220 use inline and not U_INLINE in C++.
X-SVN-Rev: 7555
2002-02-01 23:45:32 +00:00
Steven R. Loomis
ff75f5eacf ICU-1627 fix location of Archive (.dat) file for tests, also fix ICU's name from Classes to Components
X-SVN-Rev: 7554
2002-02-01 21:52:42 +00:00
Yves Arrouye
fa6f2efdd4 ICU-1220 full path to uconvmsg.dat in FILES section.
X-SVN-Rev: 7553
2002-02-01 07:42:54 +00:00
Yves Arrouye
a2e14be391 ICU-1680 add \n
X-SVN-Rev: 7552
2002-02-01 07:41:12 +00:00
Yves Arrouye
0a2d80ea82 ICU-1220 make escape-xml the same as escape-xml-hex by default instead
of escape-xml-dec.

X-SVN-Rev: 7551
2002-02-01 07:39:57 +00:00
Yves Arrouye
4e495c5080 ICU-1680 document compound translitearors.
X-SVN-Rev: 7550
2002-02-01 07:35:25 +00:00
Mark Davis
a1c6d85cf7 ICU-1683 added draft versions of two iterators
X-SVN-Rev: 7549
2002-02-01 02:05:35 +00:00
Yves Arrouye
f56fb8ddba ICU-1680 Fix crash with transliterators that were exceeding the
buffer size.
Also, improve speed a bit.
Finally, add a -b, --block-size size option, which not only is useful
for Real People(tm) wanting a bigger buffer size, but also great for
testing that everything runs smoothly by using -b 1 for example.

X-SVN-Rev: 7548
2002-01-31 22:44:42 +00:00
Ram Viswanadha
2918d7d229 ICU-1627 update data dir when U_TOPBUILDDIR is defined
X-SVN-Rev: 7547
2002-01-31 19:38:26 +00:00
Yves Arrouye
84d3915988 ICU-1681 use U+XXXX as a name when there is no Unicode 2.0 name.
Will be changed to use the Unicode 1.0 name too if that is what we decide.

X-SVN-Rev: 7546
2002-01-31 17:49:00 +00:00
Yves Arrouye
f7a2025047 ICU-1632 from Timothy Wood:
OK, here are the final bits for Darwin.  This changes the install name
of the dylibs and the filename for the 'middle' link.  With this set up
I have the following link structure in the lib directory:

528 -rw-r--r--  1 bungi  unknown  267748 Jan 31 00:55 libicule.20.0.dylib
   8 lrwxrwxr-x  1 bungi  unknown      19 Jan 31 00:55
libicule.20.dylib@ -> libicule.20.0.dylib
   8 lrwxrwxr-x  1 bungi  unknown      19 Jan 31 00:55 libicule.dylib@ ->
libicule.20.0.dylib

   Thus, if you do '-licule' you'll get the most current major/minor
version.  If you do '-licule.20' you'll get the most current minor
version for major version 20.

X-SVN-Rev: 7545
2002-01-31 17:03:18 +00:00
Yves Arrouye
a42dd565b8 ICU-1632 temporary fix for tzname.
X-SVN-Rev: 7544
2002-01-31 06:44:59 +00:00
Yves Arrouye
321511a973 ICU-1627 make changes prompted by the move of data into source.
X-SVN-Rev: 7543
2002-01-31 06:07:30 +00:00
Yves Arrouye
45a7e67818 ICU-1675 hmmm, we still want things to go into wherever/icu/version
so change that and make it a new variable name for consistency.

X-SVN-Rev: 7542
2002-01-31 04:24:36 +00:00
Ram Viswanadha
392baceaa3 ICU-1678 just incase add \f for end of line transition
X-SVN-Rev: 7541
2002-01-31 03:24:29 +00:00
Ram Viswanadha
289744e2fb ICU-1678 change the package name for myLocaleElements
X-SVN-Rev: 7540
2002-01-31 03:00:29 +00:00
Ram Viswanadha
608192b33e ICU-1678 change the package name for myLocaleElements
X-SVN-Rev: 7539
2002-01-31 02:47:28 +00:00
Ram Viswanadha
0748195513 ICU-1678 Add locale converter tool
X-SVN-Rev: 7538
2002-01-31 01:22:25 +00:00
Yves Arrouye
40ac5aa3b0 ICU-1675 have configure define a icudatadir that is used correctly
in the build as well as in the manual pages.

X-SVN-Rev: 7537
2002-01-31 01:02:36 +00:00
Yves Arrouye
48565dc393 ICU-601 improved manual.
X-SVN-Rev: 7536
2002-01-30 08:26:15 +00:00
Yves Arrouye
bee9e10b33 ICU-601 improved manual.
X-SVN-Rev: 7535
2002-01-30 08:24:20 +00:00
George Rhoten
eab9274e43 ICU-1616 Allow for a NULL length argument
X-SVN-Rev: 7534
2002-01-30 06:19:28 +00:00
George Rhoten
30f7f026e1 ICU-1616 Pay more attention to UErrorCode
X-SVN-Rev: 7533
2002-01-30 06:18:26 +00:00
George Rhoten
d80f01ccbf ICU-1616 Add comment about locale data verification.
X-SVN-Rev: 7532
2002-01-30 06:17:12 +00:00
Vladimir Weinstein
1e4be9dcb9 ICU-847 Work with set sortkey length also
X-SVN-Rev: 7531
2002-01-30 06:16:58 +00:00
George Rhoten
53d6bdbe2a ICU-1616 Locale data verification.
Remove duplicates.
Fix malformed data.
Add some missing data.
and so on.

X-SVN-Rev: 7530
2002-01-30 06:16:26 +00:00
Vladimir Weinstein
67f5a94e56 ICU-847 more tests for loose match APIs. Still need to do code coverage
X-SVN-Rev: 7529
2002-01-30 06:14:50 +00:00
Yves Arrouye
5cabc9f134 ICU-1632 versioning of libraries for Darwin.
do not set SO_MIDDLE_NAME in Makefile!

X-SVN-Rev: 7528
2002-01-30 02:10:28 +00:00
George Rhoten
7c7f7c70d8 ICU-1616 Remove empty data.
X-SVN-Rev: 7527
2002-01-30 01:34:48 +00:00