Commit Graph

147 Commits

Author SHA1 Message Date
Michael Ow
30153c1400 ICU-8209 Update version number in ICU4C to 4.7.1
X-SVN-Rev: 29186
2010-12-10 20:32:03 +00:00
Steven R. Loomis
adb11cba8d ICU-8028 update version number to milestone:4.6, bump timebombs, etc
X-SVN-Rev: 28785
2010-10-09 01:23:28 +00:00
Steven R. Loomis
dec09768b9 ICU-7870 Visual Studio 2010
X-SVN-Rev: 28442
2010-08-10 20:16:09 +00:00
Andy Heninger
cb079e90d2 ICU-7767 Fix array-out-of-bounds access in ParagraphLayout
X-SVN-Rev: 28209
2010-06-16 17:36:35 +00:00
Steven R. Loomis
3c32f28189 ICU-7586 update version number for milestone:4.5.1
X-SVN-Rev: 27892
2010-04-02 00:12:54 +00:00
Markus Scherer
560b4d077b ICU-7243 update layout engine with new script codes
X-SVN-Rev: 27697
2010-02-26 04:43:45 +00:00
Steven R. Loomis
48323123a3 ICU-7425 update ICU DLL comments
X-SVN-Rev: 27589
2010-02-18 04:33:41 +00:00
Steven R. Loomis
55150bd679 ICU-6920 update version number to 4.4, and attempt to update windows files automatically
X-SVN-Rev: 27583
2010-02-17 22:18:24 +00:00
Steven R. Loomis
30433790a6 ICU-6862 retract API for 4.4
X-SVN-Rev: 27393
2010-01-23 03:53:56 +00:00
John Emmons
c9b74f0fbd ICU-6862 Add convenience method to determine if nextLine() will return NULL
X-SVN-Rev: 27128
2010-01-04 20:02:23 +00:00
Michael Ow
513975dfe7 ICU-7004 Update Visual Studio project files to 4.3.1
X-SVN-Rev: 26202
2009-06-29 22:24:07 +00:00
Andy Heninger
ad548250eb ICU-6997 Fix for layout of vertical text
X-SVN-Rev: 26108
2009-06-15 22:37:47 +00:00
Michael Ow
cac007a995 ICU-6416 Update to 4.2 (project files and mak file).
X-SVN-Rev: 25780
2009-04-15 19:08:25 +00:00
Michael Ow
c4d173f617 ICU-6825 Remove unneeded trailing parentheses.
X-SVN-Rev: 25778
2009-04-15 16:54:01 +00:00
Jason Spieth
b5286a73b8 ICU-4970 Check LayoutEngine function call status returns
X-SVN-Rev: 25355
2009-01-30 22:12:41 +00:00
Jason Spieth
04fe5b993d ICU-4970 Handle additional OOM conditions in ParagraphLayout constructor
X-SVN-Rev: 25354
2009-01-30 21:56:47 +00:00
Andy Heninger
73724078aa ICU-6679 Visual Studio project files upgrade to version 2008
X-SVN-Rev: 25256
2009-01-15 01:50:06 +00:00
Jason Spieth
704b1a968c ICU-4970 Merge branch into trunk
X-SVN-Rev: 24903
2008-10-28 14:50:15 +00:00
Michael Ow
1215abdc6d ICU-6307 Merge update of Visual Studio project and solution files with addition of x64 platform build option. Update readme.html for Windows build change.
X-SVN-Rev: 24487
2008-08-12 04:41:41 +00:00
Steven R. Loomis
97bb5f74b7 ICU-6416 move ICU version number for win32 libraries, to 41 from 40
X-SVN-Rev: 24458
2008-08-06 23:31:25 +00:00
Michael Ow
3d1a4a3fce ICU-6307 Undo previous commit. Due to unexpected and unforeseen build failure.
X-SVN-Rev: 24444
2008-08-05 22:15:46 +00:00
Michael Ow
e20dbc5d8a ICU-6307 Add platform x64 to Visual Studio solution. Build directory will now reflect this change with x86 for 32 bit and x64 for 64 bit. lib64 and bin64 have also been added for x64 platform.
X-SVN-Rev: 24443
2008-08-05 21:08:59 +00:00
Eric Mader
638e3b0fa7 ICU-6439 replace #elif with no premise with #else
X-SVN-Rev: 24411
2008-07-25 19:52:11 +00:00
Steven R. Loomis
a5d6b9619c ICU-6297 fixup doxygen tags
X-SVN-Rev: 24046
2008-05-28 21:20:51 +00:00
Steven R. Loomis
0a711393b1 ICU-6098 update version in project files
X-SVN-Rev: 23944
2008-05-20 18:51:08 +00:00
Eric Mader
0b91aedb04 ICU-6277 install layoutex/layout/playout.h and layoutex/layout/plruns.h
X-SVN-Rev: 23910
2008-05-16 04:11:59 +00:00
Eric Mader
771ef8c365 ICU-6268 Call LocaleRuns::grow instead of RunArray::grow in ULocRuns::grow.
X-SVN-Rev: 23865
2008-05-02 18:13:22 +00:00
Eric Mader
f94394b03c ICU-6005 Add new scripts from Unicode 5.1, quick-fix @stable, @draft tags in headers.
X-SVN-Rev: 23833
2008-04-25 01:16:14 +00:00
Eric Mader
c82d80ffeb ICU-6197 Add tests for language-specific layout. Add more language codes.
X-SVN-Rev: 23589
2008-03-14 04:47:19 +00:00
George Rhoten
09759f76f5 ICU-6098 Update to ICU 3.9.1
X-SVN-Rev: 23078
2007-12-13 21:37:23 +00:00
Markus Scherer
2096b06370 ICU-5930 no U_NAMESPACE_BEGIN/END in C API headers
X-SVN-Rev: 22986
2007-11-29 23:23:51 +00:00
Markus Scherer
b3db774efc ICU-5930 make layout engine compile with -DU_USING_ICU_NAMESPACE=0
X-SVN-Rev: 22983
2007-11-29 19:52:22 +00:00
Eric Mader
f9c887d9a5 ICU-5923 Fix broken logical to physical mapping, improve test.
X-SVN-Rev: 22898
2007-11-07 00:37:48 +00:00
George Rhoten
9d21e44d93 ICU-5847 Fix copyright change.
X-SVN-Rev: 22737
2007-10-02 21:24:38 +00:00
Eric Mader
48cc4bf0aa ICU-5923 need to map from physical to logical when copying RTL char indices.
X-SVN-Rev: 22721
2007-09-29 00:55:19 +00:00
Deborah Goldsmith
a8649df443 ICU-5847 Add support for U_ICU_VERSION_BUILDLEVEL_NUM
X-SVN-Rev: 22716
2007-09-27 00:05:18 +00:00
Eric Mader
f9ddb7e7f4 ICU-5907 Regenerate LEScripts.h, ScriptAndLanguageTags.h, ScriptAndLanguageTags.cpp for ICU 3.8. Update per-script tables.
X-SVN-Rev: 22614
2007-09-03 20:26:38 +00:00
George Rhoten
47f2dfeece ICU-5426 Remove unused fgClassID.
X-SVN-Rev: 22573
2007-08-30 00:27:53 +00:00
Eric Mader
d2eca4bd63 ICU-5860 ParagraphLayout::Line::getWidth(() needs to check for empty line.
X-SVN-Rev: 22556
2007-08-28 20:42:41 +00:00
Eric Mader
c35c693136 ICU-5807 \internal used with \file confuses genheaders.pl
X-SVN-Rev: 22457
2007-08-21 20:50:06 +00:00
George Rhoten
9ce90e2c18 ICU-5856 Promote @draft API to @stable for ICU 3.8 release, and make sure that the existing API is labeled correctly.
X-SVN-Rev: 22422
2007-08-19 08:59:28 +00:00
Eric Mader
473b9c23ed ICU-5808 playout doesn't make much sense w/o BreakIterator.
X-SVN-Rev: 22333
2007-08-10 00:39:57 +00:00
George Rhoten
d1a120a97c ICU-5575 Use ICU C++ namespace for ICU classes, and other updates.
X-SVN-Rev: 22324
2007-08-08 20:11:16 +00:00
George Rhoten
0213ca2e46 ICU-5575 Update to ICU 3.8
X-SVN-Rev: 22322
2007-08-08 19:31:32 +00:00
George Rhoten
9623bf94e7 ICU-5357 Fix doxygen warnings.
X-SVN-Rev: 22265
2007-08-03 23:52:19 +00:00
George Rhoten
fa57cb2544 ICU-5575 Update to version 3.8.
X-SVN-Rev: 22197
2007-07-28 03:41:30 +00:00
George Rhoten
0347fcbe3d ICU-5764 Fix static library installation on Windows.
X-SVN-Rev: 21965
2007-07-13 17:59:16 +00:00
George Rhoten
9bc3cbe26e ICU-5764 Cygwin's ar currently doesn't handle win64, and GNU make's implicit rules are incompatible with gmake -j2. This is the first attempt to fix these issues.
X-SVN-Rev: 21959
2007-07-13 08:10:41 +00:00
Eric Mader
6d112b9cff ICU-5565 clean up custom build steps for public headers.
X-SVN-Rev: 21835
2007-06-28 01:20:43 +00:00
Eric Mader
b2dc4eced5 ICU-5565 Merge loengine branch to trunk!
X-SVN-Rev: 21808
2007-06-22 03:57:45 +00:00