Alan Liu
|
c0f208a3d6
|
ICU-2966 use portable random number generator
X-SVN-Rev: 12815
|
2003-08-12 19:57:57 +00:00 |
|
Alan Liu
|
8f00fae65a
|
ICU-2966 implement portable random number generator
X-SVN-Rev: 12814
|
2003-08-12 19:51:03 +00:00 |
|
Alan Liu
|
d3d2336908
|
ICU-2966 clean up errln output, add @v option
X-SVN-Rev: 12813
|
2003-08-12 19:22:32 +00:00 |
|
Alan Liu
|
74c4e638d7
|
ICU-2966 pass optional command line @parameter down to tests
X-SVN-Rev: 12812
|
2003-08-12 19:10:36 +00:00 |
|
Markus Scherer
|
c2f3b8d640
|
ICU-2235 swap Unicode properties files
X-SVN-Rev: 12811
|
2003-08-12 12:23:56 +00:00 |
|
Markus Scherer
|
5b631a7f3b
|
ICU-2235 fix length calculations
X-SVN-Rev: 12810
|
2003-08-12 12:21:24 +00:00 |
|
Markus Scherer
|
5709fddab7
|
ICU-2235 swap serialized UTries
X-SVN-Rev: 12809
|
2003-08-12 12:20:06 +00:00 |
|
Markus Scherer
|
8d31f3288e
|
ICU-2235 move udataswp.* into the right project folder
X-SVN-Rev: 12808
|
2003-08-12 12:18:01 +00:00 |
|
Markus Scherer
|
a11fc0d142
|
ICU-2235 swap converter alias tables
X-SVN-Rev: 12807
|
2003-08-12 00:26:07 +00:00 |
|
Markus Scherer
|
bf6143e7c7
|
ICU-2235 do not swap 0xaa padding bytes after key strings
X-SVN-Rev: 12806
|
2003-08-12 00:21:41 +00:00 |
|
Markus Scherer
|
b0eb1e1f5d
|
ICU-2235 test arguments and data instead of noop even if the data need not change, to catch data problems early
X-SVN-Rev: 12805
|
2003-08-12 00:20:20 +00:00 |
|
Andy Heninger
|
58fc849c4f
|
ICU-3156 fix problems with ICU_USE_THREADS and the revised mutexes.
X-SVN-Rev: 12803
|
2003-08-10 23:57:35 +00:00 |
|
George Rhoten
|
bee5e57ebb
|
ICU-3097 Fix the optimization of Solaris/GCC
X-SVN-Rev: 12802
|
2003-08-09 01:37:14 +00:00 |
|
Markus Scherer
|
fa15c62af3
|
ICU-2235 add udata_printError() output
X-SVN-Rev: 12801
|
2003-08-09 00:27:31 +00:00 |
|
George Rhoten
|
4d0fbf29d6
|
ICU-3160 Don't use +DAportable on HP-UX IA64, and allow users to
specify what they want themselves.
X-SVN-Rev: 12800
|
2003-08-09 00:05:04 +00:00 |
|
Andy Heninger
|
c934d47697
|
ICU-3156 u_setIncDecFunctions(), API Docs
X-SVN-Rev: 12799
|
2003-08-08 23:56:02 +00:00 |
|
George Rhoten
|
e71305bba2
|
ICU-3097 Change -G to -shared in mh-solaris-gcc and remove the out of
date rules for building .o files in source/data. We build in source/data/out/build now.
X-SVN-Rev: 12798
|
2003-08-08 23:53:43 +00:00 |
|
Markus Scherer
|
c96db994ab
|
ICU-2235 initial icu data swapping code
X-SVN-Rev: 12797
|
2003-08-08 23:39:34 +00:00 |
|
George Rhoten
|
14b98f4339
|
ICU-3097 Fix for Solaris error "ld: fatal: relocations remain against
allocatable but non-writable sections" when -ztext is used.
X-SVN-Rev: 12795
|
2003-08-08 23:18:34 +00:00 |
|
Vladimir Weinstein
|
2a8ef12f0c
|
ICU-3109 Test used to read before the start of the buffer
X-SVN-Rev: 12790
|
2003-08-08 19:37:40 +00:00 |
|
George Rhoten
|
461cc2fafc
|
ICU-2948 Japanese date/time fixes
X-SVN-Rev: 12788
|
2003-08-08 17:13:43 +00:00 |
|
Andy Heninger
|
aedb354246
|
ICU-3156 u_setMutexFunctions(), cleanup to mutex implementation
X-SVN-Rev: 12787
|
2003-08-08 16:23:38 +00:00 |
|
George Rhoten
|
d2b1332892
|
ICU-2256 Unify printf implementations.
X-SVN-Rev: 12785
|
2003-08-07 23:46:25 +00:00 |
|
George Rhoten
|
7a2de521f8
|
ICU-2256 Performance enhancement.
Make ustdio %e start up faster, especially since it's not using currency data.
X-SVN-Rev: 12782
|
2003-08-07 19:01:31 +00:00 |
|
George Rhoten
|
fc552956ad
|
ICU-2948 Various date/time fixes
X-SVN-Rev: 12781
|
2003-08-07 17:10:13 +00:00 |
|
George Rhoten
|
4ace3695b8
|
ICU-2256 Fix compiler error.
X-SVN-Rev: 12780
|
2003-08-07 16:25:05 +00:00 |
|
Vladimir Weinstein
|
1a93f5d7aa
|
ICU-3109 no C++ comments in C files
X-SVN-Rev: 12776
|
2003-08-06 17:56:12 +00:00 |
|
Vladimir Weinstein
|
de668ea37d
|
ICU-3109 updated rules test so that it can handle indirect positioning
X-SVN-Rev: 12774
|
2003-08-06 17:29:38 +00:00 |
|
George Rhoten
|
d86da9f613
|
ICU-2256 Get both printf implementations ready for unification,
and remove the pointless loccache which is not thread safe and didn't really cache that much.
X-SVN-Rev: 12773
|
2003-08-06 16:44:14 +00:00 |
|
George Rhoten
|
b8a9342753
|
ICU-2256 Remove duplicate code.
X-SVN-Rev: 12772
|
2003-08-06 16:28:49 +00:00 |
|
George Rhoten
|
99052e35de
|
ICU-2256 Performance enhancement.
Increase the buffer size.
X-SVN-Rev: 12771
|
2003-08-06 16:25:31 +00:00 |
|
George Rhoten
|
8f74281993
|
ICU-2256 Get both printf implementations ready for unification,
and remove the pointless loccache which is not thread safe and didn't really cache that much.
X-SVN-Rev: 12770
|
2003-08-06 16:18:38 +00:00 |
|
Markus Scherer
|
85e7446047
|
ICU-2449 take IMAP-mailbox-name out of UCONFIG_NO_LEGACY_CONVERSION brackets
X-SVN-Rev: 12769
|
2003-08-05 23:39:49 +00:00 |
|
Eric Mader
|
b44cf65636
|
ICU-3156 u_setMemoryFuncs(), partial u_setMutexFunctions()
X-SVN-Rev: 12768
|
2003-08-05 22:03:46 +00:00 |
|
Markus Scherer
|
b98ab2b105
|
ICU-2449 more documentation improvements
X-SVN-Rev: 12767
|
2003-08-05 17:30:02 +00:00 |
|
Ram Viswanadha
|
4abb90da22
|
ICU-3050 fix compiler warnings
X-SVN-Rev: 12766
|
2003-08-05 16:39:09 +00:00 |
|
Ram Viswanadha
|
bac87f5f9f
|
ICU-3050 fix failure on redhat 6.2
X-SVN-Rev: 12765
|
2003-08-05 16:38:45 +00:00 |
|
Markus Scherer
|
a2f0081966
|
ICU-3138 credit Niklaus Wirth's book
X-SVN-Rev: 12764
|
2003-08-05 16:20:33 +00:00 |
|
Markus Scherer
|
30d945c26e
|
ICU-3138 test a smaller array for the smaller threshold for insertionSort
X-SVN-Rev: 12763
|
2003-08-05 13:34:19 +00:00 |
|
Markus Scherer
|
a5165b0479
|
ICU-3138 always use insertion sort for short arrays
X-SVN-Rev: 12762
|
2003-08-05 13:29:36 +00:00 |
|
George Rhoten
|
de842f02a8
|
ICU-2256 Start to unify some of the code.
X-SVN-Rev: 12761
|
2003-08-05 07:39:12 +00:00 |
|
Andy Heninger
|
ed7b79ac52
|
ICU-3156 u_setMemoryFuncs(), partial u_setMutexFunctions()
X-SVN-Rev: 12760
|
2003-08-05 01:25:54 +00:00 |
|
Markus Scherer
|
2919851e9e
|
ICU-3050 fix setting of leadUnitValue for lead surrogates before folding
X-SVN-Rev: 12759
|
2003-08-05 00:20:30 +00:00 |
|
Markus Scherer
|
2dca70aecf
|
ICU-3050 test trie folding edge cases
X-SVN-Rev: 12758
|
2003-08-05 00:18:38 +00:00 |
|
Alan Liu
|
fbf9a44f50
|
ICU-2966 range-check previous month
X-SVN-Rev: 12757
|
2003-08-04 23:13:43 +00:00 |
|
Ram Viswanadha
|
437c9d85d7
|
ICU-3050 utrie_enum() needs to report a transition to a block of unused lead surrogates
X-SVN-Rev: 12756
|
2003-08-04 22:25:18 +00:00 |
|
Alan Liu
|
c885ccf673
|
ICU-2966 favor int& over int[1] in C++ (clean up Java port)
X-SVN-Rev: 12755
|
2003-08-04 21:29:32 +00:00 |
|
Markus Scherer
|
2e40160c78
|
ICU-3138 use internal sort function
X-SVN-Rev: 12754
|
2003-08-04 20:39:25 +00:00 |
|
Markus Scherer
|
d16be0ea7f
|
ICU-3138 add internal sort function to replace qsort
X-SVN-Rev: 12753
|
2003-08-04 20:37:54 +00:00 |
|
Markus Scherer
|
8e7d1112f4
|
ICU-3138 test internal sort function
X-SVN-Rev: 12752
|
2003-08-04 20:36:18 +00:00 |
|