Commit Graph

10273 Commits

Author SHA1 Message Date
George Rhoten
5c5dbbf4a8 ICU-3027 Improve a few minor notes on multithreading
X-SVN-Rev: 13398
2003-10-13 15:57:01 +00:00
Andy Heninger
ccba9cce88 ICU-2924 Line break update - fix more monkey failures, getting closer.
X-SVN-Rev: 13397
2003-10-13 06:01:21 +00:00
Markus Scherer
a93d362161 ICU-2235 improve error reporting
X-SVN-Rev: 13396
2003-10-12 17:37:11 +00:00
George Rhoten
9904f27dff ICU-2256 Fix a few minor bugs found while increasing code test coverage.
X-SVN-Rev: 13395
2003-10-11 02:16:12 +00:00
Andy Heninger
a3f8e5695e ICU-2924 RBBI, line break rules, monkey test, better conformance to spec
X-SVN-Rev: 13394
2003-10-11 00:44:36 +00:00
George Rhoten
8c1cec35ed ICU-3259 Fix a memory leak.
X-SVN-Rev: 13393
2003-10-10 20:58:22 +00:00
George Rhoten
f13e8abf93 ICU-2256 Make u_fgets more compatible with fgets, and improve surrogate support.
X-SVN-Rev: 13392
2003-10-10 20:55:24 +00:00
Andy Heninger
42281a6605 ICU-2924 RBBI, line break monkey test, better conformance to spec
X-SVN-Rev: 13391
2003-10-10 18:57:42 +00:00
George Rhoten
58880d85c6 ICU-2235 Accidentally fixed wrong file. The iotest project will be added at a later date.
X-SVN-Rev: 13390
2003-10-10 17:53:41 +00:00
George Rhoten
069a559d4c ICU-2235 Dependencies need to be fixed. Add icuswap to the dependency chain.
X-SVN-Rev: 13389
2003-10-10 17:51:33 +00:00
George Rhoten
4c32c44082 ICU-3258 Add some changes for reference
X-SVN-Rev: 13388
2003-10-10 17:17:50 +00:00
Syn Wee Quek
307771b192 ICU-871 synching thai forward and reverse iteration to have exactly the same collation elements
X-SVN-Rev: 13387
2003-10-10 01:54:16 +00:00
Syn Wee Quek
95b7eaadc2 ICU-871 synching forward and reverse iteration to have exactly the same collation elements
X-SVN-Rev: 13386
2003-10-10 00:55:32 +00:00
Andy Heninger
9f947e20dc ICU-2924 RBBI, line break monkey test, better conformance to spec
X-SVN-Rev: 13385
2003-10-10 00:53:18 +00:00
Alan Liu
2d6ae0054b ICU-3259 restore lazy allocation (important!), but with no memory leak
X-SVN-Rev: 13376
2003-10-09 20:30:05 +00:00
Alan Liu
6e75984cbe ICU-3280 fix docs
X-SVN-Rev: 13374
2003-10-09 18:42:29 +00:00
George Rhoten
7ff9b0b7ce ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13373
2003-10-09 18:25:24 +00:00
George Rhoten
758f52fc95 ICU-3259 Fix a memory leak. This seems like a better solution
X-SVN-Rev: 13372
2003-10-09 17:29:22 +00:00
George Rhoten
5e26d68460 ICU-3259 Fix a memory leak. This might be the solution.
X-SVN-Rev: 13371
2003-10-09 17:22:35 +00:00
Andy Heninger
72109e9494 ICU-2924 Line break update - fix some test failures.
X-SVN-Rev: 13370
2003-10-09 05:39:58 +00:00
Andy Heninger
d4524826ed ICU-2924 RBBI, new style rule format, new line break rules. (14 known test failures, will fix real soon.)
X-SVN-Rev: 13364
2003-10-09 01:13:08 +00:00
George Rhoten
95996b6773 ICU-3259 Fix a memory leak
X-SVN-Rev: 13363
2003-10-08 22:43:26 +00:00
George Rhoten
a424744b3c ICU-2942 Fix some documentation warnings.
X-SVN-Rev: 13362
2003-10-08 22:14:00 +00:00
George Rhoten
1fde66b031 ICU-2966 The example should use the new API.
X-SVN-Rev: 13360
2003-10-08 18:23:31 +00:00
George Rhoten
2ef6713835 ICU-2966 Remove unused private classes needed by old timezone implementation
X-SVN-Rev: 13359
2003-10-08 18:08:09 +00:00
George Rhoten
7c001d153c ICU-3259 Fix a time zone failure
X-SVN-Rev: 13358
2003-10-07 23:56:36 +00:00
George Rhoten
c581387766 ICU-3259 Fix a time zone failure
X-SVN-Rev: 13356
2003-10-07 23:49:04 +00:00
George Rhoten
c65d4d8669 ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13353
2003-10-07 22:53:31 +00:00
George Rhoten
be16e68b51 ICU-3312 We no longer test properly getting the time zone from the OS.
The tests will now work in all time zones, but the tests will manually set the time zone to the expected time zone for testing.

