2014-03-08 10:10:52 by OBATA Akio | Files touched by this commit (5) |
Log message:
Cygwin DLLs are handled automatically now.
|
2014-03-04 13:07:16 by OBATA Akio | Files touched by this commit (4) |
Log message:
Add NetBSD MI atomic_ops support.
Based on PR pkg/48608 by Izumi Tsutsui.
|
2013-12-04 22:02:23 by Richard PALO | Files touched by this commit (5) |
Log message:
Fix solaris build for icu, namely problems in general with CFLAGS/CXXFLAGS
from typos in configure and acinclude.m4 to needing to add the flags to
properly generate dependency files with gcc.
|
2013-12-03 22:16:06 by Benny Siegert | Files touched by this commit (2) |
Log message:
Fix MirBSD build by adding a <sys/time.h> include.
|
2013-11-05 16:25:37 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Fix build on ARM platform.
|
2013-10-19 11:07:13 by Adam Ciarcinski | Files touched by this commit (346) |
Log message:
Revbump after updating textproc/icu
|
2013-10-19 10:47:36 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message:
Changes 52.1:
Unicode 6.3: New bidi control codes, new Bidi_Class property values, two new \
bidi "bracket" properties; for other property value changes see the \
UAX 44 summary.
The bidi algorithm implementation has also been updated to support the new \
properties and to match the updated algorithm in the Unicode 6.3 version of UAX \
9.
Note: ICU 52 still uses collation root data based on Unicode Collation Algorithm \
6.2 (UCA 6.2). (However, ICU 52 does use CLDR 24 collation tailoring data.)
CLDR 24: Improved coverage for top 70+ languages, fractional plural rules and \
forms, many new measurement units, major simplification of collation rule \
syntax, preliminary version of European Ordering Rules, new relative fields such \
as âlast Sundayâ and ânowâ, and much more.
Time zone data: 2013g.
Support new variants of Islamic calendar:
"islamic-umalqura": Umm al-Qura.
"islamic-tbla": Tabular (fixed intercalary years), with astronomical epoch.
Made Calendar getDayOfWeekType behave as documented.
New API for converting between Windows time zone ID and IANA tz database ID.
Technology Preview: New API for more granular control of DateFormat parse leniency.
DateTimePatternGenerator:
Support recently-added time zone pattern characters O, X, x and updated support \
for V, Z.
Support newly-defined skeleton character âJâ to generate preferred \
hour cycle without any day period indicator (such as AM/PM for h).
Implement support for plurals that depend on displayed fractional values.
MessageFormat and currency formatting etc. select appropriate plural forms for \
values with decimal digits (after the decimal point).
Segmentation:
Add dictionary-based word & line break for Lao.
|
2013-10-07 17:58:48 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Fix build on OpenBSD.
|
2013-10-05 13:43:32 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix remaining build problem under Mac OS X:
As "DSO_LIBDIR" is now always set (and must be always set because of all
the changes that refer to it) we cannot use it to check for the Cygwin
case anymore. Instead check whether "OPSYS" is (not) equal to \
"Cygwin".
|
2013-10-05 13:08:24 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Make sure that the target directory for shared libraries is always defined.
This fixes one of the build problems under NetBSD and Mac OS X introduced
by the Cygwin patches.
|