Steven R. Loomis
711de2113a
ICU-2596 don't treat .dat files on the data path as directories
...
X-SVN-Rev: 11581
2003-04-18 00:15:33 +00:00
George Rhoten
878e00da42
ICU-2628 Fix OS390_STUBDATA loading
...
X-SVN-Rev: 10860
2003-01-16 17:17:16 +00:00
George Rhoten
73f87a2b37
ICU-2134 Mention the real function to call.
...
X-SVN-Rev: 10772
2002-12-20 16:41:57 +00:00
Steven R. Loomis
e2c19fb93a
ICU-2039 removing uncalled functions
...
X-SVN-Rev: 10574
2002-12-10 02:14:30 +00:00
George Rhoten
1341f3bcd1
ICU-2000 Fix some compiler warnings
...
X-SVN-Rev: 10411
2002-11-30 04:41:53 +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
4713007464
ICU-2091 Only need to get the data directory once
...
X-SVN-Rev: 9657
2002-08-09 21:18:31 +00:00
Steven R. Loomis
efc63ad03c
ICU-1891 fix for udata loading on 390
...
X-SVN-Rev: 9647
2002-08-09 18:17:39 +00:00
Steven R. Loomis
7d400dec01
ICU-1992 data packaging changes
...
X-SVN-Rev: 9222
2002-07-17 03:01:45 +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
Steven R. Loomis
2c8eae4d97
ICU-978 don't try to extend common data if common data not found (sanity check)
...
X-SVN-Rev: 8793
2002-06-05 18:30:56 +00:00
George Rhoten
faec7727ae
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 8545
2002-04-30 21:03:00 +00:00
Andy Heninger
d18236fca5
ICU-1075 fixed memory leak in udata_SetAppData(), when U_USING_DEFAULT_WARNING returned.
...
X-SVN-Rev: 7147
2001-11-28 23:19:56 +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
81a93f31cd
ICU-580 os/390 batch build changes.
...
X-SVN-Rev: 6595
2001-11-02 23:42:10 +00:00
Andy Heninger
2a2173a49d
ICU-1075 udata.c, added more comments to code, some tweaks to code
...
itself for improved clarity.
X-SVN-Rev: 6306
2001-10-18 16:36:48 +00:00
George Rhoten
3534bb0041
ICU-770 Memory cleanup
...
X-SVN-Rev: 6147
2001-10-10 18:05:10 +00:00
Andy Heninger
f0ce390506
ICU-1075 Memory leak fixed; was introduced in previous fix to extendICUData()
...
X-SVN-Rev: 6120
2001-10-08 17:41:04 +00:00
Vladimir Weinstein
b2ac3d133a
ICU-1075 added a pData != NULL test before accessing the structure
...
X-SVN-Rev: 6112
2001-10-06 04:54:29 +00:00
George Rhoten
aa41dc7f71
ICU-1075 Mainly fix the case when only stub data is available and u_cleanup fails.
...
Also fix some name possible name collisions
X-SVN-Rev: 6091
2001-10-05 21:46:52 +00:00
George Rhoten
7892d628ea
ICU-900 Fixed some compiler warnings.
...
X-SVN-Rev: 5913
2001-09-25 16:43:20 +00:00
George Rhoten
7df7daec4d
ICU-1075 Allow memorymap files to work again.
...
X-SVN-Rev: 5876
2001-09-21 21:19:06 +00:00
George Rhoten
5d46c7c76e
ICU-1075 Don't use // in a C file
...
X-SVN-Rev: 5784
2001-09-18 20:24:36 +00:00
Andy Heninger
4801157384
ICU-1075 Memory leak in udata.c
...
X-SVN-Rev: 5761
2001-09-17 22:57:38 +00:00
Andy Heninger
412f48860e
ICU-1075 udata.c restructured, split into separate files, hopefully making code clearer, dependencies clearer.
...
Functionality pretty much unchanged.
X-SVN-Rev: 5716
2001-09-07 18:42:29 +00:00
Andy Heninger
91985fb45f
ICU-1075 For ICUData, fall back to .dat file if common lib is linked with stub data library.
...
X-SVN-Rev: 5633
2001-08-30 18:41:30 +00:00
George Rhoten
e3be3468c0
ICU-770 More data cleanup
...
X-SVN-Rev: 5619
2001-08-30 02:59:19 +00:00
Andy Heninger
50c8538b84
ICU-1075 Data Cache, key is base name rather than full path.
...
X-SVN-Rev: 5610
2001-08-29 22:57:37 +00:00
George Rhoten
383eef2c3e
ICU-1075 Fix a memory leak
...
X-SVN-Rev: 5581
2001-08-24 20:09:54 +00:00
George Rhoten
44283cc553
ICU-770 incorporate the udata_cleanup into the internal API
...
X-SVN-Rev: 5488
2001-08-17 00:18:49 +00:00
Andy Heninger
e387d2ad37
ICU-1075 Solaris doesn't like C++ comments in C files.
...
X-SVN-Rev: 5486
2001-08-17 00:00:55 +00:00
Andy Heninger
21a486a624
ICU-1075 Data updates. More updateds to ICU data handling.
...
X-SVN-Rev: 5468
2001-08-15 23:27:38 +00:00
Andy Heninger
c84ea102a7
ICU-1075 Data updates. More updateds to ICU data handling.
...
X-SVN-Rev: 5467
2001-08-15 22:39:42 +00:00
Andy Heninger
19b4dec854
ICU-1075 Data updates. Unix ports (not complete) and Common Data Caching impl.
...
X-SVN-Rev: 5454
2001-08-10 20:50:07 +00:00
Andy Heninger
839e1a6152
ICU-1075 Updates to stub data library from port to Linux
...
X-SVN-Rev: 5445
2001-08-06 22:53:11 +00:00
Andy Heninger
cd61cbf256
ICU-1075 data handling updates.
...
X-SVN-Rev: 5353
2001-07-26 21:55:49 +00:00
Vladimir Weinstein
e026c8d874
ICU-392 build data file with versioned entry point
...
X-SVN-Rev: 5328
2001-07-24 16:31:17 +00:00
George Rhoten
11a7219087
ICU-580 Change os/390 batch support back to the original way.
...
X-SVN-Rev: 5213
2001-07-10 18:14:23 +00:00
George Rhoten
4b61754a3f
ICU-900 Fixed some compiler warnings
...
X-SVN-Rev: 5109
2001-06-27 16:25:02 +00:00
George Rhoten
be282546b4
ICU-1018 Remove some options that use some compiler extensions.
...
X-SVN-Rev: 5086
2001-06-26 17:53:36 +00:00
Yves Arrouye
5cfa04f7fd
ICU-963 added a check for specific files in the hardcoded directory
...
before we get too fancy with library pathes, since we can get it wrong when
differently compiled, and incomplete, ICUs, are installed in different
locations.
X-SVN-Rev: 4908
2001-06-06 23:32:41 +00:00
George Rhoten
0de870de83
ICU-66 Don't write off the end of an array.
...
X-SVN-Rev: 4808
2001-05-25 21:50:10 +00:00
George Rhoten
c4997713ef
ICU-903 Updated the copyright notice
...
X-SVN-Rev: 4238
2001-03-21 20:44:20 +00:00
George Rhoten
84284e110a
ICU-865 os/390 porting changes
...
X-SVN-Rev: 4080
2001-03-15 00:31:08 +00:00
George Rhoten
af17c035b1
ICU-580 #if OS390 -> #ifdef OS390
...
X-SVN-Rev: 4005
2001-03-09 23:30:31 +00:00
George Rhoten
0015dde90c
ICU-580 Do s/390 batch stuff during run-time, not compile time.
...
X-SVN-Rev: 4002
2001-03-09 23:03:12 +00:00
George Rhoten
e0b73d8f85
ICU-580 OS/390 porting changes
...
X-SVN-Rev: 3579
2001-02-06 23:27:07 +00:00
George Rhoten
3b66beb865
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 3450
2001-01-23 02:40:22 +00:00
Steven R. Loomis
8de7f0cf35
ICU-758 rename import .lib files
...
X-SVN-Rev: 3151
2000-12-06 03:02:21 +00:00