X-SVN-Rev: 13352
2003-10-07 22:46:31 +00:00
George Rhoten
3f5619bf1e ICU-2966 This file isn't used anymore. The Attic will retain these changes.
X-SVN-Rev: 13351
2003-10-07 22:27:52 +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
George Rhoten
00e21ff118 ICU-3259 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: 13349
2003-10-07 21:52:15 +00:00
George Rhoten
8f1deb1ece ICU-3259 Remove the time zone option.
After fixing the 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 it doesn't stay around.
Any tests that depend on the timezone need to set and reset the timezone.

X-SVN-Rev: 13348
2003-10-07 21:50:15 +00:00
Alan Liu
8b78a7ea5f ICU-2906 no "//" allowed
X-SVN-Rev: 13347
2003-10-07 21:01:48 +00:00
George Rhoten
bd54471e54 ICU-2942 Sort the language and country names for easier comparison and to make it easier to find them.
X-SVN-Rev: 13346
2003-10-07 19:52:24 +00:00
George Rhoten
9969e5abe2 ICU-2942 Test getDisplayName
X-SVN-Rev: 13345
2003-10-07 19:51:31 +00:00
George Rhoten
41776fc2e1 ICU-3313 Fix library versioning
X-SVN-Rev: 13344
2003-10-07 18:36:09 +00:00
Alan Liu
7fffbdf68f ICU-2906 make unescapeAt() handle escaped surrogate pairs
X-SVN-Rev: 13342
2003-10-07 18:10:37 +00:00
George Rhoten
81ed46198e ICU-3222 Fix some compiler warnings.
X-SVN-Rev: 13338
2003-10-07 16:12:46 +00:00
George Rhoten
8e7a34ec49 ICU-3221 Fix AIX linker warnings, and reduce amount of private static class data being exported (some mainframes have minor issues with that)
X-SVN-Rev: 13337
2003-10-07 15:49:47 +00:00
George Rhoten
b626ac0b2d ICU-3221 Abstract classes shouldn't have a static class ID
X-SVN-Rev: 13336
2003-10-07 15:47:56 +00:00
Eric Mader
b80b8bc887 ICU-3314 Add U_NAMESPACE_BEGIN, U_NAMESPACE_END
X-SVN-Rev: 13335
2003-10-07 02:23:19 +00:00
Ram Viswanadha
cd76fee190 ICU-3115 fix a bug that prevents the code from picking up table names
X-SVN-Rev: 13334
2003-10-07 00:59:26 +00:00
George Rhoten
ef250cdd79 ICU-2256 Fix a performance issue. Don't initialize with the default locale when you're going to use it as a fill in object.
X-SVN-Rev: 13329
2003-10-06 22:41:57 +00:00
George Rhoten
e7ded0fd0d ICU-3259 Fix a memory leak
X-SVN-Rev: 13328
2003-10-06 22:37:41 +00:00
George Rhoten
adec715ac1 ICU-3259 Fix memory initialization and memory leak problems.
X-SVN-Rev: 13327
2003-10-06 22:32:36 +00:00
George Rhoten
d982e0d2ab ICU-3259 Make it easier to distinguish tests while using heap debugging tools.
X-SVN-Rev: 13326
2003-10-06 22:15:27 +00:00
George Rhoten
c2fbe47c86 ICU-2942 Don't go off the end of the string.
X-SVN-Rev: 13325
2003-10-06 21:13:54 +00:00
George Rhoten
6154b69b6c ICU-1851 Fix uninitialized memory
X-SVN-Rev: 13324
2003-10-06 21:05:04 +00:00
George Rhoten
d91245b24c ICU-3271 Fix a compiler warning for Mac OS 8/9
X-SVN-Rev: 13323
2003-10-06 15:55:31 +00:00