Commit Graph

116 Commits

Author SHA1 Message Date
Yoshito Umaoka
7e51ed7330 ICU-5990 Merging time zone formatting/parsing changes from yoshito's working branch to the trunk.
X-SVN-Rev: 22978
2007-11-28 20:49:58 +00:00
Steven R. Loomis
c1e3b68535 ICU-4567 data driven format test
X-SVN-Rev: 22335
2007-08-10 02:09:24 +00:00
Claire Ho
efe2014ed1 ICU-5787 merge from feature branch revision 22024:22252.
X-SVN-Rev: 22260
2007-08-03 18:43:04 +00:00
Steven R. Loomis
01a0744b62 ICU-4567 Taiwan calendar testing.. data driven calendar test.. enum generation and programmatic access
X-SVN-Rev: 21955
2007-07-12 21:53:20 +00:00
Yoshito Umaoka
b340ff12f6 ICU-5454 Merging ICU4C RuleBasedTimeZone/TimeZoneRule/VTimeZone implementation into trunk
X-SVN-Rev: 21845
2007-06-29 03:10:43 +00:00
George Rhoten
649b133cd2 ICU-5416 Add configure option to weakly reference the threading library.
This can be helpful on ELF based systems.

X-SVN-Rev: 21825
2007-06-26 01:52:09 +00:00
George Rhoten
9a65d3613c ICU-5575 Get ready for milestone 2. Change to 3.7.2.
X-SVN-Rev: 21794
2007-06-20 20:58:41 +00:00
George Rhoten
2af0d67c26 ICU-4988 Embed the available manifest into each executable and library for MSVC 2005
X-SVN-Rev: 20802
2006-12-16 21:07:01 +00:00
Eric Mader
b452ca48e6 ICU-4639 Initial checkin of C port of CharsetDetection.
X-SVN-Rev: 19069
2006-02-06 18:03:11 +00:00
Eric Mader
ed5ad9b463 ICU-4152 Initial checkin of tests. Aslo bug fixes for bugs that the tests found!
X-SVN-Rev: 19016
2006-01-23 23:25:00 +00:00
Ram Viswanadha
f3a6abd079 ICU-4235 update with comments from Mark
X-SVN-Rev: 18905
2005-12-15 04:09:09 +00:00
George Rhoten
d0559ac03c ICU-4948 Make the makefiles easier to compare against each other
X-SVN-Rev: 18852
2005-12-02 10:21:39 +00:00
Ram Viswanadha
c68ff6e555 ICU-4051 verify locale aliases
X-SVN-Rev: 18433
2005-08-15 16:11:39 +00:00
Ram Viswanadha
60fc7972d6 ICU-4235 add random collator test
X-SVN-Rev: 18369
2005-07-28 20:25:44 +00:00
Ram Viswanadha
5b5a49e553 ICU-3333 add idna conformance test
X-SVN-Rev: 18222
2005-07-12 20:33:15 +00:00
Ram Viswanadha
756c432b2f ICU-4354 oops checking in Makefile.in by mistake.
X-SVN-Rev: 18151
2005-07-07 00:27:45 +00:00
Ram Viswanadha
5c3d31658d ICU-4354 make intltest pass with no data
X-SVN-Rev: 18140
2005-07-05 18:39:00 +00:00
Andy Heninger
9cce52c808 ICU-4157 text access, work in progress.
X-SVN-Rev: 17642
2005-05-21 01:47:26 +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
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
552e09eae6 ICU-4092 Improve code coverage
X-SVN-Rev: 16971
2004-12-20 23:10:09 +00:00
George Rhoten
850c108c17 ICU-4092 Remove dead code.
X-SVN-Rev: 16957
2004-12-15 18:48:57 +00:00
Doug Felt
46f8a7fa55 ICU-2509 improve rbnf error handling
X-SVN-Rev: 14919
2004-04-09 19:58:58 +00:00
George Rhoten
7486bfb6e8 ICU-3389 CygWin/MSVC changes
X-SVN-Rev: 14813
2004-03-31 22:33:46 +00:00
George Rhoten
919d6d3f2a ICU-3389 Don't create a .lib by not exporting some symbols
X-SVN-Rev: 14792
2004-03-29 21:58:57 +00:00
Alan Liu
2699882db3 ICU-2334 initial checkin to support text file driven tests
X-SVN-Rev: 14759
2004-03-25 06:49:14 +00:00
George Rhoten
6038ee28f5 ICU-3662 Move data based test framework to test library
X-SVN-Rev: 14733
2004-03-23 06:37:36 +00:00
Alan Liu
060a97a074 ICU-3517 remove UnicodeFilterLogic and HexToUnicode- and UnicodeToHexTransliterator
X-SVN-Rev: 14594
2004-02-26 02:03:11 +00:00
Andy Heninger
4ea6b6be45 ICU-3437 improved test coverage
X-SVN-Rev: 14033
2003-12-08 07:12:34 +00:00
Steven R. Loomis
730163b0ca ICU-2424 new test: calendar case test (port from Java)
X-SVN-Rev: 13988
2003-12-04 00:47:56 +00:00
Steven R. Loomis
064c552148 ICU-2424 islamic cal & astronomy tests
X-SVN-Rev: 13849
2003-11-24 21:36:01 +00:00
George Rhoten
09edf55f1c ICU-3312 Remove the time zone option.
After fixing the time zone memory leak, I discovered that some tests call u_cleanup to test the heap functions.
So setting the time zone at the beginning of the process won't help because the value doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13350
2003-10-07 22:22:34 +00:00
Andy Heninger
aedb354246 ICU-3156 u_setMutexFunctions(), cleanup to mutex implementation
X-SVN-Rev: 12787
2003-08-08 16:23:38 +00:00
Markus Scherer
53de0aef70 ICU-2449 data-driven conversion tests
X-SVN-Rev: 12647
2003-07-22 04:18:20 +00:00
Alan Liu
de95737116 ICU-2959 update copyright dates to include 2003
X-SVN-Rev: 12253
2003-06-03 20:58:22 +00:00
Steven R. Loomis
e1e5ae9358 ICU-2436 multiple calendars (Buddhist)
X-SVN-Rev: 11973
2003-05-16 21:58:37 +00:00
Vladimir Weinstein
8a6ea4c9fa ICU-2416 try to separate API tests from modules that use internal headers
X-SVN-Rev: 11932
2003-05-15 16:28:58 +00:00
Eric Mader
e90dd29852 ICU-2755 tests for collation, docs, minor service changes
X-SVN-Rev: 11776
2003-05-02 19:36:23 +00:00
Ram Viswanadha
267d3d1f30 ICU-2194 tests for IDNA
X-SVN-Rev: 11196
2003-02-28 21:37:55 +00:00
Alan Liu
e6f997fa51 ICU-2161 move obsolete code to icuapps/obsolete component
X-SVN-Rev: 11190
2003-02-28 20:36:53 +00:00
Alan Liu
2cc3e72b30 ICU-2161 move obsolete code to icuapps/obsolete component
X-SVN-Rev: 11171
2003-02-26 23:22:03 +00:00
Alan Liu
9dc05ec566 ICU-2161 move obsolete Unicode class code and tests to icuobs DLL
X-SVN-Rev: 11154
2003-02-25 20:53:34 +00:00
Alan Liu
6da5965d85 ICU-2161 move obsolete bidi code and tests to icuobs DLL
X-SVN-Rev: 11152
2003-02-25 19:40:00 +00:00
George Rhoten
cd9de6d966 ICU-2705 Fixes for CygWin/MSVC configuration
X-SVN-Rev: 11075
2003-02-17 17:48:50 +00:00
George Rhoten
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Vladimir Weinstein
483f6cce74 ICU-2567 renamed variables for passing options to tests: INTLTESTOPTS to INTLTEST_OPTS and CINTLTEST_OPTS to CINTLTST_OPTS
X-SVN-Rev: 10643
2002-12-12 18:11:16 +00:00
Steven R. Loomis
0d158bb3b3 ICU-2529 Test ClassID functions
X-SVN-Rev: 10403
2002-11-27 21:20:20 +00:00
Doug Felt
78e3bc3e2b ICU-1949 ICUService API (private for now)
X-SVN-Rev: 10184
2002-11-07 08:07:59 +00:00
Andy Heninger
11891ab0d8 ICU-105 Regular Expressions initial check in
X-SVN-Rev: 10050
2002-10-22 00:09:32 +00:00