Commit Graph

4452 Commits

Author SHA1 Message Date
Markus Scherer
b487609cb2 ICU-157 add definitions for the udata API
X-SVN-Rev: 208
1999-11-22 16:45:15 +00:00
Alan Liu
2ffefa66eb ICU-151 Make non-global mutex autoinitialize
X-SVN-Rev: 207
1999-11-22 16:24:43 +00:00
Markus Scherer
d834f7cd2d ICU-157 add definitions for the udata API
X-SVN-Rev: 202
1999-11-20 01:15:55 +00:00
Alan Liu
925f2cf8c1 ICU-114 Make UnicodeString inherit from Replaceable
X-SVN-Rev: 191
1999-11-19 23:13:41 +00:00
Vladimir Weinstein
42a1b1cbf2 ICU-133 Added u_isalnum(), cleaned comments
X-SVN-Rev: 190
1999-11-19 18:48:16 +00:00
Markus Scherer
a914ea523e ICU-87 get the library path on os/2
X-SVN-Rev: 187
1999-11-19 01:26:36 +00:00
Markus Scherer
d1504269d1 ICU-87 link with more system libraries
X-SVN-Rev: 186
1999-11-19 01:26:10 +00:00
Markus Scherer
b949367c6b ICU-87 improve hardcoded fallback data path
X-SVN-Rev: 185
1999-11-19 00:59:57 +00:00
Markus Scherer
9e4c1ad754 ICU-87 rename icu_getDefaultDataDirectory() to u_[get|set]DataDirectory()
X-SVN-Rev: 184
1999-11-18 22:50:13 +00:00
Markus Scherer
a05544211a ICU-87 improve u_[get|set]DataDirectory() - find better & always end with '/'
X-SVN-Rev: 183
1999-11-18 22:48:30 +00:00
Alan Liu
ede38c10de ICU-114 Fixed initial rudimentary bugs. This is the first version that links and works. It no doubt still has bugs in it.
X-SVN-Rev: 179
1999-11-16 17:13:02 +00:00
Helena Chapman
d60fe9d14e ICU-84 Updated with S/390 IEEE port changes.
X-SVN-Rev: 177
1999-11-16 01:05:10 +00:00
Vladimir Weinstein
17dbf189a9 ICU-67 Added ResourceBundle::getLocale() and supporting stuff (Locale::getName, rewritten ResourceBundle::constructForLocale...)
X-SVN-Rev: 173
1999-11-11 21:25:17 +00:00
Vladimir Weinstein
1d2370edc5 ICU-35 comments edited so that documentation is generated correctly
X-SVN-Rev: 172
1999-11-11 21:15:55 +00:00
Steven R. Loomis
275d27501b ICU-82 Updated Unicode Version [u_getVersion()] to 3.0.0
X-SVN-Rev: 166
1999-11-08 22:20:36 +00:00
Markus Scherer
e0c2c04758 ICU-135 mutex fix for multiprocessor machines
X-SVN-Rev: 165
1999-11-05 20:02:42 +00:00
Vladimir Weinstein
e4b933f6f1 ICU-35 header files comments updated so that Doc++ doesn't produce broken links
X-SVN-Rev: 161
1999-11-03 18:20:21 +00:00
Vladimir Weinstein
400afc6d2a ICU-4 Implemented ucmp16_getCount, ucmp16_getArray, ucmp16_getIndex
X-SVN-Rev: 150
1999-11-02 00:35:52 +00:00
Markus Scherer
1bf5a90665 ICU-86 new converter names UTF16_PlatformEndian & UTF16_OppositeEndian to have correct convrtrs.txt on all platforms
X-SVN-Rev: 145
1999-10-29 20:55:42 +00:00
Alan Liu
72ad425a57 ICU-45 Created UVector and UStack.
X-SVN-Rev: 130
1999-10-27 16:23:58 +00:00
Steven R. Loomis
ce552ecc4f ICU-7 AS/400 update
X-SVN-Rev: 129
1999-10-27 01:28:47 +00:00
Steven R. Loomis
5c2ed81c17 ICU-52 It would help if the correct target_limit was used rather than simply calculated. [This is part of the fix for MAX_STRLEN pointer wraparounds]
X-SVN-Rev: 124
1999-10-26 21:15:33 +00:00
Steven R. Loomis
9b6b9be460 ICU-52 Cast U_MAX_PTR to some type. 'void' has no size!
X-SVN-Rev: 123
1999-10-26 17:53:50 +00:00
Steven R. Loomis
19bff30336 ICU-52 remove an unneeded check and fix an off by one error
X-SVN-Rev: 120
1999-10-26 15:51:52 +00:00
Steven R. Loomis
6bcddc5d73 ICU-7 added U_CDECL_BEGIN and U_CDECL_END (extern "C"), wrapped declaration of UConverter in 'extern "C" { ... }' for C++
X-SVN-Rev: 118
1999-10-25 22:46:05 +00:00
Steven R. Loomis
cac0aa8819 ICU-52 fixed austrcpy and UnicodeString::extract so they use U_MAX_PTR if a pointer wraps around.
X-SVN-Rev: 115
1999-10-25 22:20:12 +00:00
Markus Scherer
af83b2d57c ICU-7 added U_CFUNC to struct UConverter to make the callback function pointers compatible with the standard implementations
X-SVN-Rev: 114
1999-10-23 00:44:42 +00:00
Alan Liu
829f75a42e ICU-46 Redone - don't include internal headers, and only forward declare if necessary (use #ifndef)
X-SVN-Rev: 109
1999-10-22 21:27:33 +00:00
Markus Scherer
bc5139afa6 ICU-37 windows dll base addresses for icu
X-SVN-Rev: 108
1999-10-22 20:34:22 +00:00
Markus Scherer
ff561d92e7 ICU-7 remove unused Mutex variables
X-SVN-Rev: 98
1999-10-22 00:40:11 +00:00
Markus Scherer
be8483b212 ICU-7 change AS400 to OS400 for #ifdef etc.
X-SVN-Rev: 97
1999-10-22 00:38:39 +00:00
Alan Liu
bfd63fc3ba ICU-46 Make of source/common broken on Linux; simple fix to 2 headers
X-SVN-Rev: 95
1999-10-22 00:18:52 +00:00
Alan Liu
84ea032aba ICU-19 Changed copy command to work on Win98 by deleting trailing backspace
Note - checked in again; changes lost in version 1.7
Oops - line terminators corrupted - trying again

