Commit Graph

16361 Commits

Author SHA1 Message Date
Markus Scherer
6b0e32fd7c ICU-6453 fix/improve upvec_ serialization, require 32-bit-aligned serialization buffers, and clean up some code
X-SVN-Rev: 24870
2008-10-24 04:35:50 +00:00
Peter Edberg
7364736f03 ICU-6585 Formats with c,cc should use local day of week (and ee should have zero pad)
X-SVN-Rev: 24869
2008-10-24 03:36:26 +00:00
Markus Scherer
35f8ea1402 ICU-6453 upvec_ introduce UPropsVectors type, clean up API a bit
X-SVN-Rev: 24866
2008-10-23 06:00:59 +00:00
Markus Scherer
362d08e00b ICU-6530 fix some gcc warnings
X-SVN-Rev: 24865
2008-10-22 22:28:06 +00:00
Markus Scherer
9be9a82b08 ICU-6530 add UTrie2 and improve upvec_ via svn merge -r 24551:24849 icu/branches/markus/utf8
X-SVN-Rev: 24862
2008-10-22 19:50:07 +00:00
Xiaomei Ji
6280be2fa5 ICU-6303 change FIXME to TODO
X-SVN-Rev: 24860
2008-10-22 06:06:56 +00:00
Michael Ow
622526558d ICU-6589 Fix the TestStreamEOF error logging issue and use UChar* instead of *char for proper default codepage issues especially on EBCDIC platforms.
X-SVN-Rev: 24844
2008-10-17 19:57:37 +00:00
Markus Scherer
92488b771d ICU-5691 fix comments/order in conversion.txt
X-SVN-Rev: 24825
2008-10-16 00:32:27 +00:00
Markus Scherer
add67e15d5 ICU-5691 fix 2022 & HZ to really include the offending trail byte exactly if it is not a starter
X-SVN-Rev: 24824
2008-10-16 00:24:42 +00:00
Peter Edberg
dea1e8f6fe ICU-5726 Make parse work for eee-eeeee, EEEE, c-cc; add tests.
X-SVN-Rev: 24814
2008-10-15 08:08:04 +00:00
Eric Mader
1c8d7fe65a ICU-6556 remove this orphaned file.
X-SVN-Rev: 24808
2008-10-14 23:18:04 +00:00
Steven R. Loomis
b90b3d2fba ICU-6564 remove default 64bit=yes. Merge r24704:24803 from /repos/icu/icu/branches/srl/unbreak
X-SVN-Rev: 24804
2008-10-14 22:55:22 +00:00
Michael Ow
85121155a5 ICU-5944 Remove unneeded free function and use struct and static array.
X-SVN-Rev: 24803
2008-10-14 21:46:58 +00:00
Andy Heninger
a9dee48073 ICU-6584 Fix errors in API docs for UnicodeSetIterator
X-SVN-Rev: 24802
2008-10-14 21:23:53 +00:00
Yoshito Umaoka
a8ce16866f ICU-6415 ICU4C timezone 2008h
X-SVN-Rev: 24797
2008-10-14 13:27:08 +00:00
Markus Scherer
874efe9fbd ICU-5691 comment out no-longer-needed function
X-SVN-Rev: 24778
2008-10-10 18:16:02 +00:00
Steven R. Loomis
6147253143 ICU-6219 Cygwin updates, and also a check-local at top level. Merged in from branches/srl/SIGWINCH r24732:24774
X-SVN-Rev: 24775
2008-10-10 16:52:15 +00:00
Markus Scherer
c801506d5d ICU-5691 stop illegal HZ tilde sequences before the first byte that could start a new character
X-SVN-Rev: 24773
2008-10-10 16:30:28 +00:00
Markus Scherer
e10cfeebfe ICU-5691 minor bug fix
X-SVN-Rev: 24770
2008-10-10 06:01:08 +00:00
Markus Scherer
b6b3273af0 ICU-5691 stop illegal ISO-2022 escape/shift sequences before the first byte that could start a new character
X-SVN-Rev: 24769
2008-10-10 06:00:27 +00:00
Yoshito Umaoka
2b9e6b107e ICU-6415 ICU4C time zone 2008g
X-SVN-Rev: 24755
2008-10-08 14:32:35 +00:00
Yoshito Umaoka
6c9239aa08 ICU-6577 Truncate time zone trunsition data out of signed in32 seconds range.
X-SVN-Rev: 24753
2008-10-08 14:30:17 +00:00
Peter Edberg
a57e83d1fb ICU-5726 Make format work for eee-eeeee (UDAT_DOW_LOCAL_FIELD); add & fix tests
X-SVN-Rev: 24752
2008-10-08 08:23:48 +00:00
Eric Mader
57e86d3127 ICU-6576 Check code points for UCOL_IDENTICAL. Recompute processed pattern CEs if strength changes from < quaternary to >= quaternary or visa versa.
X-SVN-Rev: 24749
2008-10-07 23:37:42 +00:00
Jason Spieth
c712edec79 ICU-6193 Commit changes to trunk via manual edit
X-SVN-Rev: 24740
2008-10-07 15:40:37 +00:00
Markus Scherer
acd74a93d1 ICU-5691 stop illegal sequences before the first byte that could start a new character; in MBCS, DBCS, ISO-2022, HZ; also make ISO-2022-KR strictly check for validity
X-SVN-Rev: 24733
2008-10-07 04:33:51 +00:00
Michael Ow
6e33806beb ICU-5944 Read 512 bytes at a time when comparing tzfiles and use stack array for buffer to avoid excessive mallocs and frees.
X-SVN-Rev: 24725
2008-10-06 17:38:07 +00:00
Andy Heninger
d68fd42cc7 ICU-6567 Fix some compiler warnings
X-SVN-Rev: 24716
2008-10-03 20:36:15 +00:00
Andy Heninger
7b405b40af ICU-6567 Fix some compiler warnings
X-SVN-Rev: 24715
2008-10-03 20:30:55 +00:00
Steven R. Loomis
7f89a4be9d ICU-6557 fix c/c++ confusion
X-SVN-Rev: 24711
2008-10-03 08:08:33 +00:00
Steven R. Loomis
f2211fa7b9 ICU-6564 fix configure, update to new comment style, and fix solaris 64bit test.
X-SVN-Rev: 24710
2008-10-03 08:08:02 +00:00
Peter Edberg
1e9adc5dc1 ICU-6072 Add DateFormatSymbols support for NarrowEras, use it to format & parse with GGGGG
X-SVN-Rev: 24709
2008-10-03 07:47:57 +00:00
Steven R. Loomis
3f1ae1d226 ICU-6557 revert to r24563
X-SVN-Rev: 24706
2008-10-02 22:44:37 +00:00
Steven R. Loomis
916be7fc7f ICU-6557 fix for C linkage
X-SVN-Rev: 24703
2008-10-02 20:56:16 +00:00
Steven R. Loomis
09af16f87e ICU-6557 fix more C/C++ function confusion
X-SVN-Rev: 24702
2008-10-02 20:20:10 +00:00
Yoshito Umaoka
27305576ac ICU-6554 Fix a compilation error on Windows introduced by the previous change.
X-SVN-Rev: 24700
2008-10-02 14:44:44 +00:00
Michael Ow
f904dc9003 ICU-6554 Add releasing of allocated memory when uprv_tzname is called.
X-SVN-Rev: 24698
2008-10-01 21:17:55 +00:00
Steven R. Loomis
6c1e80795b ICU-6557 fix linkage issue.
X-SVN-Rev: 24695
2008-10-01 19:23:06 +00:00
Michael Ow
f92998e519 ICU-6554 Remove previous free from timezone.cpp and use static array in TestOpenVsOpenRules() capitst.
X-SVN-Rev: 24693
2008-10-01 16:54:07 +00:00
Michael Ow
13b807cf6f ICU-6412 Remove some unused variables.
X-SVN-Rev: 24692
2008-10-01 15:39:27 +00:00
Michael Ow
9d289d4570 ICU-6554 Implement proper freeing of allocated memory to avoid memory leak.
X-SVN-Rev: 24691
2008-10-01 14:14:13 +00:00
Michael Ow
715a5f50cb ICU-5944 Use static array and variables when possible to avoid excessive mallocs and memory allocations.
X-SVN-Rev: 24690
2008-10-01 14:11:08 +00:00
Andy Heninger
629e44209b ICU-6486 Configure, make enable-strict default to yes.
X-SVN-Rev: 24688
2008-10-01 05:43:35 +00:00
Steven R. Loomis
c68132d733 ICU-6552 down to 16 errors/warnings in doxygen
X-SVN-Rev: 24687
2008-10-01 01:24:46 +00:00
Yoshito Umaoka
de92282fee ICU-6207 Cleaned up unused code. Minor improvements.
X-SVN-Rev: 24682
2008-09-30 19:18:59 +00:00
Michael Ow
0812949ed9 ICU-6524 Update configure files to autoconf 2.63.
X-SVN-Rev: 24674
2008-09-29 20:51:09 +00:00
Michael Ow
bb46b6ef35 ICU-6555 Add tmunit.h, tmutamt.h, and tmutfmt.h to hdrtest cxx files list.
X-SVN-Rev: 24672
2008-09-29 17:37:32 +00:00
Steven R. Loomis
0e7646b347 ICU-6552 reduce a lot of doxygen errs, improve output docs
X-SVN-Rev: 24668
2008-09-27 01:12:32 +00:00
Michael Ow
b88911b137 ICU-6412 Fix some copyright date.
X-SVN-Rev: 24665
2008-09-26 21:25:04 +00:00
Steven R. Loomis
1c2cc48c0d ICU-4184 updated test to improve flexibility. This test does fail, so it was commented out until fixed. Added comments to the ticket.
X-SVN-Rev: 24664
2008-09-26 21:13:15 +00:00