Commit Graph

3740 Commits

Author SHA1 Message Date
George Rhoten
05478226be ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4783
2001-05-24 20:59:12 +00:00
Ram Viswanadha
259ad06916 ICU-900 Fixed compiler warnings
X-SVN-Rev: 4781
2001-05-24 01:10:46 +00:00
Ram Viswanadha
291615ee88 ICU-954 Changed target buffer size and initializing of cp
X-SVN-Rev: 4780
2001-05-24 01:08:59 +00:00
Yves Arrouye
e265cf78aa ICU-601 .so with the .5 extension or it won't work.
X-SVN-Rev: 4779
2001-05-23 23:41:35 +00:00
George Rhoten
d6829894d8 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4775
2001-05-23 20:44:42 +00:00
George Rhoten
88ac94a221 ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4774
2001-05-23 20:32:44 +00:00
George Rhoten
92be7ab1ae ICU-900 Fixed some compiler warnings
X-SVN-Rev: 4770
2001-05-23 17:55:35 +00:00
George Rhoten
f43a720e99 ICU-900 Fixed some compiler warnings on HPUX.
X-SVN-Rev: 4768
2001-05-22 23:31:54 +00:00
George Rhoten
77f85d78dc ICU-900 Undo the last fix for the some compiler warnings on Solaris. It's an API error.
X-SVN-Rev: 4767
2001-05-22 22:54:43 +00:00
George Rhoten
11ea1fe6f9 ICU-961 Removed dead code for memory checking
X-SVN-Rev: 4766
2001-05-22 22:44:37 +00:00
George Rhoten
862e4af175 ICU-900 Fixed some compiler warnings on Solaris
X-SVN-Rev: 4765
2001-05-22 22:39:11 +00:00
Vladimir Weinstein
6945e44e93 ICU-96 NO C++ comments in C file
X-SVN-Rev: 4764
2001-05-22 22:37:06 +00:00
Vladimir Weinstein
27f3171b91 ICU-96 Wrong test file was commited
X-SVN-Rev: 4763
2001-05-22 22:33:13 +00:00
George Rhoten
c032fe0e1f ICU-900 Fixed some compiler warnings on Solaris
X-SVN-Rev: 4762
2001-05-22 22:31:00 +00:00
Vladimir Weinstein
152b11f484 ICU-96 Hangul tailoring fix, different case bit function, added comments to strcoll
X-SVN-Rev: 4761
2001-05-22 22:26:58 +00:00
George Rhoten
94e1fd78a5 ICU-900 Fixed some compiler warnings on HPUX.
X-SVN-Rev: 4760
2001-05-22 22:25:48 +00:00
George Rhoten
e6c100cbbf ICU-900 Fixed some compiler warnings on HPUX.
X-SVN-Rev: 4759
2001-05-22 21:59:28 +00:00
George Rhoten
df791cb2a9 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4758
2001-05-22 21:54:46 +00:00
George Rhoten
d6816d1e16 ICU-961 Fix HP compiler warning while using goto statements, and make the error messages more informative
X-SVN-Rev: 4757
2001-05-22 21:48:09 +00:00
George Rhoten
4707ba5991 ICU-900 Fix HP compiler warning while using goto statements.
X-SVN-Rev: 4756
2001-05-22 21:20:05 +00:00
George Rhoten
139325a10d ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4755
2001-05-22 20:42:52 +00:00
Ram Viswanadha
6b12c9cdef ICU-954 Fix memory leak and converter flush
X-SVN-Rev: 4753
2001-05-22 18:00:55 +00:00
George Rhoten
273a9022fc ICU-954 Fixed some compiler warnings, remove tabs, and simplify ucbuf_getc()
X-SVN-Rev: 4752
2001-05-22 17:36:43 +00:00
George Rhoten
15b4fbebc1 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4749
2001-05-22 16:54:15 +00:00
George Rhoten
bb1950fcb3 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4748
2001-05-22 16:39:51 +00:00
George Rhoten
6de44560c8 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4747
2001-05-22 16:26:59 +00:00
George Rhoten
dd88d34144 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4745
2001-05-22 16:15:21 +00:00
Ram Viswanadha
e3b0472c65 ICU-954 Fix memory leak and converter flush
X-SVN-Rev: 4744
2001-05-22 15:54:03 +00:00
George Rhoten
70a1956607 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4742
2001-05-21 23:41:44 +00:00
George Rhoten
89aaa684f0 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4739
2001-05-21 23:30:57 +00:00
George Rhoten
aaa02de5c3 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4738
2001-05-21 23:12:10 +00:00
George Rhoten
c3bcdd8bbf ICU-932 bug2() was wrong. Don't use strlen on a non-NULL terminated string.
X-SVN-Rev: 4737
2001-05-21 23:00:59 +00:00
George Rhoten
7a2d4c49a9 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4736
2001-05-21 22:58:19 +00:00
Vladimir Weinstein
eb53dfe572 ICU-96 [CODE REVIEW] /* THIS WOULD BE AN API CHANGE - WE HAD TO REMOVE IT FROM COMMON AND PUT IN UCOL.CPP */ We needed u_strncmpCodePointOrder for identical comparison
X-SVN-Rev: 4735
2001-05-21 22:54:51 +00:00
Vladimir Weinstein
cd8a95d0cf ICU-96 [CODE REVIEW] Commented code removal from ucol_strcoll, changing literals with #define constants, removed unneeded and harmful masking
X-SVN-Rev: 4733
2001-05-21 22:30:49 +00:00
Vladimir Weinstein
8e3a554c78 ICU-96 [CODE REVIEW] We needed u_strncmpCodePointOrder for identical comparison
X-SVN-Rev: 4732
2001-05-21 22:28:00 +00:00
Yves Arrouye
9d65eb286b ICU-961 changed U_ICU_VERSION to 1.8.1 which in turns ensures that all
the library version numbers are okay.