X-SVN-Rev: 85
1999-10-21 00:06:49 +00:00
Alan Liu
6d26025f8d ICU-19 Changed copy command to work on Win98 by deleting trailing backspace
Note - checked in again; changes lost in version 1.7

X-SVN-Rev: 84
1999-10-20 23:48:57 +00:00
Markus Scherer
1966fd0e50 ICU-6 more renaming of constant names
FAILURE -> U_FAILURE etc.

X-SVN-Rev: 80
1999-10-18 23:44:20 +00:00
Markus Scherer
6884c5aaea ICU-6 more renaming of constant names
FAILURE -> U_FAILURE etc.

X-SVN-Rev: 79
1999-10-18 23:31:28 +00:00
Markus Scherer
07a2bc0937 ICU-6 more renaming of constant names
FAILURE -> U_FAILURE etc.

X-SVN-Rev: 76
1999-10-18 22:48:32 +00:00
Alan Liu
b28e911c8c ICU-19 Changed copy command to work on Win98 by deleting trailing backspace
X-SVN-Rev: 63
1999-10-15 21:14:43 +00:00
Markus Scherer
4be556368b ICU-30 utypes.h should not define icu_wcs...() & UFieldPosition
X-SVN-Rev: 62
1999-10-15 18:09:53 +00:00
Markus Scherer
673c2971e1 ICU-6 oops - i screwed up errorName() - works now
X-SVN-Rev: 59
1999-10-15 00:22:20 +00:00
Markus Scherer
06f7397c3d ICU-15 windows: genrb puts .res files into the current directory
X-SVN-Rev: 47
1999-10-13 01:10:24 +00:00
Markus Scherer
c97dff09e1 ICU-13 remove internal helpers from utypes.h
X-SVN-Rev: 36
1999-10-12 00:07:24 +00:00
Markus Scherer
df9f11cfbb add U_IS_BIG_ENDIAN to more platform headers
X-SVN-Rev: 30
1999-10-09 01:34:34 +00:00
Steven R. Loomis
855712c07e Added U_IS_BIG_ENDIAN
X-SVN-Rev: 29
1999-10-09 01:25:17 +00:00
Markus Scherer
a75815cae6 ICU-7 add os/400 support - platform header
X-SVN-Rev: 27
1999-10-09 01:11:54 +00:00
Markus Scherer
d50ea6afbf simplify platform.h and cousins by moving common definitions into utypes.h
X-SVN-Rev: 26
1999-10-09 01:08:45 +00:00
Markus Scherer
e3d9744240 use U_INDEX_OUTOFBOUNDS_ERROR where appropriate
X-SVN-Rev: 24
1999-10-08 18:54:22 +00:00
Markus Scherer
b942cae860 ICU-6 change enum constants that do not conform to our naming conventions
X-SVN-Rev: 18
1999-10-07 00:07:53 +00:00
Markus Scherer
80a098923f ICU-5 need to use icu_malloc() etc.
replace stdlib function calls by icu_...

X-SVN-Rev: 17
1999-10-06 00:05:42 +00:00
Helena Chapman
1ccc7d153f ICU version 1.3 merge from CMVS.
X-SVN-Rev: 9
1999-09-30 23:47:52 +00:00
Stephen Booth
7406982293 Sync with 1.2.5
X-SVN-Rev: 8
1999-09-03 22:08:47 +00:00
Unknown User
aa0b0a88e8 Initial revision
X-SVN-Rev: 2
1999-08-16 21:50:52 +00:00