Yves Arrouye
210309eeed
ICU-656 ignore libicu* not libicu-*
...
X-SVN-Rev: 2665
2000-10-13 00:21:36 +00:00
George Rhoten
3a45b19a66
ICU-651 u_strchr() can find NUL in a string now
...
X-SVN-Rev: 2658
2000-10-12 22:00:33 +00:00
Vladimir Weinstein
b3b0c23852
ICU-653 changed the library names and locations on win32
...
X-SVN-Rev: 2651
2000-10-12 20:36:11 +00:00
George Rhoten
27074f2079
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2649
2000-10-12 19:23:35 +00:00
George Rhoten
3015baf12e
ICU-97 Parsing a Long value is faster now.
...
X-SVN-Rev: 2648
2000-10-12 19:04:06 +00:00
George Rhoten
b6e269c959
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2646
2000-10-12 18:34:26 +00:00
George Rhoten
1573623bd5
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2642
2000-10-12 16:58:20 +00:00
Markus Scherer
a9d79701ff
ICU-415 update char names javadoc
...
X-SVN-Rev: 2631
2000-10-11 16:10:25 +00:00
Markus Scherer
9597f66a15
ICU-415 implement u_charFromNames()
...
X-SVN-Rev: 2630
2000-10-11 15:55:14 +00:00
Ram Viswanadha
77fdda8bff
ICU-599 Fixed space char bug
...
X-SVN-Rev: 2627
2000-10-11 00:59:29 +00:00
Markus Scherer
2735ed80e3
ICU-415 complete u_enumCharNames()
...
X-SVN-Rev: 2626
2000-10-11 00:18:48 +00:00
Ram Viswanadha
7667e1d763
ICU-599 Added ksc_5601_1 DBCS converter for ISO-2022-JP support
...
and changed code.
X-SVN-Rev: 2622
2000-10-10 22:38:43 +00:00
Markus Scherer
f38c42be74
ICU-415 initial implementation of u_enumCharNames()
...
X-SVN-Rev: 2620
2000-10-10 17:33:09 +00:00
George Rhoten
32092d6260
ICU-564 Did more complete testing and fixed some bugs.
...
X-SVN-Rev: 2616
2000-10-10 00:00:04 +00:00
George Rhoten
41b12b660d
ICU-573 included stdlib.h into files that need it for the utypes.h change
...
X-SVN-Rev: 2614
2000-10-09 22:08:05 +00:00
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
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
George Rhoten
008d73c4d5
ICU-638 Forgot the U_HAVE_WCSCPY
...
X-SVN-Rev: 2593
2000-10-06 17:02:22 +00:00
Ram Viswanadha
d2e51ade2c
ICU-639 removed comments for locales added
...
X-SVN-Rev: 2584
2000-10-06 00:00:03 +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
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
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
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
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
270f188bdd
ICU-629 proper install variables used.
...
X-SVN-Rev: 2559
2000-10-03 22:51:46 +00:00
Steven R. Loomis
c12237ff37
ICU-627 fix portability of UConverterStaticData
...
X-SVN-Rev: 2557
2000-10-03 20:18:22 +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
8ea49555bd
ICU-622 corrected error with instatiating aliased data
...
X-SVN-Rev: 2549
2000-10-02 19:58:36 +00:00
George Rhoten
421c0b9697
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2532
2000-09-28 06:00:10 +00:00
George Rhoten
4178a62d73
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2531
2000-09-28 05:46:28 +00:00
George Rhoten
b589f6be89
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2530
2000-09-27 23:39:36 +00:00
Yves Arrouye
a2ef9023ee
ICU-3 install $(TARGET) if $(ENABLE_STATIC) is
...
not empty, not if $(ENABLE_SHARED) isn't
X-SVN-Rev: 2525
2000-09-27 22:05:50 +00:00
George Rhoten
e55dacf4f4
ICU-615 Changed the parameter name and tested it.
...
X-SVN-Rev: 2524
2000-09-27 20:12:18 +00:00
George Rhoten
4bf2ea6943
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2514
2000-09-26 02:03:46 +00:00
George Rhoten
dc00af16a4
ICU-535 Fixed some compiler warnings
...
X-SVN-Rev: 2507
2000-09-25 20:56:12 +00:00
George Rhoten
ee90d9b713
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2506
2000-09-25 18:53:50 +00:00
George Rhoten
6d73af7a3b
ICU-535 fixed some compiler warnings
...
X-SVN-Rev: 2505
2000-09-25 17:44:01 +00:00
George Rhoten
3d38863a50
ICU-610 Described replacement functions for the deprecated functions and put in a removeal date.
...
X-SVN-Rev: 2495
2000-09-22 23:03:40 +00:00
Yves Arrouye
2cf8109556
ICU-3 initial support for static libraries. The current problems are:
...
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.
Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.
X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
Yves Arrouye
925e82c9cf
ICU-608 removed --enable-mapped in favor of --with-data-packaging
...
Auto-detected mmap() using AC_FUNC_MMAP (for fixed mmap).
Use both dlopen and mmap auto-detection to decide what the best default
data packaging is.
X-SVN-Rev: 2488
2000-09-22 19:02:20 +00:00
Ram Viswanadha
62f894821d
ICU-599 Added ISO-2022-CN implementation. Added
...
getNextUChar functions.
X-SVN-Rev: 2464
2000-09-21 00:34:21 +00:00
George Rhoten
ccdc82a514
ICU-564 Updated some comments and fixed a static memory leak.
...
X-SVN-Rev: 2460
2000-09-20 18:09:07 +00:00
George Rhoten
dff8dc915b
ICU-564 Fixed another static memory leak. This leak is Windows specific.
...
X-SVN-Rev: 2449
2000-09-19 18:02:53 +00:00