Archive for September, 2009

DEV300_m60

Wednesday, September 30th, 2009

Over unused methods increase by 4 to 889 despite some welcome efforts in framework which drops to 2 and i18npool which now drops to 0 DEV300_m60 results

IA64 3.1.1

Friday, September 18th, 2009

My vanilla OpenOffice.org 3.1.1 build for Itanium is now available for download from the normal distribution network.

DEV300_m59

Thursday, September 17th, 2009

DEV300_m59 callcatcher report gives two extra unused methods in sw and sc, raising the redundant method count to 885.

DEV300_m58

Saturday, September 12th, 2009

DEV300_m58 callcatcher report shows framework increasing by 2 unused methods

DEV300_m57

Saturday, September 5th, 2009

DEV300_m57 unused symbols now sub 900 as kohei’s latest sc cleanup is integrated

Dates, etc.

Thursday, September 3rd, 2009

Well, this is somewhat of an unholy mess. I whipped up a quick date format comparator for glibc and icu for glibc’s supported locales and dispiritingly very few locales agree as to the short date format between icu, glibc, etc. To take one off the top, that of af_ZA

glibc: af_ZA.utf8: %x is 03/09/2009
icu 4.2: af_ZA: Short date is 2009-09-03
CLDR: af: date-short is 2009/09/03
OOo: Afrikaans (South Africa) 09/09/03

rats :-(

Default icu rules seem (?) to get generated from CLDR and checked into icu, but these appear to be out of sync with the current CLDR version. e.g. some tools to get regenerate the icu data from CLDR. Need to have a look to see if that’s truly the case.