Commit Graph

130 Commits

Author SHA1 Message Date
George Rhoten
dc703b5f1b ICU-3221 MSVC.NET combines static const char values in the same file.
Separate them into different files.

X-SVN-Rev: 12988
2003-08-29 21:05:48 +00:00
Andy Heninger
0a9e9c50eb ICU-3014 Redo global mutex for threadsafe lazy init. Remove C++ static init.
X-SVN-Rev: 12889
2003-08-20 22:38:01 +00:00
Markus Scherer
c96db994ab ICU-2235 initial icu data swapping code
X-SVN-Rev: 12797
2003-08-08 23:39:34 +00:00
Markus Scherer
d16be0ea7f ICU-3138 add internal sort function to replace qsort
X-SVN-Rev: 12753
2003-08-04 20:37:54 +00:00
Ram Viswanadha
d5ce54c99c ICU-3050 add usprep.o to the makefile
X-SVN-Rev: 12676
2003-07-24 23:59:13 +00:00
Vladimir Weinstein
c9475e02ae ICU-2959 Updated copyright notices
X-SVN-Rev: 12246
2003-06-03 06:44:40 +00:00
George Rhoten
f6cef37345 ICU-2628 Updates for the import library installation on CygWin/MSVC and z/OS,
and updates for installation on CygWin/MSVC and QNX

X-SVN-Rev: 11501
2003-04-10 17:42:21 +00:00
Alan Liu
7999da8c12 ICU-2429 initial implementation of catopen/catgets wrappers
X-SVN-Rev: 11371
2003-03-20 20:55:10 +00:00
George Rhoten
fae219cec9 ICU-2628 Allow z/OS and CygWin/MSVC to install their import libraries
(aka sidedeck on z/OS).

X-SVN-Rev: 11353
2003-03-19 01:56:39 +00:00
Ram Viswanadha
7da935c904 ICU-2194 IDNA API
X-SVN-Rev: 11194
2003-02-28 21:35:25 +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
4d3562dcb7 ICU-2705 Add CygWin/MSVC support
X-SVN-Rev: 11008
2003-02-11 00:13:48 +00:00
Markus Scherer
f092768650 ICU-2397 add UNormIterator
X-SVN-Rev: 10900
2003-01-23 21:47:09 +00:00
Andy Heninger
4ce7abb538 ICU-2420 add uvectr32 to Unix Makefile.in
X-SVN-Rev: 10834
2003-01-10 20:10:15 +00:00
Alan Liu
bf4b94596e ICU-2347 fix typo
X-SVN-Rev: 10233
2002-11-13 18:48:19 +00:00
Alan Liu
678e8ec99a ICU-2347 add uenum_openStringEnumeration (private)
X-SVN-Rev: 10229
2002-11-12 23:44:54 +00:00
Doug Felt
78e3bc3e2b ICU-1949 ICUService API (private for now)
X-SVN-Rev: 10184
2002-11-07 08:07:59 +00:00
Alan Liu
819429ec06 ICU-2015 move getRuleWhiteSpaceSet to uprops and convert it from C++ to C
X-SVN-Rev: 10177
2002-11-07 01:28:14 +00:00
Alan Liu
b8cd8cf015 ICU-2015 add propname.o
X-SVN-Rev: 10114
2002-10-30 21:46:41 +00:00
Vladimir Weinstein
aebe160111 ICU-2209 moved canonical iterator from i18n to common per Markus's request
X-SVN-Rev: 9899
2002-09-20 00:00:44 +00:00
George Rhoten
8824e0a8fa ICU-1891 Add better support for z/OS batch mode.
X-SVN-Rev: 9677
2002-08-12 20:30:23 +00:00
George Rhoten
e031c78009 ICU-1868 -I. is only needed by the common library. Everything else should use the source directory.
X-SVN-Rev: 9442
2002-07-30 21:16:13 +00:00
Andy Heninger
5fc362c978 ICU-2030 WIndows build changes to allow apps to use static C runtime lib
X-SVN-Rev: 9404
2002-07-29 21:35:58 +00:00
George Rhoten
bdf490b526 ICU-1868 Don't need -I. when icudefs.mk already has it.
X-SVN-Rev: 9394
2002-07-28 21:40:03 +00:00
George Rhoten
307e38598c ICU-1891 Slightly better fixes for z/OS archive mode, dual library support and batch mode without diverging too far from the standard Unix build.
X-SVN-Rev: 9390
2002-07-27 07:58:30 +00:00
Vladimir Weinstein
2cbb05fdb9 ICU-978 cygwin port
X-SVN-Rev: 9267
2002-07-19 23:25:41 +00:00
George Rhoten
564396e169 ICU-1992 Readd some needed defines for z/OS
X-SVN-Rev: 9236
2002-07-17 20:35:54 +00:00
Steven R. Loomis
52d48e9183 ICU-1992 remove some unneeded defines
X-SVN-Rev: 9224
2002-07-17 15:12:37 +00:00
Ram Viswanadha
594f3a1d2e ICU-1986 remove deprecated SCSU files
X-SVN-Rev: 9177
2002-07-16 00:11:06 +00:00
Vladimir Weinstein
4fcbbaef00 ICU-1972 add enumeration wrapper to unix build
X-SVN-Rev: 9068
2002-07-09 06:16:00 +00:00
Eric Mader
bf29d736d2 ICU-1289 add usc_impl.o to OBJECTS
X-SVN-Rev: 9062
2002-07-08 23:47:20 +00:00
Markus Scherer
97c20c88af ICU-1967 split ucnv_utf.c into more manageable ucnv_uxx.c where x=7, 8, 16, 32
X-SVN-Rev: 8986
2002-07-01 19:32:52 +00:00
Markus Scherer
28e8046c5c ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8959
2002-06-27 16:36:57 +00:00
Andy Heninger
32c09250b7 ICU-45 new builder for RBBI rules, initial checkin
X-SVN-Rev: 8939
2002-06-25 17:23:07 +00:00
George Rhoten
f5e31c9771 ICU-1891 Better implementation for os/390 so that the proper data library
name is used.