X-SVN-Rev: 4731
2001-05-21 22:07:19 +00:00
George Rhoten
4cbb5723ca ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4730
2001-05-21 19:46:14 +00:00
George Rhoten
ceac7b8a88 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4729
2001-05-21 19:38:13 +00:00
Vladimir Weinstein
0eb4c99a72 ICU-96 Fixed goofy special case crash
X-SVN-Rev: 4727
2001-05-19 02:37:47 +00:00
Markus Scherer
e5d329510d ICU-932 fix ucnv_convert() buffer management (rewrite ucnv_convert())
X-SVN-Rev: 4726
2001-05-19 00:55:13 +00:00
Markus Scherer
2e9fc98b69 ICU-932 add Ed's tests of ucnv_convert() buffer management
X-SVN-Rev: 4725
2001-05-19 00:52:35 +00:00
Ram Viswanadha
a1c36a3483 ICU-962 Fix for 'make install' to keep going without an error
X-SVN-Rev: 4724
2001-05-18 23:56:34 +00:00
Vladimir Weinstein
ccbff762f2 ICU-96 Enabled redundant tailoring test
X-SVN-Rev: 4723
2001-05-18 23:49:26 +00:00
Vladimir Weinstein
32cf780767 ICU-96 fixed Andys token bug. Added aditional parsing logic to achieve ordering of the elements according to Marks requests.
X-SVN-Rev: 4722
2001-05-18 23:48:16 +00:00
Andy Heninger
c074be3541 ICU-880 collperf test program - input file shouldda been opened binary mode
X-SVN-Rev: 4721
2001-05-18 22:32:10 +00:00
George Rhoten
f1102238b5 ICU-961 Changed the patch level
X-SVN-Rev: 4720
2001-05-18 20:56:51 +00:00
George Rhoten
498a0a7e85 ICU-900 Fixed some compiler warnings.
X-SVN-Rev: 4719
2001-05-18 20:53:01 +00:00
Jim Snyder Grant
e92c19d9c8 ICU-96 make sure %%UCARULES can be handled with separator-terminated source-path.
X-SVN-Rev: 4718
2001-05-18 20:52:25 +00:00
Vladimir Weinstein
00a32c9550 ICU-96 modified BOCSU for identical level and moved it into a separate module
X-SVN-Rev: 4714
2001-05-18 19:49:04 +00:00