Ram Viswanadha
b22c7793b5
ICU-639 added new locale definitions
...
X-SVN-Rev: 2585
2000-10-06 00:01:14 +00:00
Ram Viswanadha
d2e51ade2c
ICU-639 removed comments for locales added
...
X-SVN-Rev: 2584
2000-10-06 00:00:03 +00:00
Ram Viswanadha
e07e541922
ICU-639 added new locale files in utf-8 format
...
X-SVN-Rev: 2583
2000-10-05 23:58:57 +00:00
Yves Arrouye
92cdf1f717
ICU-640 use AC_SEARCH_LIBS(dlopen, dl c) to look for dlopen so that
...
it is found on FreeBSD where it is part of the C library.
X-SVN-Rev: 2582
2000-10-05 23:55:00 +00:00
Yves Arrouye
67e658da3c
ICU-530 use #if U_HAVE_NL_LANGINFO, not #ifdef
...
X-SVN-Rev: 2581
2000-10-05 23:46:48 +00:00
Yves Arrouye
0b35a1e72c
ICU-630 autoconf detection code for tzset, _tzset, tzname, _tzname
...
(adapted from AC_STRUCT_TIMEZONE), timezone and _timezone. The defines
U_TZSET, U_TZNAME and U_TIMEZONE either contain the symbol to use, or are
undefined if there is no appropriate symbol. putil.c thus has now things
like:
uprv_timezone() {
#ifdef U_TIMEZONE
return U_TIMEZONE;
#else
...........
#endif
}
which is much simpler.
X-SVN-Rev: 2580
2000-10-05 23:41:59 +00:00
Yves Arrouye
1c4c881afb
ICU-638 added the new U_HAVE_NL_LANGINFO, U_HAVE_CODESET, and
...
U_HAVE_TZSET to get rid of the (routinely incorrect) manipulation of U_POSIX
based on platform names. Also added U_HAVE_WCSCPY to define whether a
platform has the w* functions (it may not, even if wchar.h is present).
X-SVN-Rev: 2579
2000-10-05 19:33:35 +00:00
Yves Arrouye
7738c43e8b
ICU-630 use $(INVOKE) and capitalize on $(LDLIBRARYPATH_ENVVAR) to make it portable
...
X-SVN-Rev: 2578
2000-10-05 19:25:39 +00:00
Yves Arrouye
191996bb15
ICU-630 use $(INVOKE)
...
X-SVN-Rev: 2577
2000-10-05 19:24:42 +00:00
Ram Viswanadha
eeb6aaf014
ICU-535 Fixed compiler warnings at warning level 4
...
X-SVN-Rev: 2576
2000-10-05 16:49:47 +00:00
George Rhoten
a44afd1cde
ICU-631 WIN32 is always defined in pwin32.h. This might be a fix for the cygwin problem.
...
X-SVN-Rev: 2575
2000-10-05 15:54:16 +00:00
Ram Viswanadha
8f08aa2260
ICU-634 Implemented design changes.
...
X-SVN-Rev: 2574
2000-10-05 02:25:53 +00:00
George Rhoten
5fff851553
ICU-631 Implemented ucmp16_isBogus()
...
X-SVN-Rev: 2573
2000-10-05 01:06:54 +00:00
Steven R. Loomis
9d19a7e0a3
ICU-608 'files' mode for pkgdata.. also, export the default mode to Makefile.inc
...
X-SVN-Rev: 2572
2000-10-05 00:03:01 +00:00
Madhu K
7f0bab0a86
.equals() correction
...
X-SVN-Rev: 2571
2000-10-04 23:12:33 +00:00
George Rhoten
539869f5f4
ICU-631 The _WIN32 checking should really be WIN32.
...
X-SVN-Rev: 2570
2000-10-04 22:52:22 +00:00
George Rhoten
fa90ef551e
ICU-535 Re-enabled some compiler warning reporting by removing some #pragma statements for Windows.
...
X-SVN-Rev: 2569
2000-10-04 22:32:34 +00:00
Madhu K
7ffcdd1311
Added tests for RBBI and UnicodeFilterLogic
...
X-SVN-Rev: 2568
2000-10-04 21:58:59 +00:00
Madhu K
f4df91ee89
Tests for UnicodeFilterLogic initial checkin
...
X-SVN-Rev: 2567
2000-10-04 21:58:12 +00:00
Madhu K
3eeda4d03a
Tests for Rule based break iterator initial checkin
...
X-SVN-Rev: 2566
2000-10-04 21:57:45 +00:00
George Rhoten
8fec668948
ICU-480 Simplified the #if for timezone. NetBSD still not supported, but it will be easier to add in the future.
...
X-SVN-Rev: 2565
2000-10-04 19:24:31 +00:00
George Rhoten
736f6c652c
ICU-480 NetBSD porting
...
X-SVN-Rev: 2564
2000-10-04 18:30:18 +00:00
Ram Viswanadha
1b4ba125a3
ICU-535 Fixed compiler warnings at warning level 4
...
X-SVN-Rev: 2563
2000-10-04 00:11:50 +00:00
Yves Arrouye
26d670ff05
ICU-601 take cnvalias.dat.5 out of srcdir.
...
X-SVN-Rev: 2562
2000-10-03 23:59:42 +00:00
Yves Arrouye
dd54129272
ICU-629 use INSTALL-L for lib
...
X-SVN-Rev: 2561
2000-10-03 23:26:47 +00:00
Yves Arrouye
dd68d5aa81
ICU-630 do not use rpath by default; added --enable-rpath for when
...
it is really needed.
X-SVN-Rev: 2560
2000-10-03 23:19:26 +00:00
Yves Arrouye
270f188bdd
ICU-629 proper install variables used.
...
X-SVN-Rev: 2559
2000-10-03 22:51:46 +00:00
Steven R. Loomis
45330ce7fb
ICU-627 .cnv files depend on makeconv (so they get updated automatically)
...
X-SVN-Rev: 2558
2000-10-03 21:00:01 +00:00
Steven R. Loomis
c12237ff37
ICU-627 fix portability of UConverterStaticData
...
X-SVN-Rev: 2557
2000-10-03 20:18:22 +00:00
George Rhoten
77f5f0afe8
ICU-623 Updated the readme and fixed some formatting.
...
X-SVN-Rev: 2556
2000-10-03 19:21:46 +00:00
Yves Arrouye
87eb24c3ac
ICU-3 changed the names of the shared libs variables etc.
...
X-SVN-Rev: 2555
2000-10-03 18:27:36 +00:00
George Rhoten
ec831ea5a9
ICU-623 Updated the readme and fixed some formatting.
...
X-SVN-Rev: 2554
2000-10-03 03:11:28 +00:00
Yves Arrouye
99e1135905
ICU-620 fixed typo (damn!)
...
X-SVN-Rev: 2553
2000-10-03 00:27:17 +00:00
Yves Arrouye
0fb401e71f
ICU-620
...
X-SVN-Rev: 2552
2000-10-03 00:01:27 +00:00
Yves Arrouye
9686d239f0
ICU-620 cleaned up cleaning (w/ an ugly twist in the top-level Makefile to start cleaning w/ tools)
...
X-SVN-Rev: 2551
2000-10-02 23:37:16 +00:00
Vladimir Weinstein
ce2a907f31
ICU-622 smarter checking for icu data existence
...
X-SVN-Rev: 2550
2000-10-02 20:04:47 +00:00
Vladimir Weinstein
8ea49555bd
ICU-622 corrected error with instatiating aliased data
...
X-SVN-Rev: 2549
2000-10-02 19:58:36 +00:00
Yves Arrouye
6eede8037e
ICU-3 fixed typo.
...
X-SVN-Rev: 2548
2000-10-02 19:40:49 +00:00
George Rhoten
ea063658b4
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2547
2000-10-02 16:53:02 +00:00
Yves Arrouye
0e3e4ebdd0
ICU-3 add the PIC flags variables if ENABLE_SHARED is non-null
...
X-SVN-Rev: 2546
2000-10-02 16:34:03 +00:00
Yves Arrouye
324d161aa8
ICU-3 do not use @ENABLE_SHARED@ it won't get substituted.
...
X-SVN-Rev: 2545
2000-10-02 16:33:36 +00:00
George Rhoten
32cdc29d7d
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2544
2000-09-30 02:49:59 +00:00
George Rhoten
3d3eb3058e
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2543
2000-09-30 02:35:31 +00:00
George Rhoten
5244d856d6
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2542
2000-09-30 01:57:38 +00:00
George Rhoten
ef1328e9b6
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2541
2000-09-30 01:40:03 +00:00
George Rhoten
2b5377f91f
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2540
2000-09-30 00:19:20 +00:00
George Rhoten
62caf39054
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2539
2000-09-30 00:06:54 +00:00
Yves Arrouye
abf1ce1516
ICU-3 if building a shared library, use -fPIC -DPIC, otherwise don't
...
X-SVN-Rev: 2538
2000-09-29 22:15:46 +00:00
Yves Arrouye
70d88bb088
ICU-601 revamped manual page for genrb, reused as much as possible from the gencnval page for consistency
...
X-SVN-Rev: 2537
2000-09-29 22:04:25 +00:00
Yves Arrouye
6f47d5d104
ICU-601 added manual pages for convrtrs.txt and cnvalias.dat, cleaned up page for gencnval.
...
X-SVN-Rev: 2536
2000-09-29 22:03:55 +00:00