Next | Query returned 210 messages, browsing 171 to 180 | Previous

History of commit frequency

CVS Commit History:


   2005-06-24 18:44:15 by Krister Walfridsson | Files touched by this commit (1)
Log message:
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
   2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035)
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:

	USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
   2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
   2005-03-30 23:54:31 by Marc Recht | Files touched by this commit (2)
Log message:
Use .so and not .dylib in PLIST.
Bump PKGREVISION for the PLIST change.
   2005-03-27 12:27:21 by Marc Recht | Files touched by this commit (7) | Package updated
Log message:
ICU 3.2 includes the latest bug fixes, locale/charset updates, and
performance/build/porting enhancements. The following list summarizes
the main new features in this release.sion.

CLDR 1.2.

This is the main new feature in the release. ICU locale data is now completely
built from the CLDR 1.2 data, which contains data for 232 locales, covering 72
languages and 108 territories. Many translated names for languages,
territories, and scripts have been added, as well as for time zones,
calendars, and other named items such as collation. For more information,
see http://www.unicode.org/press/pr-cldr1.2.html.

Miscellaneous

Universal Timescale conversions. ICU now provides mechanisms for quickly and
reliably converting between the different binary representations of date/time
used on different platforms.

Accept-Language. ICU provides a mechanism for matching Accept-Language against
 a list of locales.

DateFormat and Calendar Performance. Object construction performance has been
  significantly improved.

Footprint. The size of executables that statically link to ICU has been
 reduced.

Stdin. The icuio library can now read from stdin.

UnicodeSet C API. More uset_* C API were added.

i5/OS (os/400). Building ICU has been simplified to allow more configure
 options to work.

POSIX. Default codepage determination has been fixed.
   2005-03-23 16:47:17 by Thomas Klausner | Files touched by this commit (1)
Log message:
Fix HOMEPAGE and MASTER_SITES. Fixes PR 29773.
   2005-02-24 15:48:51 by Alistair G. Crooks | Files touched by this commit (259)
Log message:
Add RMD160 digests to the SHA1 ones.
   2004-11-01 11:51:30 by Marc Recht | Files touched by this commit (1)
Log message:
fix PLIST substitution for Darwin
   2004-08-04 10:47:22 by Marc Recht | Files touched by this commit (1)
Log message:
Add a IBM http download site for ICU and set it to the first position.
To avoid problems with IBM's ftp site which requires non-default settings
in ~/.netrc.
   2004-06-26 22:18:50 by Marc Recht | Files touched by this commit (5) | Package updated
Log message:
update to icu-3.0

major changes:

ICU 3.0 includes the latest bug fixes, locale/charset updates, and
performance/build/porting enhancements.
- Collation
  Collation data is in a separate data tree, allowing for easier
  modularization and maintenance.
  getFunctionalEquivalent API allows for better caching and UI support.
- Unicode 4.0.1
  ICU is updated to the latest version of Unicode standard, which had
  significant property changes.
- CLDR 1.1
  Updates to CLDR 1.1, with many updates to locale data, and special
  emphasis on collation data.
- Formatting
  As an aid to migration of traditional C (stdio) and C++ (iostream)
  formatting, the POSIX-like input/output library, icuio, is officially
  supported.
  Significant digits now supported in DecimalFormat, for general use and
  %g support.
- RFC822 time zone format support in DateFormat for compatibility.
- Currency formatting/parsing improvements
  Allows parsing multiple currencies with one formatter, without knowing the
  currency in advance. Much cleaner design allowing extensibility to other
  measurement units in the future.
- Regular expressions (C)
  The regular expressions framework now features a C API, instead of just C++.
- Locales
  Locale canonicalization spec defined and implemented. Provides
  interoperability with POSIX and .NET locale IDs, more RFC 3066 support.
- Layout engine
  Layout engine now supports using different canonically-equivalent Unicode
  forms of the same text: e.g. a + ´ or á. This is especially important for
  non-Latin scripts.
- Build Environment
  ICU can now build its data library much faster on most platforms.

For a complete list see:
http://oss.software.ibm.com/cvs/icu/~checkout~/icu/readme.html?tag=release-3-0

Next | Query returned 210 messages, browsing 171 to 180 | Previous