Commit Graph

2381 Commits

Author SHA1 Message Date
Markus Scherer
4a7d60806c ICU-644 fix u_charName() problems: misinterpretation of semicolon byte values
X-SVN-Rev: 2611
2000-10-09 20:22:42 +00:00
Vladimir Weinstein
d399a4228e ICU-564 corrected a typo
X-SVN-Rev: 2610
2000-10-09 20:22:03 +00:00
Yves Arrouye
e78fc7185e ICU-3 don't use a double-ext for STATIC_O, it confused BSD make lovers :)
X-SVN-Rev: 2609
2000-10-09 19:55:52 +00:00
Yves Arrouye
c6192a34ec ICU-3 support compiling the source files twice with different options
while building; used on platforms that pass some special flags while
building shared libs (eg. -fPIC, -KPIC and others), but don't need
these flags when building static libs.

X-SVN-Rev: 2608
2000-10-09 19:06:57 +00:00
Ram Viswanadha
07de4a6245 ICU-634 Removed an if statement which sends the converter
into an infinite loop

X-SVN-Rev: 2607
2000-10-09 18:50:01 +00:00
Yves Arrouye
f2f786c479 ICU-640 just in case for FreeBSD, look for wcscpy in -lwcs at the same time we look for it in the libc.
X-SVN-Rev: 2606
2000-10-09 18:04:44 +00:00
Madhu K
e86dd0280d Removed warnings(jikes compiler)
X-SVN-Rev: 2605
2000-10-09 16:32:07 +00:00
Ram Viswanadha
a9bd13602c modified the cvs log-in instructions
X-SVN-Rev: 2604
2000-10-07 02:15:46 +00:00
Ram Viswanadha
e0ea0d99dc modified the cvs log-in instructions
X-SVN-Rev: 2603
2000-10-07 02:12:52 +00:00
Alan Liu
26fda5bab3 Convert non-ASCII characters to Unicode escapes
X-SVN-Rev: 2602
2000-10-06 23:16:40 +00:00
Alan Liu
0842019826 InterIndic transliterator support
X-SVN-Rev: 2601
2000-10-06 23:08:08 +00:00
Madhu K
344330dfa2 Added tests for transliteration
X-SVN-Rev: 2600
2000-10-06 21:42:38 +00:00
Steven R. Loomis
01646998b7 ICU-608 more noise reduction
X-SVN-Rev: 2598
2000-10-06 18:00:29 +00:00
Steven R. Loomis
e04f92f8d1 ICU-608 pkgdata fixes for unix
X-SVN-Rev: 2597
2000-10-06 18:00:11 +00:00
George Rhoten
2724a2bf15 ICU-608 .cvs ignore for pkgdata
X-SVN-Rev: 2596
2000-10-06 17:52:08 +00:00
George Rhoten
769a525a41 ICU-608 pkgdata updates for Win32
X-SVN-Rev: 2595
2000-10-06 17:51:01 +00:00
George Rhoten
f4709134a2 ICU-608 pkgdata updates for Win32
X-SVN-Rev: 2594
2000-10-06 17:39:09 +00:00
George Rhoten
008d73c4d5 ICU-638 Forgot the U_HAVE_WCSCPY
X-SVN-Rev: 2593
2000-10-06 17:02:22 +00:00
Steven R. Loomis
d2a6ce7b63 ICU-630 fix
X-SVN-Rev: 2592
2000-10-06 05:53:15 +00:00
Steven R. Loomis
3d33f69796 ICU-608 cut down the noise..
X-SVN-Rev: 2591
2000-10-06 04:21:05 +00:00
George Rhoten
2802e52208 ICU-229 Removed the reference to the old Java site for the Resource Bundle format..
X-SVN-Rev: 2590
2000-10-06 01:05:09 +00:00
Yves Arrouye
ed14ce5bff ICU-640 enable library versioning
X-SVN-Rev: 2589
2000-10-06 00:56:39 +00:00
Ram Viswanadha
c54dd54b7f ICU-639 added new locale files in utf-8 format
X-SVN-Rev: 2588
2000-10-06 00:15:37 +00:00
Yves Arrouye
22e55c4d9d ICU-640 put -fPIC in SHAREDLIB*FLAGS not every compile line
X-SVN-Rev: 2587
2000-10-06 00:12:32 +00:00
Yves Arrouye
5f926de34e ICU-640 revamped looking up for pthread_create in libpthread,
libpthreads (old FreeBSD), libc_r (newer FreeBSD) and cma in a single
check

X-SVN-Rev: 2586
2000-10-06 00:08:04 +00:00
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