X-SVN-Rev: 8850
2002-06-11 23:35:03 +00:00
Alan Liu
237c0e67c3 ICU-1115 move UnicodeSet from i18n to common; also move affiliated classes; update USet to wrap UnicodeSet
X-SVN-Rev: 8721
2002-05-29 18:36:09 +00:00
George Rhoten
1a09ea5eda ICU-1868 Properly use CPPFLAGS and other flags
X-SVN-Rev: 8613
2002-05-13 23:51:50 +00:00
George Rhoten
9d8d0d3940 ICU-1868 Make DEFS be used for macros and includes only for compile
time, not for link time, and other various fixes.

X-SVN-Rev: 8562
2002-05-01 23:48:15 +00:00
George Rhoten
78b2d83a32 ICU-1868 Consolodate most definitions into icudefs.mk.in
X-SVN-Rev: 8494
2002-04-19 02:19:24 +00:00
Markus Scherer
995a589267 ICU-1864 add BOCU-1
X-SVN-Rev: 8481
2002-04-17 20:36:53 +00:00
Markus Scherer
74d240ec1e ICU-1754 USet - poor man's UnicodeSet, very simple, all C, efficient serialization & functions working directly on serialized form
X-SVN-Rev: 7926
2002-03-09 05:57:39 +00:00
George Rhoten
a41ce06f7f ICU-882 Remove unused code.
X-SVN-Rev: 7792
2002-02-26 23:36:49 +00:00
Markus Scherer
b0d25f3bce ICU-1721 add uprops.c implementing APIs for additional UCD properties
X-SVN-Rev: 7781
2002-02-25 22:43:04 +00:00
Markus Scherer
aae7ac8a66 ICU-1126 move break iterator code to common library so that titlecasing can use it
X-SVN-Rev: 7728
2002-02-21 04:42:32 +00:00
Markus Scherer
82cec1d0c1 ICU-1686 add uiter.* - public C API for character iteration
X-SVN-Rev: 7619
2002-02-09 21:56:46 +00:00
George Rhoten
dd02577f55 ICU-620 Clean platform.h for a distclean, not clean.
X-SVN-Rev: 7586
2002-02-07 02:10:22 +00:00
Yves Arrouye
59c59d6b47 ICU-620 recreate unicode/platform.h after make clean.
X-SVN-Rev: 7526
2002-01-30 00:01:54 +00:00
Yves Arrouye
c67fa73c5f ICU-620 another pass at having make clean do a better job.
X-SVN-Rev: 7388
2002-01-05 02:06:26 +00:00