George Rhoten
|
16c3f934e8
|
ICU-3111 Fix a memory leak when u_init is called, but the ures_* API isn't used.
X-SVN-Rev: 12650
|
2003-07-22 15:07:18 +00:00 |
|
Markus Scherer
|
b1d2d830bd
|
ICU-2329 use the default converter for file paths, not invariant-character conversion, because paths contain variant characters like backslashes
X-SVN-Rev: 12584
|
2003-07-02 17:24:45 +00:00 |
|
George Rhoten
|
abeaf6c3fc
|
ICU-2970 Initialize the mutexes in a safer way.
X-SVN-Rev: 12364
|
2003-06-06 22:50:26 +00:00 |
|
Andy Heninger
|
fef3374285
|
ICU-2970 ures_flushCache(), oops, lost { } on previous change.
X-SVN-Rev: 12323
|
2003-06-05 20:30:55 +00:00 |
|
Andy Heninger
|
02244350ed
|
ICU-2970 threading failure. Tweak mutexing in uresbud. Improve thread error checking in tmsthred.
Switch windows thread creation to c library funcs. Address (but not eliminate) resource memory leak.
X-SVN-Rev: 12316
|
2003-06-05 18:15:20 +00:00 |
|
Vladimir Weinstein
|
1b873e70cc
|
ICU-2787 thread safety update
X-SVN-Rev: 12005
|
2003-05-19 20:44:08 +00:00 |
|
Vladimir Weinstein
|
3097e6c31f
|
ICU-2835 fix for getNextString and getStringByIndex handling of aliased data
X-SVN-Rev: 11894
|
2003-05-12 18:24:56 +00:00 |
|
Vladimir Weinstein
|
1b9191b521
|
ICU-2835 fix for convenience ures_ APIs not following aliases
X-SVN-Rev: 11633
|
2003-04-23 06:59:29 +00:00 |
|
Markus Scherer
|
912673a5e4
|
ICU-2580 replace RES_ UResType constant names with URES_ names
X-SVN-Rev: 11564
|
2003-04-16 23:52:32 +00:00 |
|
George Rhoten
|
2a1a26d193
|
ICU-2120 Improve the performance of some functions.
X-SVN-Rev: 11184
|
2003-02-28 05:59:24 +00:00 |
|
George Rhoten
|
cfbdea0e8a
|
ICU-2710 Remove obsolete code
X-SVN-Rev: 11040
|
2003-02-14 01:33:13 +00:00 |
|
Vladimir Weinstein
|
387f59a820
|
ICU-2558 more fixes to status handling
X-SVN-Rev: 10617
|
2002-12-11 22:35:01 +00:00 |
|
Vladimir Weinstein
|
42a9879b66
|
ICU-2558 fixed resb code overwriting warning statuses
X-SVN-Rev: 10599
|
2002-12-11 01:39:59 +00:00 |
|
Vladimir Weinstein
|
1acbac0711
|
ICU-1941 aliasing more robust when data is absent - found while testing lipo
X-SVN-Rev: 9884
|
2002-09-18 06:04:31 +00:00 |
|
George Rhoten
|
d7e0797b2c
|
ICU-2085 #ifdef out deprecated code
X-SVN-Rev: 9756
|
2002-08-21 19:12:24 +00:00 |
|
George Rhoten
|
de2774bc3c
|
ICU-1739 Don't need to free on NULL memory.
X-SVN-Rev: 9648
|
2002-08-09 18:29:37 +00:00 |
|
Vladimir Weinstein
|
484b577415
|
ICU-1948 Fixed incorrectly assigning keys to directly accessed resources
X-SVN-Rev: 9440
|
2002-07-30 20:49:30 +00:00 |
|
George Rhoten
|
68c0c52375
|
ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9206
|
2002-07-16 18:22:36 +00:00 |
|
George Rhoten
|
689f0888bd
|
ICU-900 Fix some compiler warnings.
X-SVN-Rev: 9091
|
2002-07-11 15:19:00 +00:00 |
|
GCL Shanghai
|
2fab4a8cb7
|
ICU-1953 backout buffer overflow changes
X-SVN-Rev: 9070
|
2002-07-09 12:47:45 +00:00 |
|
GCL Shanghai
|
6348e12895
|
ICU-1953 test for buffer overflows
X-SVN-Rev: 9044
|
2002-07-06 10:58:51 +00:00 |
|
GCL Shanghai
|
80dfca0dc5
|
ICU-1953 remove Tabs
X-SVN-Rev: 9023
|
2002-07-03 11:59:21 +00:00 |
|
GCL Shanghai
|
b89c229c6e
|
ICU-1953 change comments style and check 0/NULL
X-SVN-Rev: 8993
|
2002-07-02 15:10:30 +00:00 |
|
Eric Mader
|
898fd409f9
|
ICU-1953 remove // comments from C code. Fix indentation, removed tabs.
X-SVN-Rev: 8984
|
2002-07-01 18:04:55 +00:00 |
|
GCL Shanghai
|
1e188eca35
|
ICU-1953 Test for NULL after each uprv_malloc() or new
X-SVN-Rev: 8980
|
2002-06-29 09:31:05 +00:00 |
|
Vladimir Weinstein
|
dce5b17a3a
|
ICU-1948 Support for direct resource access and resource level sharing (aliases)
X-SVN-Rev: 8934
|
2002-06-24 20:58:17 +00:00 |
|
Vladimir Weinstein
|
daa0a7488d
|
ICU-1948 More support for resource level aliases
X-SVN-Rev: 8894
|
2002-06-14 06:35:09 +00:00 |
|
Vladimir Weinstein
|
36387b18a7
|
ICU-1948 Support for resource level aliases
X-SVN-Rev: 8893
|
2002-06-14 06:03:08 +00:00 |
|
Vladimir Weinstein
|
c96dbd3c94
|
ICU-1492 fixed reference counting for resource bundles
X-SVN-Rev: 8484
|
2002-04-17 21:19:38 +00:00 |
|
Andy Heninger
|
d13e42d4e3
|
ICU-1737 thread safety problem with initialization lazy initialization of mutexs on first Lock.
X-SVN-Rev: 7885
|
2002-03-04 22:57:50 +00:00 |
|
George Rhoten
|
b5ff7eab60
|
ICU-1499 If I try to get a string on an int resource, return an error.
X-SVN-Rev: 7598
|
2002-02-08 00:52:08 +00:00 |
|
Vladimir Weinstein
|
1b0596cd30
|
ICU-1541 consistently added U_CAPI & U_EXPORT2 to all the declarations and definitions
X-SVN-Rev: 7038
|
2001-11-21 01:02:11 +00:00 |
|
George Rhoten
|
14014361e1
|
ICU-770 Couldn't properly fix this memory leak. See j1492 for details.
X-SVN-Rev: 6845
|
2001-11-13 22:27:53 +00:00 |
|
Alan Liu
|
8a98ee7a0e
|
ICU-1023 change UHashKey to UHashTok and use for values as well
X-SVN-Rev: 6264
|
2001-10-16 18:31:13 +00:00 |
|
Vladimir Weinstein
|
e179814c37
|
ICU-1209 whle constructing the fallback chain, leading bundles with no information are skipped, so the returning bundle uses first existing data. getLocale can just access that data for name.
X-SVN-Rev: 6193
|
2001-10-11 18:46:18 +00:00 |
|
Markus Scherer
|
766f7a9e4a
|
ICU-1268 "canonicalize" locale IDs in ures_open()
X-SVN-Rev: 6178
|
2001-10-11 00:51:18 +00:00 |
|
George Rhoten
|
3534bb0041
|
ICU-770 Memory cleanup
X-SVN-Rev: 6147
|
2001-10-10 18:05:10 +00:00 |
|
Vladimir Weinstein
|
06535ec153
|
ICU-1268 placeholder for ures_openDirect()
X-SVN-Rev: 6141
|
2001-10-10 01:13:01 +00:00 |
|
George Rhoten
|
40fdad00df
|
ICU-392 Don't export as many symbols with a commonly used name.
X-SVN-Rev: 6030
|
2001-10-04 00:12:19 +00:00 |
|
Markus Scherer
|
1ad7e7a434
|
ICU-1198 small fixes to ures_getInt() - check type and use RES_GET_INT()
X-SVN-Rev: 5857
|
2001-09-21 00:02:24 +00:00 |
|
Vladimir Weinstein
|
e9fe410e8d
|
ICU-1198 added different functions for getting signed and unsigned integers. Test to follow
X-SVN-Rev: 5762
|
2001-09-17 23:05:08 +00:00 |
|
George Rhoten
|
589ceba976
|
ICU-1100 Don't fail on ures_getIntVector and ures_getBinary any more.
X-SVN-Rev: 5687
|
2001-09-05 18:44:27 +00:00 |
|
George Rhoten
|
d71d803d0c
|
ICU-770 More data cleanup and remove the mutex usage from the cleanup functions
X-SVN-Rev: 5647
|
2001-08-31 02:10:39 +00:00 |
|
George Rhoten
|
0cfce8dc4b
|
ICU-1100 Properly handle binary and int vectors of size zero.
X-SVN-Rev: 5590
|
2001-08-27 18:51:43 +00:00 |
|
George Rhoten
|
38360539d4
|
ICU-770 Internal cleanup API naming scheme changed.
X-SVN-Rev: 5584
|
2001-08-25 01:09:11 +00:00 |
|
George Rhoten
|
7b11ef88e4
|
ICU-900 Fixed some compiler warnings
X-SVN-Rev: 5493
|
2001-08-17 00:44:38 +00:00 |
|
George Rhoten
|
f850ad2c5e
|
ICU-770 Change code for u_cleanup() API.
X-SVN-Rev: 5462
|
2001-08-11 00:29:58 +00:00 |
|
Vladimir Weinstein
|
749a62ae93
|
ICU-1078 support for IntVector type in resource bundles
X-SVN-Rev: 5410
|
2001-08-01 17:08:07 +00:00 |
|
Vladimir Weinstein
|
d6693e4b66
|
ICU-1005 more resource bundle cleanup and greater test coverage, fixed faulty test
X-SVN-Rev: 5362
|
2001-07-27 17:15:30 +00:00 |
|
Vladimir Weinstein
|
7a55cc00da
|
ICU-1005 increased code coverage for resbund. Decoupled rb collator from resource bundle. removed unneeded internal functions and classes
X-SVN-Rev: 5348
|
2001-07-26 18:36:57 +00:00 |
|